rdf-vocab 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -7
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4719 -4347
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +501 -227
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +563 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9464 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14900 -14698
- data/lib/rdf/vocab/schemas.rb +14900 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +63 -142
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +23 -6
data/lib/rdf/vocab/ore.rb
CHANGED
@@ -3,104 +3,106 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.openarchives.org/ore/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.openarchives.org/ore/terms/>
|
7
|
+
# @!visibility private
|
6
8
|
ORE = Class.new(RDF::StrictVocabulary("http://www.openarchives.org/ore/terms/")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.openarchives.org/ore/terms/",
|
10
|
-
comment: "The set of terms provided by the OAI ORE initiative"
|
11
|
-
"http://purl.org/dc/terms/license": "http://creativecommons.org/licenses/by-sa/3.0/"
|
12
|
+
comment: "The set of terms provided by the OAI ORE initiative",
|
13
|
+
"http://purl.org/dc/terms/license": "http://creativecommons.org/licenses/by-sa/3.0/",
|
12
14
|
"http://purl.org/dc/terms/publisher": term(
|
13
|
-
label: "The Open Archives Initiative ORE Project"
|
15
|
+
label: "The Open Archives Initiative ORE Project"
|
14
16
|
),
|
15
|
-
"http://purl.org/dc/terms/title": "The OAI ORE terms vocabulary"
|
16
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.openarchives.org/ore/toc"
|
17
|
-
label: "The OAI ORE terms vocabulary"
|
17
|
+
"http://purl.org/dc/terms/title": "The OAI ORE terms vocabulary",
|
18
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.openarchives.org/ore/toc",
|
19
|
+
label: "The OAI ORE terms vocabulary"
|
18
20
|
|
19
21
|
# Class definitions
|
20
22
|
term :AggregatedResource,
|
21
|
-
comment: "A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation."
|
22
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
23
|
-
label: "Aggregated Resource"
|
24
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
23
|
+
comment: "A resource which is included in an Aggregation. Note that asserting that a resource is a member of the class of Aggregated Resources does not imply anything other than that it is aggregated by at least one Aggregation.",
|
24
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
25
|
+
label: "Aggregated Resource",
|
26
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
25
27
|
term :Aggregation,
|
26
|
-
comment: "A set of related resources (Aggregated Resources), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map."
|
27
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
28
|
-
label: "Aggregation"
|
29
|
-
subClassOf: "http://purl.org/dc/dcmitype/Collection"
|
30
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
28
|
+
comment: "A set of related resources (Aggregated Resources), grouped together such that the set can be treated as a single resource. This is the entity described within the ORE interoperability framework by a Resource Map.",
|
29
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
30
|
+
label: "Aggregation",
|
31
|
+
subClassOf: "http://purl.org/dc/dcmitype/Collection",
|
32
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
31
33
|
term :Proxy,
|
32
|
-
comment: "A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource."
|
33
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
34
|
-
label: "Proxy"
|
35
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
34
|
+
comment: "A Proxy represents an Aggregated Resource as it exists in a specific Aggregation. All assertions made about an entity are globally true, not only within the context of the Aggregation. As such, in order to make assertions which are only true of a resource as it exists in an Aggregation, a Proxy object is required. For example, one might want to cite an article as it appears in a specific journal, or assign aggregation-specific metadata to a Resource.",
|
35
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
36
|
+
label: "Proxy",
|
37
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
36
38
|
term :ResourceMap,
|
37
|
-
comment: "A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines."
|
38
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
39
|
-
label: "Resource Map"
|
40
|
-
subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph"
|
41
|
-
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
39
|
+
comment: "A description of an Aggregation according to the OAI-ORE data model. Resource Maps are serialised to a machine readable format according to the implementation guidelines.",
|
40
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
41
|
+
label: "Resource Map",
|
42
|
+
subClassOf: "http://www.w3.org/2004/03/trix/rdfg-1/Graph",
|
43
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class"
|
42
44
|
|
43
45
|
# Property definitions
|
44
46
|
property :aggregates,
|
45
|
-
comment: "Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject (the Aggregation). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example."
|
46
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
47
|
-
inverseOf: "http://www.openarchives.org/ore/terms/isAggregatedBy"
|
48
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
49
|
-
label: "Aggregates"
|
50
|
-
range: "http://www.openarchives.org/ore/terms/AggregatedResource"
|
51
|
-
subPropertyOf: "http://purl.org/dc/terms/hasPart"
|
52
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
47
|
+
comment: "Aggregations, by definition, aggregate resources. The ore:aggregates relationship expresses that the object resource is a member of the set of Aggregated Resources of the subject (the Aggregation). This relationship between the Aggregation and its Aggregated Resources is thus more specific than a simple part/whole relationship, as expressed by dcterms:hasPart for example.",
|
48
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
49
|
+
inverseOf: "http://www.openarchives.org/ore/terms/isAggregatedBy",
|
50
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
51
|
+
label: "Aggregates",
|
52
|
+
range: "http://www.openarchives.org/ore/terms/AggregatedResource",
|
53
|
+
subPropertyOf: "http://purl.org/dc/terms/hasPart",
|
54
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
53
55
|
property :describes,
|
54
|
-
comment: "This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation)."
|
55
|
-
domain: "http://www.openarchives.org/ore/terms/ResourceMap"
|
56
|
-
inverseOf: "http://www.openarchives.org/ore/terms/isDescribedBy"
|
57
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
58
|
-
label: "Describes"
|
59
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
60
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
56
|
+
comment: "This relationship asserts that the subject (a Resource Map) describes the object (an Aggregation).",
|
57
|
+
domain: "http://www.openarchives.org/ore/terms/ResourceMap",
|
58
|
+
inverseOf: "http://www.openarchives.org/ore/terms/isDescribedBy",
|
59
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
60
|
+
label: "Describes",
|
61
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
62
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
61
63
|
property :isAggregatedBy,
|
62
|
-
comment: "The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation."
|
63
|
-
domain: "http://www.openarchives.org/ore/terms/AggregatedResource"
|
64
|
-
inverseOf: "http://www.openarchives.org/ore/terms/aggregates"
|
65
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
66
|
-
label: "Is Aggregated By"
|
67
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
68
|
-
subPropertyOf: "http://purl.org/dc/terms/isPartOf"
|
69
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
64
|
+
comment: "The inverse relationship of ore:aggregates, ore:isAggregatedBy asserts that an Aggregated Resource is aggregated by an Aggregation.",
|
65
|
+
domain: "http://www.openarchives.org/ore/terms/AggregatedResource",
|
66
|
+
inverseOf: "http://www.openarchives.org/ore/terms/aggregates",
|
67
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
68
|
+
label: "Is Aggregated By",
|
69
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
70
|
+
subPropertyOf: "http://purl.org/dc/terms/isPartOf",
|
71
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
70
72
|
property :isDescribedBy,
|
71
|
-
comment: "The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes."
|
72
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
73
|
-
inverseOf: "http://www.openarchives.org/ore/terms/describes"
|
74
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
75
|
-
label: "Is Described By"
|
76
|
-
range: "http://www.openarchives.org/ore/terms/ResourceMap"
|
77
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
73
|
+
comment: "The inverse relationship of ore:describes, in this case the object of the relationship is the Resource Map and the subject is the Aggregation which it describes.",
|
74
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
75
|
+
inverseOf: "http://www.openarchives.org/ore/terms/describes",
|
76
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
77
|
+
label: "Is Described By",
|
78
|
+
range: "http://www.openarchives.org/ore/terms/ResourceMap",
|
79
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
78
80
|
property :lineage,
|
79
|
-
comment: "ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated."
|
80
|
-
domain: "http://www.openarchives.org/ore/terms/Proxy"
|
81
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
82
|
-
label: "Lineage"
|
83
|
-
range: "http://www.openarchives.org/ore/terms/Proxy"
|
84
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
81
|
+
comment: "ore:lineage is a relationship between two Proxy objects, both of which MUST have the same Resource for which they are proxies. The meaning is that the Resource for which the subject of the relationship is a Proxy was discovered in the Aggregation in which the object Proxy's resource is aggregated.",
|
82
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy",
|
83
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
84
|
+
label: "Lineage",
|
85
|
+
range: "http://www.openarchives.org/ore/terms/Proxy",
|
86
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
85
87
|
property :proxyFor,
|
86
|
-
comment: "Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource."
|
87
|
-
domain: "http://www.openarchives.org/ore/terms/Proxy"
|
88
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
89
|
-
label: "Proxy For"
|
90
|
-
range: "http://www.openarchives.org/ore/terms/AggregatedResource"
|
91
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
88
|
+
comment: "Proxy objects are used to represent a Resource as it is aggregated in a particular Aggregation. The ore:proxyFor relationship is used to link the proxy to the Aggregated Resource it is a proxy for. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregated Resource.",
|
89
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy",
|
90
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
91
|
+
label: "Proxy For",
|
92
|
+
range: "http://www.openarchives.org/ore/terms/AggregatedResource",
|
93
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
92
94
|
property :proxyIn,
|
93
|
-
comment: "Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation."
|
94
|
-
domain: "http://www.openarchives.org/ore/terms/Proxy"
|
95
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
96
|
-
label: "Proxy In"
|
97
|
-
range: "http://www.openarchives.org/ore/terms/Aggregation"
|
98
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
95
|
+
comment: "Proxy objects must link to the Aggregation in which the resource being proxied is aggregated. The ore:proxyIn relationship is used for this purpose. The subject of the relationship is a Proxy object, and the object of the relationship is the Aggregation.",
|
96
|
+
domain: "http://www.openarchives.org/ore/terms/Proxy",
|
97
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
98
|
+
label: "Proxy In",
|
99
|
+
range: "http://www.openarchives.org/ore/terms/Aggregation",
|
100
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
99
101
|
property :similarTo,
|
100
|
-
comment: "The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner."
|
101
|
-
domain: "http://www.openarchives.org/ore/terms/Aggregation"
|
102
|
-
isDefinedBy: "http://www.openarchives.org/ore/terms/"
|
103
|
-
label: "Similar To"
|
104
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
102
|
+
comment: "The subject of this relationship MUST be an Aggregation. This Aggregation should be considered an expression within the ORE context of the object of the relationship, as it is broadly equivalent to the resource. For example, the Aggregation may consist of the resources which, together, make up a journal article which has a DOI assigned to it. The Aggregation is not the article to which the DOI was assigned, but is a representation of it in some manner.",
|
103
|
+
domain: "http://www.openarchives.org/ore/terms/Aggregation",
|
104
|
+
isDefinedBy: "http://www.openarchives.org/ore/terms/",
|
105
|
+
label: "Similar To",
|
106
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
105
107
|
end
|
106
108
|
end
|