-
Notifications
You must be signed in to change notification settings - Fork 3
/
extras.rdfs
90 lines (78 loc) · 4.55 KB
/
extras.rdfs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<!-- Some extra terms to make the MO more usable. Would be nice to extend these to their full ontologies some time -->
<!-- Done now for foaf. -->
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:frbr="http://purl.org/vocab/frbr/core#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:key="http://purl.org/NET/c4dm/keys.owl#"
xmlns:timeline="http://purl.org/NET/c4dm/timeline.owl#">
<rdfs:Class rdf:about="http://purl.org/vocab/frbr/core#Expression" rdfs:label="Expression">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/frbr/core#Work" rdfs:label="Work">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/frbr/core#Manifestation" rdfs:label="Manifestation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://purl.org/vocab/frbr/core#Item" rdfs:label="Item">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource" rdfs:label="Resource">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<rdfs:label>label</rdfs:label>
<rdfs:comment>A human-readable name for the subject.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdfs:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing" rdfs:label="SpatialThing">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdfs:Class>
<owl:Class rdf:about="http://www.w3.org/2002/07/owl#Thing">
<rdfs:label>Thing</rdfs:label>
</owl:Class>
<owl:Class rdf:about="http://purl.org/NET/c4dm/keys.owl#Note"/>
<owl:Class rdf:about="http://purl.org/NET/c4dm/keys.owl#Key"/>
<rdf:Property rdf:about="http://purl.org/dc/elements/1.1/title">
<rdfs:label xml:lang="en-US">Title</rdfs:label>
<rdfs:comment xml:lang="en-US">A name given to the resource.</rdfs:comment>
<dc:description xml:lang="en-US">Typically, a Title will be a name by which
the resource is formally known.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> <!-- CHEAT ! -->
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> <!-- CHEAT ! -->
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#element"/>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdfs:label xml:lang="en-US">Creator</rdfs:label>
<rdfs:comment xml:lang="en-US">An entity primarily responsible for making
the resource.</rdfs:comment>
<dc:description xml:lang="en-US">Examples of a Creator include a person, an
organization, or a service. Typically, the name
of a Creator should be used to indicate the entity.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> <!-- CHEAT ! -->
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <!-- CHEAT ! -->
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#element"/>
</rdf:Property>
<rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description">
<rdfs:label xml:lang="en-US">Description</rdfs:label>
<rdfs:comment xml:lang="en-US">An account of the resource.</rdfs:comment>
<dc:description xml:lang="en-US">Description may include but is not limited to:
an abstract, a table of contents, a graphical
representation, or a free-text account of
the resource.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/elements/1.1/"/>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/> <!-- CHEAT ! -->
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/> <!-- CHEAT ! -->
<dc:type rdf:resource="http://dublincore.org/usage/documents/principles/#element"/>
</rdf:Property>
</rdf:RDF>