rdf-vocab 3.0.10 → 3.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +1 -11
- data/lib/rdf/vocab/dcat.rb +311 -100
- data/lib/rdf/vocab/rightsstatements.rb +0 -105
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adf4808632b6f2d3cb91faccfe263803b611861ec2f8ec130e0f4062d8c7cb54
|
4
|
+
data.tar.gz: 5fa0417008d127869627a93512758a1d97f2e5c3e1eb3bf25e5a1661a93e0e5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef12bf5482bde4e2e02f9d784a882424cae27ea5529bbe0591717d8a93c36894ce4c72b9bb7bc3cf94d1abb9fb0a15ea886b80528d0e8e5553e754d1d3659d03
|
7
|
+
data.tar.gz: 155714e9eb240d5e9b56980eaa4f22ac1764ef4bd447944434b7317247610062bb7f8cb88bcdcef058d600731e866919bc70e265805ee923affa114b26d29b84
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.11
|
data/lib/rdf/vocab.rb
CHANGED
@@ -59,17 +59,7 @@ module RDF
|
|
59
59
|
dc11: {uri: "http://purl.org/dc/elements/1.1/"},
|
60
60
|
dcat: {
|
61
61
|
uri: "http://www.w3.org/ns/dcat#",
|
62
|
-
|
63
|
-
@prefix dcat: <http://www.w3.org/ns/dcat#> .
|
64
|
-
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
|
65
|
-
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
66
|
-
DeleteExisting {
|
67
|
-
dcat:landingPage rdfs:subPropertyOf foaf:Page .
|
68
|
-
} .
|
69
|
-
AddNew {
|
70
|
-
dcat:landingPage rdfs:subPropertyOf foaf:page .
|
71
|
-
} .
|
72
|
-
}
|
62
|
+
source: "https://w3c.github.io/dxwg/dcat/rdf/dcat.ttl"
|
73
63
|
},
|
74
64
|
dcmitype: {
|
75
65
|
uri: "http://purl.org/dc/dcmitype/",
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -12,9 +12,9 @@ module RDF::Vocab
|
|
12
12
|
# Ontology definition
|
13
13
|
ontology :"http://www.w3.org/ns/dcat#",
|
14
14
|
comment: %(DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web.
|
15
|
-
By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable
|
16
|
-
applications easily to consume metadata from multiple catalogs. It further enables decentralized
|
17
|
-
publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can
|
15
|
+
By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable
|
16
|
+
applications easily to consume metadata from multiple catalogs. It further enables decentralized
|
17
|
+
publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can
|
18
18
|
serve as a manifest file to facilitate digital preservation.
|
19
19
|
DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative
|
20
20
|
document and this schema is an error in this schema.).freeze,
|
@@ -22,6 +22,10 @@ module RDF::Vocab
|
|
22
22
|
"foaf:homepage": "http://makxdekkers.com/".freeze,
|
23
23
|
"foaf:name": "Makx Dekkers".freeze,
|
24
24
|
"rdfs:seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze
|
25
|
+
), term(
|
26
|
+
"foaf:homepage": "http://www.andrea-perego.name/foaf/#me".freeze,
|
27
|
+
"foaf:name": "Andrea Perego".freeze,
|
28
|
+
"rdfs:seeAlso": "https://orcid.org/0000-0001-9300-2694".freeze
|
25
29
|
), term(
|
26
30
|
"foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
|
27
31
|
"foaf:name": "Shuji Kamitsuna".freeze
|
@@ -30,8 +34,30 @@ module RDF::Vocab
|
|
30
34
|
"foaf:name": "Phil Archer".freeze,
|
31
35
|
"rdfs:seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
|
32
36
|
"schema:affiliation": "http://www.w3.org/data#W3C".freeze
|
37
|
+
), term(
|
38
|
+
"foaf:homepage": "https://agbeltran.github.io".freeze,
|
39
|
+
"foaf:name": "Alejandra Gonzalez-Beltran".freeze,
|
40
|
+
"rdfs:seeAlso": "https://orcid.org/0000-0003-3499-8262".freeze,
|
41
|
+
"schema:affiliation": term(
|
42
|
+
"foaf:homepage": "http://stfc.ac.uk".freeze,
|
43
|
+
"foaf:name": "Science and Technology Facilities Council, UK".freeze
|
44
|
+
)
|
45
|
+
), term(
|
46
|
+
"foaf:homepage": "https://jakub.klímek.com/".freeze,
|
47
|
+
"foaf:name": "Jakub Klímek".freeze,
|
48
|
+
"rdfs:seeAlso": "https://jakub.klímek.com/#me".freeze
|
49
|
+
), term(
|
50
|
+
"foaf:homepage": ["https://w3id.org/people/ralbertoni/".freeze,"http://www.imati.cnr.it/index.php/people/8-curricula/178-riccardo-albertoni".freeze],
|
51
|
+
"foaf:name": "Riccardo Albertoni".freeze,
|
52
|
+
"rdfs:seeAlso": "https://orcid.org/0000-0001-5648-2713".freeze
|
33
53
|
), term(
|
34
54
|
"foaf:name": "Boris Villazón-Terrazas".freeze
|
55
|
+
), term(
|
56
|
+
"foaf:name": "David Browning".freeze,
|
57
|
+
"schema:affiliation": term(
|
58
|
+
"foaf:homepage": "http://www.refinitiv.com".freeze,
|
59
|
+
"foaf:name": "Refinitiv".freeze
|
60
|
+
)
|
35
61
|
), term(
|
36
62
|
"foaf:name": "Ghislain Auguste Atemezing".freeze,
|
37
63
|
"rdfs:seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze
|
@@ -47,6 +73,15 @@ module RDF::Vocab
|
|
47
73
|
"foaf:homepage": "http://okfn.org".freeze,
|
48
74
|
"foaf:name": "Open Knowledge Foundation".freeze
|
49
75
|
)
|
76
|
+
), term(
|
77
|
+
"foaf:name": "Simon J D Cox".freeze,
|
78
|
+
"foaf:workInfoHomepage": "http://people.csiro.au/Simon-Cox".freeze,
|
79
|
+
"rdfs:seeAlso": "https://orcid.org/0000-0002-3884-3420".freeze,
|
80
|
+
"schema:affiliation": term(
|
81
|
+
"foaf:homepage": "https://csiro.au".freeze,
|
82
|
+
"foaf:name": "Commonwealth Scientific and Industrial Research Organisation".freeze
|
83
|
+
),
|
84
|
+
type: "foaf:Person".freeze
|
50
85
|
), term(
|
51
86
|
"foaf:name": "Vassilios Peristeras".freeze,
|
52
87
|
"schema:affiliation": term(
|
@@ -60,199 +95,375 @@ module RDF::Vocab
|
|
60
95
|
), term(
|
61
96
|
"foaf:name": "John Erickson".freeze
|
62
97
|
)],
|
63
|
-
"dc:
|
98
|
+
"dc:license": "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document".freeze,
|
99
|
+
"dc:modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze, "2017-12-19".freeze, "2019".freeze],
|
100
|
+
editorialNote: %(English language definitions updated in this revision in line with ED. Multilingual text unevenly updated.).freeze,
|
64
101
|
"foaf:maker": term(
|
65
102
|
"foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
|
66
103
|
"foaf:name": "Government Linked Data WG".freeze
|
67
104
|
),
|
68
105
|
label: "The data catalog vocabulary".freeze,
|
69
|
-
|
106
|
+
"owl:imports": ["dc:".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/ns/prov-o#".freeze],
|
107
|
+
"owl:versionInfo": "This is an updated copy of v1.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl and will replace that file when DCAT2 is published\nTemporarily added imports for DCTerms, SKOS, FOAF to assist in development of v1.* or v2.0 by W3C Data Exchange Working Group".freeze,
|
108
|
+
type: "owl:Ontology".freeze
|
70
109
|
|
71
110
|
# Class definitions
|
72
111
|
term :Catalog,
|
73
|
-
comment: %(A curated collection of metadata about datasets).freeze,
|
74
|
-
|
112
|
+
comment: %(A curated collection of metadata about datasets and data services).freeze,
|
113
|
+
definition: %(A curated collection of metadata about datasets and data services).freeze,
|
114
|
+
editorialNote: %(English, Italian, Spanish definitions updated in this revision. Multilingual text not yet updated.).freeze,
|
75
115
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
76
116
|
label: "Catalog".freeze,
|
117
|
+
"skos:scopeNote": "A web-based data catalog is typically represented as a single instance of this class.".freeze,
|
118
|
+
subClassOf: ["dcat:Dataset".freeze, term(
|
119
|
+
allValuesFrom: "dcat:Resource".freeze,
|
120
|
+
onProperty: "dc:hasPart".freeze,
|
121
|
+
type: "owl:Restriction".freeze
|
122
|
+
)],
|
77
123
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
78
124
|
term :CatalogRecord,
|
79
|
-
comment: %(A record in a data catalog, describing a single dataset.).freeze,
|
80
|
-
|
125
|
+
comment: %(A record in a data catalog, describing the registration of a single dataset or data service.).freeze,
|
126
|
+
definition: %(A record in a data catalog, describing the registration of a single dataset or data service.).freeze,
|
127
|
+
editorialNote: %(English definition updated in this revision. Multilingual text not yet updated except the Spanish one and the Czech one and Italian one.).freeze,
|
81
128
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
82
129
|
label: "Catalog Record".freeze,
|
130
|
+
"skos:scopeNote": "This class is optional and not all catalogs will use it. It exists for\n catalogs where a distinction is made between metadata about a dataset or data service and\n metadata about the entry for the dataset or data service in the catalog. For example, the publication\n date property of the dataset reflects the date when the information was originally\n made available by the publishing agency, while the publication date of the catalog\n record is the date when the dataset was added to the catalog. In cases where both\n dates differ, or where only the latter is known, the publication date should only\n be specified for the catalog record. Notice that the W3C PROV Ontology allows\n describing further provenance information such as the details of the process and the\n agent involved in a particular change to a dataset.".freeze,
|
131
|
+
subClassOf: [term(
|
132
|
+
allValuesFrom: "dcat:Resource".freeze,
|
133
|
+
onProperty: "foaf:primaryTopic".freeze,
|
134
|
+
type: "owl:Restriction".freeze
|
135
|
+
), term(
|
136
|
+
cardinality: "1".freeze,
|
137
|
+
onProperty: "foaf:primaryTopic".freeze,
|
138
|
+
type: "owl:Restriction".freeze
|
139
|
+
)],
|
83
140
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
141
|
+
term :DataService,
|
142
|
+
comment: %(A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.).freeze,
|
143
|
+
definition: %(A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.).freeze,
|
144
|
+
label: "Data service".freeze,
|
145
|
+
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
146
|
+
"skos:scopeNote": ["If a dcat:DataService is bound to one or more specified Datasets, they are indicated by the dcat:servesDataset property.".freeze, "The kind of service can be indicated using the dct:type property. Its value may be taken from a controlled vocabulary such as the INSPIRE spatial data service type vocabulary".freeze],
|
147
|
+
subClassOf: ["dcat:Resource".freeze, "dcmitype:Service".freeze, term(
|
148
|
+
maxCardinality: "1".freeze,
|
149
|
+
onProperty: "dcat:endpointURL".freeze,
|
150
|
+
type: "owl:Restriction".freeze
|
151
|
+
)],
|
152
|
+
type: "owl:Class".freeze
|
84
153
|
term :Dataset,
|
85
|
-
comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more
|
86
|
-
|
154
|
+
comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more represenations).freeze,
|
155
|
+
definition: %(A collection of data, published or curated by a single source, and available for access or download in one or more represenations).freeze,
|
87
156
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
88
157
|
label: "Dataset".freeze,
|
89
|
-
|
158
|
+
"skos:changeNote": "2018-02 - subclass of dctype:Dataset removed because scope of dcat:Dataset includes several other types from the dctype vocabulary.".freeze,
|
159
|
+
"skos:scopeNote": ["This class describes the conceptual dataset. One or more representations might be available, with differing schematic layouts and formats or serializations.".freeze, "This class represents the actual dataset as published by the dataset provider. In\n cases where a distinction between the actual dataset and its entry in the catalog is\n necessary (because metadata such as modification date and maintainer might differ), the\n catalog record class can be used for the latter.".freeze],
|
160
|
+
subClassOf: "dcat:Resource".freeze,
|
90
161
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
91
162
|
term :Distribution,
|
92
|
-
comment: %(
|
93
|
-
|
94
|
-
|
95
|
-
|
163
|
+
comment: %(A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways,
|
164
|
+
including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or
|
165
|
+
profiles \(which might specify any or all of the above\).).freeze,
|
166
|
+
definition: %(A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways,
|
167
|
+
including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or
|
168
|
+
profiles \(which might specify any or all of the above\).).freeze,
|
96
169
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
97
170
|
label: "Distribution".freeze,
|
171
|
+
"skos:scopeNote": "This represents a general availability of a dataset it implies no information about the\n actual access method of the data, i.e. whether by direct download, API, or through a Web page.\n The use of dcat:downloadURL property indicates directly downloadable distributions.".freeze,
|
98
172
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
99
|
-
term :
|
100
|
-
comment: %(
|
101
|
-
|
102
|
-
label: "
|
103
|
-
"
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
"owl:
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
"owl:
|
118
|
-
|
119
|
-
|
173
|
+
term :Relationship,
|
174
|
+
comment: %(An association class for attaching additional information to a relationship between DCAT Resources.).freeze,
|
175
|
+
definition: %(An association class for attaching additional information to a relationship between DCAT Resources.).freeze,
|
176
|
+
label: "Relationship".freeze,
|
177
|
+
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
178
|
+
"skos:scopeNote": "Use to characterize a relationship between datasets, and potentially other resources, where the nature of the relationship is known but is not adequately characterized by the standard Dublin Core properties (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat, dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:requires, dct:isRequiredBy) or PROV-O properties (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf)".freeze,
|
179
|
+
subClassOf: term(
|
180
|
+
minCardinality: "1".freeze,
|
181
|
+
onProperty: "dc:relation".freeze,
|
182
|
+
type: "owl:Restriction".freeze
|
183
|
+
),
|
184
|
+
type: "owl:Class".freeze
|
185
|
+
term :Resource,
|
186
|
+
comment: %(Resource published or curated by a single agent.).freeze,
|
187
|
+
definition: %(Resource published or curated by a single agent.).freeze,
|
188
|
+
label: "Catalogued resource".freeze,
|
189
|
+
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
190
|
+
"skos:scopeNote": ["The class of all catalogued resources, the Superclass of\n dcat:Dataset, dcat:DataService, dcat:Catalog and any other member of a dcat:Catalog.\n This class carries properties common to all catalogued resources, including datasets and data services.\n It is strongly recommended to use a more specific sub-class. When describing a \nresource which is not a dcat:Dataset or dcat:DataService, it is recommended to create a \nsuitable sub-class of dcat:Resource, or use dcat:Resource with the dct:type property to \nindicate the specific type.".freeze, "dcat:Resource is an extension point that enables the definition of any kind of catalog. Additional subclasses may be defined in a DCAT profile or application for catalogs of other kinds of resources.".freeze],
|
191
|
+
type: "owl:Class".freeze
|
192
|
+
term :Role,
|
193
|
+
comment: %(A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.).freeze,
|
194
|
+
definition: %(A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.).freeze,
|
195
|
+
editorialNote: %(Introduced into DCAT to complement prov:Role \(whose use is limited to roles in the context of an activity, as the range of prov:hadRole\)).freeze,
|
196
|
+
label: "Role".freeze,
|
197
|
+
"rdfs:seeAlso": "dcat:hadRole".freeze,
|
198
|
+
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
199
|
+
"skos:scopeNote": ["Used in a qualified-attribution to specify the role of an Agent with respect to an Entity. It is recommended that the values be managed as a controlled vocabulary of agent roles, such as http://registry.it.csiro.au/def/isotc211/CI_RoleCode".freeze, "Used in a qualified-relation to specify the role of an Entity with respect to another Entity.\n It is recommended that the values be managed as a controlled vocabulary of entity roles such as\n - ISO 19115 DS_AssociationTypeCode http://registry.it.csiro.au/def/isotc211/DS_AssociationTypeCode\n - IANA Registry of Link Relations https://www.iana.org/assignments/link-relation\n - DataCite metadata schema\n - MARC relators https://id.loc.gov/vocabulary/relators".freeze],
|
200
|
+
subClassOf: "skos:Concept".freeze,
|
201
|
+
type: "owl:Class".freeze
|
120
202
|
|
121
203
|
# Property definitions
|
204
|
+
property :accessService,
|
205
|
+
comment: %(A site or end-point that gives access to the distribution of the dataset.).freeze,
|
206
|
+
definition: %(A site or end-point that gives access to the distribution of the dataset.).freeze,
|
207
|
+
label: "data access service".freeze,
|
208
|
+
range: "dcat:DataService".freeze,
|
209
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
210
|
+
type: "owl:ObjectProperty".freeze
|
122
211
|
property :accessURL,
|
123
|
-
comment: %(
|
124
|
-
|
125
|
-
|
212
|
+
comment: %(A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint.
|
213
|
+
Use for all cases except a simple download link, in which case downloadURL is preferred.).freeze,
|
214
|
+
definition: %(A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint.
|
215
|
+
Use for all cases except a simple download link, in which case downloadURL is preferred.).freeze,
|
126
216
|
domain: "dcat:Distribution".freeze,
|
127
|
-
|
217
|
+
editorialNote: [%(Status: English Definition text modified by DCAT revision team, updated Italian and Czech translation provided, translations for other languages pending.).freeze, %(rdfs:label, rdfs:comment and skos:scopeNote have been modified. Non-english versions except for Italian must be updated.).freeze],
|
128
218
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
129
|
-
label: "access
|
219
|
+
label: "access address".freeze,
|
220
|
+
"owl:propertyChainAxiom": list("dcat:accessService".freeze, "dcat:endpointURL".freeze),
|
130
221
|
range: "rdfs:Resource".freeze,
|
222
|
+
"skos:scopeNote": "If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are not known),\n then the landing page link should be duplicated as accessURL on a distribution.".freeze,
|
131
223
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
224
|
+
property :bbox,
|
225
|
+
definition: %(The geographic bounding box of a resource).freeze,
|
226
|
+
domain: "dc:Location".freeze,
|
227
|
+
label: "bounding box".freeze,
|
228
|
+
range: "rdfs:Literal".freeze,
|
229
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
230
|
+
"skos:scopeNote": "The range of this property is intentionally generic, with the purpose of allowing different geometry encodings. E.g., the geometry could be encoded with as WKT (geosparql:asWKT [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
231
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
132
232
|
property :byteSize,
|
133
233
|
comment: %(The size of a distribution in bytes.).freeze,
|
234
|
+
definition: %(The size of a distribution in bytes.).freeze,
|
134
235
|
domain: "dcat:Distribution".freeze,
|
135
|
-
"http://purl.org/vocab/vann/usageNote": "The size in bytes can be approximated when the precise size is not known. \n The literal value of dcat:byteSize should by typed as xsd:decimal".freeze,
|
136
236
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
137
237
|
label: "byte size".freeze,
|
138
238
|
range: "rdfs:Literal".freeze,
|
239
|
+
"skos:scopeNote": "The size in bytes can be approximated when the precise size is not known.\n The literal value of dcat:byteSize should by typed as xsd:decimal".freeze,
|
139
240
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
140
|
-
property :
|
141
|
-
comment: %(
|
142
|
-
|
143
|
-
|
144
|
-
label: "
|
145
|
-
|
146
|
-
|
241
|
+
property :catalog,
|
242
|
+
comment: %(A catalog whose contents are of interest in the context of this catalog.).freeze,
|
243
|
+
definition: %(A catalog whose contents are of interest in the context of this catalog.).freeze,
|
244
|
+
domain: "dcat:Catalog".freeze,
|
245
|
+
label: "catalog".freeze,
|
246
|
+
range: "dcat:Catalog".freeze,
|
247
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
248
|
+
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
249
|
+
type: "owl:ObjectProperty".freeze
|
250
|
+
property :centroid,
|
251
|
+
definition: %(The geographic center \(centroid\) of a resource.).freeze,
|
252
|
+
domain: "dc:Location".freeze,
|
253
|
+
label: "centroid".freeze,
|
254
|
+
range: "rdfs:Literal".freeze,
|
255
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
256
|
+
"skos:scopeNote": "The range of this property is intentionally generic, with the purpose of allowing different geometry encodings. E.g., the geometry could be encoded with as WKT (geosparql:asWKT [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
147
257
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
258
|
+
property :compressFormat,
|
259
|
+
comment: %(The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.).freeze,
|
260
|
+
definition: %(The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file.).freeze,
|
261
|
+
domain: "dcat:Distribution".freeze,
|
262
|
+
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
263
|
+
label: "compression format".freeze,
|
264
|
+
range: "dc:MediaType".freeze,
|
265
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
266
|
+
"skos:scopeNote": "This property is to be used when the files in the distribution are compressed, e.g. in a ZIP file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available.".freeze,
|
267
|
+
subPropertyOf: "dc:format".freeze,
|
268
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
148
269
|
property :contactPoint,
|
149
|
-
comment: %(
|
150
|
-
|
270
|
+
comment: %(Relevant contact information for the catalogued resource. Use of vCard is recommended.).freeze,
|
271
|
+
definition: %(Relevant contact information for the catalogued resource. Use of vCard is recommended.).freeze,
|
272
|
+
editorialNote: %(Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translations provided, other translations pending.).freeze,
|
151
273
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
152
274
|
label: "contact point".freeze,
|
153
275
|
range: "vcard:Kind".freeze,
|
154
276
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
155
|
-
property :dataDictionary,
|
156
|
-
comment: %(links a dataset to a dictionary that helps interpreting the data. This term has been deprecated).freeze,
|
157
|
-
domain: "dcat:Dataset".freeze,
|
158
|
-
isDefinedBy: "dcat:".freeze,
|
159
|
-
label: "data dictionary (Deprecated)".freeze,
|
160
|
-
"owl:deprecated": "true".freeze,
|
161
|
-
type: "rdf:Property".freeze
|
162
|
-
property :dataQuality,
|
163
|
-
comment: %(describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated).freeze,
|
164
|
-
domain: "dcat:Dataset".freeze,
|
165
|
-
isDefinedBy: "dcat:".freeze,
|
166
|
-
label: "data quality (Deprecated)".freeze,
|
167
|
-
"owl:deprecated": "true".freeze,
|
168
|
-
type: "rdf:Property".freeze
|
169
277
|
property :dataset,
|
170
|
-
comment: %(
|
278
|
+
comment: %(A collection of data that is listed in the catalog.).freeze,
|
279
|
+
definition: %(A collection of data that is listed in the catalog.).freeze,
|
171
280
|
domain: "dcat:Catalog".freeze,
|
281
|
+
editorialNote: %(Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translation provided, other translations pending.).freeze,
|
172
282
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
173
283
|
label: "dataset".freeze,
|
174
284
|
range: "dcat:Dataset".freeze,
|
175
|
-
subPropertyOf: "dc:hasPart".freeze,
|
285
|
+
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
176
286
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
177
287
|
property :distribution,
|
178
|
-
comment: %(
|
288
|
+
comment: %(An available distribution of the dataset.).freeze,
|
289
|
+
definition: %(An available distribution of the dataset.).freeze,
|
179
290
|
domain: "dcat:Dataset".freeze,
|
291
|
+
editorialNote: %(Status: English Definition text modified by DCAT revision team, translations pending \(except for Italian, Spanish and Czech\).).freeze,
|
180
292
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
181
293
|
label: "distribution".freeze,
|
182
294
|
range: "dcat:Distribution".freeze,
|
295
|
+
subPropertyOf: "dc:relation".freeze,
|
183
296
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
184
297
|
property :downloadURL,
|
185
|
-
comment: %(
|
186
|
-
|
298
|
+
comment: %(The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The
|
299
|
+
format is indicated by the distribution's dct:format and/or dcat:mediaType).freeze,
|
300
|
+
definition: %(The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The
|
301
|
+
format is indicated by the distribution's dct:format and/or dcat:mediaType).freeze,
|
187
302
|
domain: "dcat:Distribution".freeze,
|
188
|
-
|
303
|
+
editorialNote: [%(Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translation updated, other translations pending.).freeze, %(rdfs:label, rdfs:comment and/or skos:scopeNote have been modified. Non-english versions must be updated.).freeze],
|
189
304
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
190
305
|
label: "download URL".freeze,
|
191
306
|
range: "rdfs:Resource".freeze,
|
307
|
+
"skos:scopeNote": "dcat:downloadURL SHOULD be used for the address at which this distribution is available directly, typically through a HTTP Get request.".freeze,
|
192
308
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
193
|
-
property :
|
194
|
-
|
195
|
-
domain: "
|
196
|
-
|
197
|
-
|
198
|
-
"
|
199
|
-
|
309
|
+
property :endDate,
|
310
|
+
definition: %(The end of the period).freeze,
|
311
|
+
domain: "dc:PeriodOfTime".freeze,
|
312
|
+
label: "end date".freeze,
|
313
|
+
range: "rdfs:Literal".freeze,
|
314
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
315
|
+
"skos:scopeNote": "The range of this property is intentionally generic, with the purpose of allowing different level of temporal precision for specifying the end of a period. E.g., it can be expressed with a date (xsd:date), a date and time (xsd:dateTime), or a year (xsd:gYear).".freeze,
|
316
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
317
|
+
property :endpointDescription,
|
318
|
+
comment: %(A description of the service end-point, including its operations, parameters etc.).freeze,
|
319
|
+
definition: %(A description of the service end-point, including its operations, parameters etc.).freeze,
|
320
|
+
domain: "dcat:DataService".freeze,
|
321
|
+
label: "description of service end-point".freeze,
|
322
|
+
"skos:changeNote": ["New property in DCAT 2.0.".freeze, "Nueva propiedad agregada en DCAT 2.0.".freeze],
|
323
|
+
"skos:scopeNote": ["An endpoint description may be expressed in a machine-readable form, such as an OpenAPI (Swagger) description, an OGC GetCapabilities response, a SPARQL Service Description, an OpenSearch or WSDL document, a Hydra API description, else in text or some other informal mode if a formal representation is not possible.".freeze, "The endpoint decription gives specific details of the actual endpoint instance, while dct:conformsTo is used to indicate the general standard or specification that the endpoint implements.".freeze],
|
324
|
+
type: "owl:ObjectProperty".freeze
|
325
|
+
property :endpointURL,
|
326
|
+
comment: %(The root location or primary endpoint of the service \(a web-resolvable IRI\)).freeze,
|
327
|
+
definition: %(The root location or primary endpoint of the service \(a web-resolvable IRI\)).freeze,
|
328
|
+
domain: "dcat:DataService".freeze,
|
329
|
+
label: "service end-point".freeze,
|
330
|
+
range: "rdfs:Resource".freeze,
|
331
|
+
"skos:changeNote": "New property in DCAT 2.0.".freeze,
|
332
|
+
type: "owl:ObjectProperty".freeze
|
333
|
+
property :hadRole,
|
334
|
+
comment: %(The function of an entity or agent with respect to another entity or resource.).freeze,
|
335
|
+
definition: %(The function of an entity or agent with respect to another entity or resource.).freeze,
|
336
|
+
domain: term(
|
337
|
+
type: "owl:Class".freeze,
|
338
|
+
unionOf: list("prov:Attribution".freeze, "dcat:Relationship".freeze)
|
339
|
+
),
|
340
|
+
editorialNote: %(Introduced into DCAT to complement prov:hadRole \(whose use is limited to roles in the context of an activity, with the domain of prov:Association).freeze,
|
341
|
+
label: "hadRole".freeze,
|
342
|
+
range: "dcat:Role".freeze,
|
343
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
344
|
+
"skos:scopeNote": ["May be used in a qualified-attribution to specify the role of an Agent with respect to an Entity. It is recommended that the value be taken from a controlled vocabulary of agent roles, such as http://registry.it.csiro.au/def/isotc211/CI_RoleCode".freeze, "May be used in a qualified-relation to specify the role of an Entity with respect to another Entity.\n It is recommended that the value be taken from a controlled vocabulary of entity roles such as\n - ISO 19115 DS_AssociationTypeCode http://registry.it.csiro.au/def/isotc211/DS_AssociationTypeCode\n - IANA Registry of Link Relations https://www.iana.org/assignments/link-relation\n - DataCite metadata schema\n - MARC relators https://id.loc.gov/vocabulary/relators".freeze],
|
345
|
+
type: "owl:ObjectProperty".freeze
|
200
346
|
property :keyword,
|
201
|
-
comment: %(A keyword or tag describing
|
202
|
-
|
347
|
+
comment: %(A keyword or tag describing a resource.).freeze,
|
348
|
+
definition: %(A keyword or tag describing a resource.).freeze,
|
203
349
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
204
350
|
label: "keyword".freeze,
|
205
351
|
range: "rdfs:Literal".freeze,
|
206
352
|
subPropertyOf: "dc:subject".freeze,
|
207
353
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
208
354
|
property :landingPage,
|
209
|
-
comment: %(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze,
|
210
|
-
|
211
|
-
"http://purl.org/vocab/vann/usageNote": "If the distribution(s) are accessible only through a landing page (i.e. direct download \n URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze,
|
355
|
+
comment: %(A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information.).freeze,
|
356
|
+
definition: %(A Web page that can be navigated to in a Web browser to gain access to the catalog, a dataset, its distributions and/or additional information.).freeze,
|
212
357
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
213
358
|
label: "landing page".freeze,
|
214
359
|
range: "foaf:Document".freeze,
|
360
|
+
"skos:scopeNote": "If the distribution(s) are accessible only through a landing page (i.e. direct download\n URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze,
|
215
361
|
subPropertyOf: "foaf:page".freeze,
|
216
362
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
217
363
|
property :mediaType,
|
218
|
-
comment: %(
|
219
|
-
|
364
|
+
comment: %(The media type of the distribution as defined by IANA).freeze,
|
365
|
+
definition: %(The media type of the distribution as defined by IANA).freeze,
|
220
366
|
domain: "dcat:Distribution".freeze,
|
367
|
+
editorialNote: %(Status: English Definition text modified by DCAT revision team, Italian and Czech translation provided, other translations pending. Note some inconsistency on def vs. usage).freeze,
|
221
368
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
222
369
|
label: "media type".freeze,
|
223
|
-
range: "dc:
|
370
|
+
range: "dc:MediaType".freeze,
|
371
|
+
"skos:changeNote": "The range of dcat:mediaType has been tightened as part of the revision of DCAT.".freeze,
|
372
|
+
"skos:scopeNote": "This property SHOULD be used when the media type of the distribution is defined in the IANA media types registry https://www.iana.org/assignments/media-types/, otherwise dct:format MAY be used with different values.".freeze,
|
373
|
+
subPropertyOf: "dc:format".freeze,
|
374
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
375
|
+
property :packageFormat,
|
376
|
+
comment: %(The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.).freeze,
|
377
|
+
definition: %(The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together.).freeze,
|
378
|
+
domain: "dcat:Distribution".freeze,
|
379
|
+
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
380
|
+
label: "packaging format".freeze,
|
381
|
+
range: "dc:MediaType".freeze,
|
382
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
383
|
+
"skos:scopeNote": "This property to be used when the files in the distribution are packaged, e.g. in a TAR file, a Frictionless Data Package or a Bagit file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available.".freeze,
|
224
384
|
subPropertyOf: "dc:format".freeze,
|
225
385
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
386
|
+
property :qualifiedRelation,
|
387
|
+
comment: %(Link to a description of a relationship with another resource.).freeze,
|
388
|
+
definition: %(Link to a description of a relationship with another resource.).freeze,
|
389
|
+
domain: "dcat:Resource".freeze,
|
390
|
+
editorialNote: %(Introduced into DCAT to complement the other PROV qualified relations. ).freeze,
|
391
|
+
label: "qualified relation".freeze,
|
392
|
+
range: "dcat:Relationship".freeze,
|
393
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
394
|
+
"skos:scopeNote": "Used to link to another resource where the nature of the relationship is known but does not match one of the standard Dublin Core properties (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat, dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:requires, dct:isRequiredBy) or PROV-O properties (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf).".freeze,
|
395
|
+
type: "owl:ObjectProperty".freeze
|
226
396
|
property :record,
|
227
|
-
comment: %(
|
397
|
+
comment: %(A record describing the registration of a single dataset or data service that is part of the catalog.).freeze,
|
398
|
+
definition: %(A record describing the registration of a single dataset or data service that is part of the catalog.).freeze,
|
228
399
|
domain: "dcat:Catalog".freeze,
|
400
|
+
editorialNote: %(Status: English, Italian, Spanish and Czech Definitions modified by DCAT revision team, other translations pending.).freeze,
|
229
401
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
230
402
|
label: "record".freeze,
|
231
403
|
range: "dcat:CatalogRecord".freeze,
|
232
404
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
233
|
-
property :
|
234
|
-
comment: %(
|
235
|
-
|
236
|
-
|
237
|
-
label: "
|
238
|
-
|
239
|
-
|
240
|
-
type: "
|
405
|
+
property :servesDataset,
|
406
|
+
comment: %(A collection of data that this DataService can distribute).freeze,
|
407
|
+
definition: %(A collection of data that this DataService can distribute).freeze,
|
408
|
+
domain: "dcat:DataService".freeze,
|
409
|
+
label: "serves dataset".freeze,
|
410
|
+
range: "dcat:Dataset".freeze,
|
411
|
+
"skos:changeNote": "New property in DCAT 2.0.".freeze,
|
412
|
+
type: "owl:ObjectProperty".freeze
|
413
|
+
property :service,
|
414
|
+
comment: %(A site or endpoint that is listed in the catalog.).freeze,
|
415
|
+
definition: %(A site or endpoint that is listed in the catalog.).freeze,
|
416
|
+
domain: "dcat:Catalog".freeze,
|
417
|
+
label: "service".freeze,
|
418
|
+
range: "dcat:DataService".freeze,
|
419
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
420
|
+
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
421
|
+
type: "owl:ObjectProperty".freeze
|
422
|
+
property :spatialResolutionInMeters,
|
423
|
+
comment: [%(minimum spatial separation resolvable in a dataset, measured in meters).freeze, %(minimum spatial separation resolvable in a dataset, measured in metres).freeze],
|
424
|
+
definition: [%(minimum spatial separation resolvable in a dataset, measured in meters).freeze, %(minimum spatial separation resolvable in a dataset, measured in metres).freeze],
|
425
|
+
editorialNote: %(Might appear in the description of a Dataset or a Distribution, so no domain is specified).freeze,
|
426
|
+
label: ["spatial resolution (meters)".freeze, "spatial resolution (metres)".freeze],
|
427
|
+
range: "xsd:decimal".freeze,
|
428
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
429
|
+
"skos:scopeNote": ["Alternative spatial resolutions might be provided as different dataset distributions".freeze, "If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial dataset, this property will usually indicate the smallest distance between items in the dataset. ".freeze],
|
430
|
+
type: "owl:DatatypeProperty".freeze
|
431
|
+
property :startDate,
|
432
|
+
definition: %(The start of the period).freeze,
|
433
|
+
domain: "dc:PeriodOfTime".freeze,
|
434
|
+
label: "start date".freeze,
|
435
|
+
range: "rdfs:Literal".freeze,
|
436
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
437
|
+
"skos:scopeNote": "The range of this property is intentionally generic, with the purpose of allowing different level of temporal precision for specifying the start of a period. E.g., it can be expressed with a date (xsd:date), a date and time (xsd:dateTime), or a year (xsd:gYear).".freeze,
|
438
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
439
|
+
property :temporalResolution,
|
440
|
+
comment: %(minimum time period resolvable in a dataset).freeze,
|
441
|
+
definition: %(minimum time period resolvable in a dataset).freeze,
|
442
|
+
editorialNote: %(Might appear in the description of a Dataset or a Distribution, so no domain is specified).freeze,
|
443
|
+
label: "temporal resolution".freeze,
|
444
|
+
range: "xsd:duration".freeze,
|
445
|
+
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
446
|
+
"skos:scopeNote": ["Alternative temporal resolutions might be provided as different dataset distributions".freeze, "If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset. ".freeze],
|
447
|
+
type: "owl:DatatypeProperty".freeze
|
241
448
|
property :theme,
|
242
|
-
comment: %(
|
243
|
-
|
244
|
-
|
449
|
+
comment: %(A main category of the resource. A resource can have multiple themes.).freeze,
|
450
|
+
definition: %(A main category of the resource. A resource can have multiple themes.).freeze,
|
451
|
+
editorialNote: %(Status: English Definition text modified by DCAT revision team, all except for Italian and Czech translations are pending.).freeze,
|
245
452
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
246
453
|
label: "theme".freeze,
|
247
454
|
range: "skos:Concept".freeze,
|
455
|
+
"skos:scopeNote": "The set of skos:Concepts used to categorize the resources are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog.".freeze,
|
248
456
|
subPropertyOf: "dc:subject".freeze,
|
249
457
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
250
458
|
property :themeTaxonomy,
|
251
459
|
comment: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze,
|
460
|
+
definition: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze,
|
252
461
|
domain: "dcat:Catalog".freeze,
|
253
462
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
254
463
|
label: "theme taxonomy".freeze,
|
255
|
-
range: "
|
464
|
+
range: "rdfs:Resource".freeze,
|
465
|
+
rangeIncludes: ["owl:Ontology".freeze, "skos:Collection".freeze, "skos:ConceptScheme".freeze],
|
466
|
+
"skos:scopeNote": "It is recommended that the taxonomy is organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, which allows each member to be denoted by an IRI and published as linked-data.".freeze,
|
256
467
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
257
468
|
end
|
258
469
|
end
|
@@ -19,234 +19,129 @@ module RDF::Vocab
|
|
19
19
|
term :"CNE/1.0/",
|
20
20
|
"dc11:identifier": "CNE".freeze,
|
21
21
|
"dc:creator": "rightsstatements:irswg".freeze,
|
22
|
-
"dc:description": "This Rights Statement indicates that the organization that has published the Item has not evaluated the copyright and related rights status of the Item.".freeze,
|
23
22
|
"dc:modified": "2019-04-18".freeze,
|
24
|
-
definition: %(The copyright and related rights status of this Item has not been evaluated.
|
25
|
-
|
26
|
-
Please refer to the organization that has made the Item available for more information.
|
27
|
-
|
28
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
|
29
23
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
30
24
|
notation: %(CNE).freeze,
|
31
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
32
25
|
"owl:versionInfo": "1.0".freeze,
|
33
|
-
prefLabel: "Copyright Not Evaluated".freeze,
|
34
26
|
"skos:closeMatch": "http://www.europeana.eu/rights/unknown/".freeze,
|
35
27
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
36
|
-
"skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that intends to make the Item available has not undertaken an effort to determine the copyright status of the underlying Work.".freeze,
|
37
28
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
38
29
|
term :"InC-EDU/1.0/",
|
39
30
|
"dc11:identifier": "InC-EDU".freeze,
|
40
31
|
"dc:creator": "rightsstatements:irswg".freeze,
|
41
|
-
"dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright but that educational use is allowed without the need to obtain additional permission.".freeze,
|
42
32
|
"dc:modified": "2019-04-18".freeze,
|
43
|
-
definition: %(This Item is protected by copyright and/or related rights.
|
44
|
-
|
45
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for educational uses.
|
46
|
-
|
47
|
-
For other uses, you need to obtain permission from the rights-holder\(s\).).freeze,
|
48
33
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
49
34
|
notation: %(InC-EDU).freeze,
|
50
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
51
35
|
"owl:versionInfo": "1.0".freeze,
|
52
|
-
prefLabel: "In Copyright - Educational Use Permitted".freeze,
|
53
36
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
54
|
-
"skos:scopeNote": "This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder(s) to allow third parties to use their Work(s) for educational purposes without first obtaining permission.".freeze,
|
55
37
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
56
38
|
term :"InC-NC/1.0/",
|
57
39
|
"cc:prohibits": "cc:CommercialUse".freeze,
|
58
40
|
"dc11:identifier": "InC-NC".freeze,
|
59
41
|
"dc:creator": "rightsstatements:irswg".freeze,
|
60
|
-
"dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright but that non-commercial use is allowed without the need to obtain additional permission.".freeze,
|
61
42
|
"dc:modified": "2019-04-18".freeze,
|
62
|
-
definition: %(This Item is protected by copyright and/or related rights.
|
63
|
-
|
64
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. In addition, no permission is required from the rights-holder\(s\) for non-commercial uses.
|
65
|
-
|
66
|
-
For other uses you need to obtain permission from the rights-holder\(s\).).freeze,
|
67
43
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
68
44
|
notation: %(InC-NC).freeze,
|
69
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
70
45
|
"owl:versionInfo": "1.0".freeze,
|
71
|
-
prefLabel: "In Copyright - Non-Commercial Use Permitted".freeze,
|
72
46
|
"skos:closeMatch": "http://creativecommons.org/licenses/by-nc/4.0/".freeze,
|
73
47
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
74
|
-
"skos:scopeNote": "This Rights Statement can be used only for copyrighted Items for which the organization making the Item available is the rights-holder or has been explicitly authorized by the rights-holder(s) to allow third parties to use their Work(s) for non-commercial purposes without obtaining permission first.".freeze,
|
75
48
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
76
49
|
term :"InC-OW-EU/1.0/",
|
77
50
|
"dc11:identifier": "InC-OW-EU".freeze,
|
78
51
|
"dc:creator": "rightsstatements:irswg".freeze,
|
79
|
-
"dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement has been identified as an ‘Orphan Work’ under the terms of the EU Orphan Works Directive.".freeze,
|
80
52
|
"dc:modified": "2010-04-18".freeze,
|
81
|
-
definition: %(This Item has been identified as an orphan work in the country of first publication and in line with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of orphan works.
|
82
|
-
|
83
|
-
For this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located even though a diligent search for the rights-holder\(s\) has been conducted. The results of the diligent search are available in the EU Orphan Works Database.
|
84
|
-
|
85
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
|
86
53
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
87
54
|
notation: %(InC-OW-EU).freeze,
|
88
|
-
note: [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\), please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
89
55
|
"owl:versionInfo": "1.0".freeze,
|
90
|
-
prefLabel: "In Copyright - EU Orphan Work".freeze,
|
91
56
|
"skos:closeMatch": "http://www.europeana.eu/rights/orphan-work-eu/".freeze,
|
92
57
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
93
|
-
"skos:scopeNote": "This Rights Statement is intended for use with Items for which the underlying Work has been identified as an Orphan Work in accordance with Directive 2012/28/EU of the European Parliament and of the Council of 25 October 2012 on certain permitted uses of Orphan Works. It can only be applied to Items derived from Works that are covered by the Directive: Works published in the form of books, journals, newspapers, magazines or other writings as well as cinematographic or audiovisual works and phonograms (note: this excludes photography and visual arts). It can only be applied by organizations that are beneficiaries of the Directive: publicly accessible libraries, educational establishments and museums, archives, film or audio heritage institutions and public-service broadcasting organizations, established in one of the EU member states. The beneficiary is also expected to have registered the work in the EU Orphan Works Database maintained by EUIPO.".freeze,
|
94
58
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
95
59
|
term :"InC-RUU/1.0/",
|
96
60
|
"dc11:identifier": "InC-RUU".freeze,
|
97
61
|
"dc:creator": "rightsstatements:irswg".freeze,
|
98
|
-
"dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement has been identified as in copyright, but its rights-holder(s) either cannot be identified or cannot be located.".freeze,
|
99
62
|
"dc:modified": "2019-04-18".freeze,
|
100
|
-
definition: %(This Item is protected by copyright and/or related rights. However, for this Item, either \(a\) no rights-holder\(s\) have been identified or \(b\) one or more rights-holder\(s\) have been identified but none have been located.
|
101
|
-
|
102
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
|
103
63
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
104
64
|
notation: %(InC-RUU).freeze,
|
105
|
-
note: [%(If you have any information that can contribute to identifying or locating the rights-holder\(s\) please notify the organization that has made the Item available.).freeze, %(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
106
65
|
"owl:versionInfo": "1.0".freeze,
|
107
|
-
prefLabel: "In Copyright - Rights-holder(s) Unlocatable or Unidentifiable".freeze,
|
108
66
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
109
|
-
"skos:scopeNote": "This Rights Statement is intended for use with an Item that has been identified as in copyright but for which no rights-holder(s) has been identified or located after some reasonable investigation. This Rights Statement should only be used if the organization that intends to make the Item available is reasonably sure that the underlying Work is in copyright. This Rights Statement is not intended for use by EU-based organizations who have identified works as Orphan Works in accordance with the EU Orphan Works Directive (they must use InC-OW-EU instead).".freeze,
|
110
67
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
111
68
|
term :"InC/1.0/",
|
112
69
|
"dc11:identifier": "InC".freeze,
|
113
70
|
"dc:creator": "rightsstatements:irswg".freeze,
|
114
|
-
"dc:description": "This Rights Statement indicates that the Item labeled with this Rights Statement is in copyright.".freeze,
|
115
71
|
"dc:modified": "2019-04-18".freeze,
|
116
|
-
definition: %(This Item is protected by copyright and/or related rights.
|
117
|
-
|
118
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.
|
119
|
-
|
120
|
-
For other uses you need to obtain permission from the rights-holder\(s\).).freeze,
|
121
72
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
122
73
|
notation: %(InC).freeze,
|
123
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
124
74
|
"owl:versionInfo": "1.0".freeze,
|
125
|
-
prefLabel: "In Copyright".freeze,
|
126
75
|
"skos:closeMatch": "http://www.europeana.eu/rights/rr-f/".freeze,
|
127
76
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/cpr".freeze,
|
128
|
-
"skos:scopeNote": "This Rights Statement can be used for an Item that is in copyright. Using this statement implies that the organization making this Item available has determined that the Item is in copyright and either is the rights-holder, has obtained permission from the rights-holder(s) to make their Work(s) available, or makes the Item available under an exception or limitation to copyright (including Fair Use) that entitles it to make the Item available.".freeze,
|
129
77
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
130
78
|
term :"NKC/1.0/",
|
131
79
|
"dc11:identifier": "NKC".freeze,
|
132
80
|
"dc:creator": "rightsstatements:irswg".freeze,
|
133
|
-
"dc:description": "This Rights Statement indicates that the organization that has published the Item believes that no copyright or related rights are known to exist for the Item, but that a conclusive determination could not be made.".freeze,
|
134
81
|
"dc:modified": "2019-04-18".freeze,
|
135
|
-
definition: %(The organization that has made the Item available reasonably believes that the Item is not restricted by copyright or related rights, but a conclusive determination could not be made.
|
136
|
-
|
137
|
-
Please refer to the organization that has made the Item available for more information.
|
138
|
-
|
139
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
|
140
82
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
141
83
|
notation: %(NKC).freeze,
|
142
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
143
84
|
"owl:versionInfo": "1.0".freeze,
|
144
|
-
prefLabel: "No Known Copyright".freeze,
|
145
85
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/unk".freeze,
|
146
|
-
"skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status has not been determined conclusively, but for which the organization that intends to make the Item available has reasonable cause to believe that the underlying Work is not covered by copyright or related rights anymore. This Rights Statement should not be used for Orphan Works (which are assumed to be in-copyright) or for Items where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.".freeze,
|
147
86
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
148
87
|
term :"NoC-CR/1.0/",
|
149
88
|
"dc11:identifier": "NoC-CR".freeze,
|
150
89
|
"dc:creator": "rightsstatements:irswg".freeze,
|
151
|
-
"dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but the organization that has published the Item is contractually required to restrict certain forms of use by third parties.".freeze,
|
152
90
|
"dc:modified": "2019-04-18".freeze,
|
153
|
-
definition: %(Use of this Item is not restricted by copyright and/or related rights.
|
154
|
-
|
155
|
-
As part of the acquisition or digitization of this Work, the organization that has made the Item available is contractually required to limit the use of this Item. Limitations may include, but are not limited to, privacy issues, cultural protections, digitization agreements or donor agreements.
|
156
|
-
|
157
|
-
Please refer to the organization that has made the Item available for more information.).freeze,
|
158
91
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
159
92
|
notation: %(NoC-CR).freeze,
|
160
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
161
93
|
"owl:versionInfo": "1.0".freeze,
|
162
|
-
prefLabel: "No Copyright - Contractual Restrictions".freeze,
|
163
94
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
164
|
-
"skos:scopeNote": "This Rights Statement can only be used for Items that are in the Public Domain but for which the organization that intends to make the Item available has entered into contractual agreement that requires it to take steps to restrict third party uses of the Item. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the contractual restrictions that apply to the use of the Item.".freeze,
|
165
95
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
166
96
|
term :"NoC-NC/1.0/",
|
167
97
|
"cc:prohibits": "cc:CommercialUse".freeze,
|
168
98
|
"dc11:identifier": "NoC-NC".freeze,
|
169
99
|
"dc:creator": "rightsstatements:irswg".freeze,
|
170
|
-
"dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but the organization that has published the Item is contractually required to allow only non-commercial use by third parties.".freeze,
|
171
100
|
"dc:modified": "2019-04-18".freeze,
|
172
|
-
definition: %(This Work has been digitized in a public-private partnership. As part of this partnership, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties.
|
173
|
-
|
174
|
-
You can, without permission, copy, modify, distribute, display, or perform the Item, for non-commercial uses. For any other permissible uses, please review the terms and conditions of the organization that has made the Item available.).freeze,
|
175
101
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
176
102
|
notation: %(NoC-NC).freeze,
|
177
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you may use the material.).freeze],
|
178
103
|
"owl:versionInfo": "1.0".freeze,
|
179
|
-
prefLabel: "No Copyright - Non-Commercial Use Only".freeze,
|
180
104
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
181
|
-
"skos:scopeNote": "This Rights Statement can only be used for Works that are in the Public Domain and have been digitized in a public-private partnership as part of which, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties. It has been developed specifically to allow the inclusion of Works that have been digitized as part of the partnerships between European Libraries and Google, but can in theory be applied to Items that have been digitized in similar public-private partnerships.".freeze,
|
182
105
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
183
106
|
term :"NoC-OKLR/1.0/",
|
184
107
|
"dc11:identifier": "NoC-OKLR".freeze,
|
185
108
|
"dc:creator": "rightsstatements:irswg".freeze,
|
186
|
-
"dc:description": "This Rights Statement indicates that the underlying Work is in the Public Domain, but that there are known restrictions imposed by laws other than copyright and/or related rights on the use of the Item by third parties.".freeze,
|
187
109
|
"dc:modified": "2019-04-18".freeze,
|
188
|
-
definition: %(Use of this Item is not restricted by copyright and/or related rights.
|
189
|
-
|
190
|
-
In one or more jurisdictions, laws other than copyright are known to impose restrictions on the use of this Item.
|
191
|
-
|
192
|
-
Please refer to the organization that has made the Item available for more information.).freeze,
|
193
110
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
194
111
|
notation: %(NoC-OKLR).freeze,
|
195
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
196
112
|
"owl:versionInfo": "1.0".freeze,
|
197
|
-
prefLabel: "No Copyright - Other Known Legal Restrictions".freeze,
|
198
113
|
"skos:relatedMatch": "http://id.loc.gov/vocabulary/preservation/copyrightStatus/pub".freeze,
|
199
|
-
"skos:scopeNote": "This Rights Statement should be used for Items that are in the Public Domain but that cannot be freely re-used as the consequence of known legal restrictions that prevent the organization that intends to make the Item available from allowing free re-use of the Item, such as cultural heritage or traditional cultural expression protections. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the legal restrictions that limit re-use of the Item.".freeze,
|
200
114
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
201
115
|
term :"NoC-US/1.0/",
|
202
116
|
"dc11:identifier": "NoC-US".freeze,
|
203
117
|
"dc:creator": "rightsstatements:irswg".freeze,
|
204
|
-
"dc:description": "This Rights Statement indicates that the Item is in the Public Domain under the laws of the United States, but that a determination was not made as to its copyright status under the copyright laws of other countries.".freeze,
|
205
118
|
"dc:modified": "2019-04-18".freeze,
|
206
|
-
definition: %(The organization that has made the Item available believes that the Item is in the Public Domain under the laws of the United States, but a determination was not made as to its copyright status under the copyright laws of other countries. The Item may not be in the Public Domain under the laws of other countries.
|
207
|
-
|
208
|
-
Please refer to the organization that has made the Item available for more information.).freeze,
|
209
119
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
210
120
|
notation: %(NoC-US).freeze,
|
211
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
212
121
|
"owl:versionInfo": "1.0".freeze,
|
213
|
-
prefLabel: "No Copyright - United States".freeze,
|
214
|
-
"skos:scopeNote": "This Rights Statement should be used for Items for which the organization that intends to make the Item available has determined are free of copyright under the laws of the United States. This Rights Statement should not be used for Orphan Works (which are assumed to be in-copyright) or for Items where the organization that intends to make the Item available has not undertaken an effort to ascertain the copyright status of the underlying Work.".freeze,
|
215
122
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
216
123
|
term :"UND/1.0/",
|
217
124
|
"dc11:identifier": "UND".freeze,
|
218
125
|
"dc:creator": "rightsstatements:irswg".freeze,
|
219
|
-
"dc:description": "This Rights Statement indicates that the organization that has made the Item available has reviewed the copyright and related rights status of the Item, but was unable to determine the copyright status of the Item.".freeze,
|
220
126
|
"dc:modified": "2019-04-18".freeze,
|
221
|
-
definition: %(The copyright and related rights status of this Item has been reviewed by the organization that has made the Item available, but the organization was unable to make a conclusive determination as to the copyright status of the Item.
|
222
|
-
|
223
|
-
Please refer to the organization that has made the Item available for more information.
|
224
|
-
|
225
|
-
You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use.).freeze,
|
226
127
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
227
128
|
notation: %(UND).freeze,
|
228
|
-
note: [%(Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.).freeze, %(You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available.).freeze, %(You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.).freeze],
|
229
129
|
"owl:versionInfo": "1.0".freeze,
|
230
|
-
prefLabel: "Copyright Undetermined".freeze,
|
231
|
-
"skos:scopeNote": "This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that has made the Item available has undertaken an (unsuccessful) effort to determine the copyright status of the underlying Work. Typically, this Rights Statement is used when the organization is missing key facts essential to making an accurate copyright status determination.".freeze,
|
232
130
|
type: ["dc:RightsStatement".freeze, "skos:Concept".freeze]
|
233
131
|
term :"collection-ic/1.0/",
|
234
132
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
235
133
|
member: ["http://rightsstatements.org/vocab/InC-EDU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/InC-OW-EU/1.0/".freeze, "http://rightsstatements.org/vocab/InC-RUU/1.0/".freeze, "http://rightsstatements.org/vocab/InC/1.0/".freeze],
|
236
134
|
"owl:versionInfo": "1.0".freeze,
|
237
|
-
prefLabel: "Statements for works that are in copyright".freeze,
|
238
135
|
type: "skos:Collection".freeze
|
239
136
|
term :"collection-nc/1.0/",
|
240
137
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
241
138
|
member: ["http://rightsstatements.org/vocab/NoC-CR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-NC/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-OKLR/1.0/".freeze, "http://rightsstatements.org/vocab/NoC-US/1.0/".freeze],
|
242
139
|
"owl:versionInfo": "1.0".freeze,
|
243
|
-
prefLabel: "Statements for works that are not in copyright".freeze,
|
244
140
|
type: "skos:Collection".freeze
|
245
141
|
term :"collection-other/1.0/",
|
246
142
|
inScheme: "http://rightsstatements.org/vocab/1.0/".freeze,
|
247
143
|
member: ["http://rightsstatements.org/vocab/CNE/1.0/".freeze, "http://rightsstatements.org/vocab/NKC/1.0/".freeze, "http://rightsstatements.org/vocab/UND/1.0/".freeze],
|
248
144
|
"owl:versionInfo": "1.0".freeze,
|
249
|
-
prefLabel: "Statements for works where the copyright status is unclear".freeze,
|
250
145
|
type: "skos:Collection".freeze
|
251
146
|
term :irswg,
|
252
147
|
"foaf:homepage": "http://rightsstatements.org/".freeze,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rdf-vocab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Chandek-Stark
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2019-
|
13
|
+
date: 2019-10-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|