rdf-vocab 3.1.2 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +69 -45
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +60 -40
- data/lib/rdf/vocab/acl.rb +104 -61
- data/lib/rdf/vocab/as.rb +556 -91
- data/lib/rdf/vocab/bf2.rb +1791 -475
- data/lib/rdf/vocab/bibframe.rb +1 -2
- data/lib/rdf/vocab/bibo.rb +616 -124
- data/lib/rdf/vocab/cc.rb +125 -48
- data/lib/rdf/vocab/cert.rb +68 -1
- data/lib/rdf/vocab/cnt.rb +79 -1
- data/lib/rdf/vocab/crm.rb +1543 -776
- data/lib/rdf/vocab/datacite.rb +1 -1
- data/lib/rdf/vocab/dbo.rb +10463 -1
- data/lib/rdf/vocab/dc.rb +485 -99
- data/lib/rdf/vocab/dc11.rb +93 -31
- data/lib/rdf/vocab/dcat.rb +236 -88
- data/lib/rdf/vocab/dcmitype.rb +63 -13
- data/lib/rdf/vocab/disco.rb +286 -59
- data/lib/rdf/vocab/doap.rb +175 -1
- data/lib/rdf/vocab/dwc.rb +941 -189
- data/lib/rdf/vocab/earl.rb +324 -0
- data/lib/rdf/vocab/ebucore.rb +7255 -2184
- data/lib/rdf/vocab/edm.rb +202 -76
- data/lib/rdf/vocab/exif.rb +650 -1
- data/lib/rdf/vocab/extensions.rb +257 -203
- data/lib/rdf/vocab/fcrepo4.rb +398 -22
- data/lib/rdf/vocab/foaf.rb +380 -76
- data/lib/rdf/vocab/geo.rb +47 -110
- data/lib/rdf/vocab/geojson.rb +82 -17
- data/lib/rdf/vocab/geonames.rb +1508 -1351
- data/lib/rdf/vocab/gr.rb +861 -565
- data/lib/rdf/vocab/gs1.rb +1597 -1
- data/lib/rdf/vocab/ht.rb +204 -41
- data/lib/rdf/vocab/hydra.rb +335 -60
- data/lib/rdf/vocab/iana.rb +301 -114
- data/lib/rdf/vocab/ical.rb +534 -121
- data/lib/rdf/vocab/identifiers.rb +459 -499
- data/lib/rdf/vocab/iiif.rb +161 -26
- data/lib/rdf/vocab/jsonld.rb +179 -53
- data/lib/rdf/vocab/ldp.rb +130 -1
- data/lib/rdf/vocab/lrmi.rb +85 -17
- data/lib/rdf/vocab/ma.rb +460 -80
- data/lib/rdf/vocab/mads.rb +610 -22
- data/lib/rdf/vocab/{marc_relators.rb → marcrelators.rb} +813 -4
- data/lib/rdf/vocab/mo.rb +1115 -540
- data/lib/rdf/vocab/mods.rb +635 -124
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +343 -73
- data/lib/rdf/vocab/og.rb +100 -1
- data/lib/rdf/vocab/ogc.rb +42 -9
- data/lib/rdf/vocab/ore.rb +69 -14
- data/lib/rdf/vocab/org.rb +235 -47
- data/lib/rdf/vocab/pcdm.rb +58 -34
- data/lib/rdf/vocab/pplan.rb +21 -136
- data/lib/rdf/vocab/premis.rb +1171 -779
- data/lib/rdf/vocab/{premis_event_type.rb → premiseventtype.rb} +156 -2
- data/lib/rdf/vocab/prov.rb +700 -107
- data/lib/rdf/vocab/ptr.rb +172 -37
- data/lib/rdf/vocab/rightsstatements.rb +17 -13
- data/lib/rdf/vocab/rsa.rb +30 -1
- data/lib/rdf/vocab/rss.rb +52 -11
- data/lib/rdf/vocab/schema.rb +14970 -3993
- data/lib/rdf/vocab/schemas.rb +27066 -0
- data/lib/rdf/vocab/sd.rb +372 -0
- data/lib/rdf/vocab/sh.rb +919 -184
- data/lib/rdf/vocab/sioc.rb +498 -98
- data/lib/rdf/vocab/{sioc_services.rb → siocservices.rb} +46 -9
- data/lib/rdf/vocab/sioctypes.rb +434 -0
- data/lib/rdf/vocab/skos.rb +160 -44
- data/lib/rdf/vocab/skosxl.rb +40 -11
- data/lib/rdf/vocab/v.rb +323 -37
- data/lib/rdf/vocab/vcard.rb +625 -119
- data/lib/rdf/vocab/vmd.rb +323 -37
- data/lib/rdf/vocab/void.rb +147 -27
- data/lib/rdf/vocab/vs.rb +23 -5
- data/lib/rdf/vocab/wdrs.rb +112 -23
- data/lib/rdf/vocab/wot.rb +96 -19
- data/lib/rdf/vocab/xhtml.rb +2 -1
- data/lib/rdf/vocab/xhv.rb +422 -201
- data/lib/rdf/vocab/xkos.rb +156 -7
- data/spec/extensions_spec.rb +68 -0
- data/spec/vocab_spec.rb +10 -0
- metadata +20 -11
- data/lib/rdf/vocab/sioct.rb +0 -277
data/lib/rdf/vocab/dc11.rb
CHANGED
@@ -5,9 +5,71 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://purl.org/dc/elements/1.1/>
|
8
|
+
# #
|
9
|
+
# # Dublin Core Metadata Element Set, Version 1.1
|
8
10
|
# class DC11 < RDF::StrictVocabulary
|
11
|
+
# # An entity responsible for making contributions to the resource.
|
12
|
+
# # @return [RDF::Vocabulary::Term]
|
13
|
+
# attr_reader :contributor
|
14
|
+
#
|
15
|
+
# # The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.
|
16
|
+
# # @return [RDF::Vocabulary::Term]
|
17
|
+
# attr_reader :coverage
|
18
|
+
#
|
19
|
+
# # An entity primarily responsible for making the resource.
|
20
|
+
# # @return [RDF::Vocabulary::Term]
|
21
|
+
# attr_reader :creator
|
22
|
+
#
|
23
|
+
# # A point or period of time associated with an event in the lifecycle of the resource.
|
24
|
+
# # @return [RDF::Vocabulary::Term]
|
25
|
+
# attr_reader :date
|
26
|
+
#
|
27
|
+
# # An account of the resource.
|
28
|
+
# # @return [RDF::Vocabulary::Term]
|
29
|
+
# attr_reader :description
|
30
|
+
#
|
31
|
+
# # The file format, physical medium, or dimensions of the resource.
|
32
|
+
# # @return [RDF::Vocabulary::Term]
|
33
|
+
# attr_reader :format
|
34
|
+
#
|
35
|
+
# # An unambiguous reference to the resource within a given context.
|
36
|
+
# # @return [RDF::Vocabulary::Term]
|
37
|
+
# attr_reader :identifier
|
38
|
+
#
|
39
|
+
# # A language of the resource.
|
40
|
+
# # @return [RDF::Vocabulary::Term]
|
41
|
+
# attr_reader :language
|
42
|
+
#
|
43
|
+
# # An entity responsible for making the resource available.
|
44
|
+
# # @return [RDF::Vocabulary::Term]
|
45
|
+
# attr_reader :publisher
|
46
|
+
#
|
47
|
+
# # A related resource.
|
48
|
+
# # @return [RDF::Vocabulary::Term]
|
49
|
+
# attr_reader :relation
|
50
|
+
#
|
51
|
+
# # Information about rights held in and over the resource.
|
52
|
+
# # @return [RDF::Vocabulary::Term]
|
53
|
+
# attr_reader :rights
|
54
|
+
#
|
55
|
+
# # A related resource from which the described resource is derived.
|
56
|
+
# # @return [RDF::Vocabulary::Term]
|
57
|
+
# attr_reader :source
|
58
|
+
#
|
59
|
+
# # The topic of the resource.
|
60
|
+
# # @return [RDF::Vocabulary::Term]
|
61
|
+
# attr_reader :subject
|
62
|
+
#
|
63
|
+
# # A name given to the resource.
|
64
|
+
# # @return [RDF::Vocabulary::Term]
|
65
|
+
# attr_reader :title
|
66
|
+
#
|
67
|
+
# # The nature or genre of the resource.
|
68
|
+
# # @return [RDF::Vocabulary::Term]
|
69
|
+
# attr_reader :type
|
70
|
+
#
|
9
71
|
# end
|
10
|
-
|
72
|
+
DC11 = Class.new(RDF::StrictVocabulary("http://purl.org/dc/elements/1.1/")) do
|
11
73
|
|
12
74
|
# Ontology definition
|
13
75
|
ontology :"http://purl.org/dc/elements/1.1/",
|
@@ -17,123 +79,123 @@ module RDF::Vocab
|
|
17
79
|
|
18
80
|
# Property definitions
|
19
81
|
property :contributor,
|
20
|
-
comment:
|
82
|
+
comment: "An entity responsible for making contributions to the resource.".freeze,
|
21
83
|
"dc:description": "The guidelines for using names of persons or organizations as creators also apply to contributors. Typically, the name of a Contributor should be used to indicate the entity.".freeze,
|
22
84
|
"dc:issued": "1999-07-02".freeze,
|
23
85
|
isDefinedBy: "dc11:".freeze,
|
24
86
|
label: "Contributor".freeze,
|
25
|
-
note:
|
87
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/contributor) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
26
88
|
type: "rdf:Property".freeze
|
27
89
|
property :coverage,
|
28
|
-
comment:
|
90
|
+
comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
|
29
91
|
"dc:description": "Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended practice is to use a controlled vocabulary such as the Getty Thesaurus of Geographic Names [[TGN](https://www.getty.edu/research/tools/vocabulary/tgn/index.html)]. Where appropriate, named places or time periods may be used in preference to numeric identifiers such as sets of coordinates or date ranges.".freeze,
|
30
92
|
"dc:issued": "1999-07-02".freeze,
|
31
93
|
isDefinedBy: "dc11:".freeze,
|
32
94
|
label: "Coverage".freeze,
|
33
|
-
note:
|
95
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/coverage) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
34
96
|
type: "rdf:Property".freeze
|
35
97
|
property :creator,
|
36
|
-
comment:
|
98
|
+
comment: "An entity primarily responsible for making the resource.".freeze,
|
37
99
|
"dc:description": "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.".freeze,
|
38
100
|
"dc:issued": "1999-07-02".freeze,
|
39
101
|
isDefinedBy: "dc11:".freeze,
|
40
102
|
label: "Creator".freeze,
|
41
|
-
note:
|
103
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
42
104
|
type: "rdf:Property".freeze
|
43
105
|
property :date,
|
44
|
-
comment:
|
106
|
+
comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
|
45
107
|
"dc:description": "Date may be used to express temporal information at any level of granularity. Recommended practice is to express the date, date/time, or period of time according to ISO 8601-1 [[ISO 8601-1](https://www.iso.org/iso-8601-date-and-time-format.html)] or a published profile of the ISO standard, such as the W3C Note on Date and Time Formats [[W3CDTF](https://www.w3.org/TR/NOTE-datetime)] or the Extended Date/Time Format Specification [[EDTF](http://www.loc.gov/standards/datetime/)]. If the full date is unknown, month and year (YYYY-MM) or just year (YYYY) may be used. Date ranges may be specified using ISO 8601 period of time specification in which start and end dates are separated by a '/' (slash) character. Either the start or end date may be missing.".freeze,
|
46
108
|
"dc:issued": "1999-07-02".freeze,
|
47
109
|
isDefinedBy: "dc11:".freeze,
|
48
110
|
label: "Date".freeze,
|
49
|
-
note:
|
111
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/date) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
50
112
|
type: "rdf:Property".freeze
|
51
113
|
property :description,
|
52
|
-
comment:
|
114
|
+
comment: "An account of the resource.".freeze,
|
53
115
|
"dc:description": "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.".freeze,
|
54
116
|
"dc:issued": "1999-07-02".freeze,
|
55
117
|
isDefinedBy: "dc11:".freeze,
|
56
118
|
label: "Description".freeze,
|
57
|
-
note:
|
119
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/description) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
58
120
|
type: "rdf:Property".freeze
|
59
121
|
property :format,
|
60
|
-
comment:
|
122
|
+
comment: "The file format, physical medium, or dimensions of the resource.".freeze,
|
61
123
|
"dc:description": "Recommended practice is to use a controlled vocabulary where available. For example, for file formats one could use the list of Internet Media Types [[MIME](https://www.iana.org/assignments/media-types/media-types.xhtml)].".freeze,
|
62
124
|
"dc:issued": "1999-07-02".freeze,
|
63
125
|
isDefinedBy: "dc11:".freeze,
|
64
126
|
label: "Format".freeze,
|
65
|
-
note:
|
127
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/format) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
66
128
|
type: "rdf:Property".freeze
|
67
129
|
property :identifier,
|
68
|
-
comment:
|
130
|
+
comment: "An unambiguous reference to the resource within a given context.".freeze,
|
69
131
|
"dc:description": "Recommended practice is to identify the resource by means of a string conforming to an identification system.".freeze,
|
70
132
|
"dc:issued": "1999-07-02".freeze,
|
71
133
|
isDefinedBy: "dc11:".freeze,
|
72
134
|
label: "Identifier".freeze,
|
73
|
-
note:
|
135
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/identifier) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
74
136
|
type: "rdf:Property".freeze
|
75
137
|
property :language,
|
76
|
-
comment:
|
138
|
+
comment: "A language of the resource.".freeze,
|
77
139
|
"dc:description": "Recommended practice is to use either a non-literal value representing a language from a controlled vocabulary such as ISO 639-2 or ISO 639-3, or a literal value consisting of an IETF Best Current Practice 47 [[IETF-BCP47](https://tools.ietf.org/html/bcp47)] language tag.".freeze,
|
78
140
|
"dc:issued": "1999-07-02".freeze,
|
79
141
|
isDefinedBy: "dc11:".freeze,
|
80
142
|
label: "Language".freeze,
|
81
|
-
note:
|
143
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/language) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
82
144
|
type: "rdf:Property".freeze
|
83
145
|
property :publisher,
|
84
|
-
comment:
|
146
|
+
comment: "An entity responsible for making the resource available.".freeze,
|
85
147
|
"dc:description": "Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.".freeze,
|
86
148
|
"dc:issued": "1999-07-02".freeze,
|
87
149
|
isDefinedBy: "dc11:".freeze,
|
88
150
|
label: "Publisher".freeze,
|
89
|
-
note:
|
151
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/publisher) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
90
152
|
type: "rdf:Property".freeze
|
91
153
|
property :relation,
|
92
|
-
comment:
|
154
|
+
comment: "A related resource.".freeze,
|
93
155
|
"dc:description": "Recommended practice is to identify the related resource by means of a URI. If this is not possible or feasible, a string conforming to a formal identification system may be provided.".freeze,
|
94
156
|
"dc:issued": "1999-07-02".freeze,
|
95
157
|
isDefinedBy: "dc11:".freeze,
|
96
158
|
label: "Relation".freeze,
|
97
|
-
note:
|
159
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/relation) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
98
160
|
type: "rdf:Property".freeze
|
99
161
|
property :rights,
|
100
|
-
comment:
|
162
|
+
comment: "Information about rights held in and over the resource.".freeze,
|
101
163
|
"dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
|
102
164
|
"dc:issued": "1999-07-02".freeze,
|
103
165
|
isDefinedBy: "dc11:".freeze,
|
104
166
|
label: "Rights".freeze,
|
105
|
-
note:
|
167
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/rights) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
106
168
|
type: "rdf:Property".freeze
|
107
169
|
property :source,
|
108
|
-
comment:
|
170
|
+
comment: "A related resource from which the described resource is derived.".freeze,
|
109
171
|
"dc:description": "The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.".freeze,
|
110
172
|
"dc:issued": "1999-07-02".freeze,
|
111
173
|
isDefinedBy: "dc11:".freeze,
|
112
174
|
label: "Source".freeze,
|
113
|
-
note:
|
175
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/source) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
114
176
|
type: "rdf:Property".freeze
|
115
177
|
property :subject,
|
116
|
-
comment:
|
178
|
+
comment: "The topic of the resource.".freeze,
|
117
179
|
"dc:description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
|
118
180
|
"dc:issued": "1999-07-02".freeze,
|
119
181
|
isDefinedBy: "dc11:".freeze,
|
120
182
|
label: "Subject".freeze,
|
121
|
-
note:
|
183
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/subject) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
122
184
|
type: "rdf:Property".freeze
|
123
185
|
property :title,
|
124
|
-
comment:
|
186
|
+
comment: "A name given to the resource.".freeze,
|
125
187
|
"dc:issued": "1999-07-02".freeze,
|
126
188
|
isDefinedBy: "dc11:".freeze,
|
127
189
|
label: "Title".freeze,
|
128
|
-
note:
|
190
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/title) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
129
191
|
type: "rdf:Property".freeze
|
130
192
|
property :type,
|
131
|
-
comment:
|
193
|
+
comment: "The nature or genre of the resource.".freeze,
|
132
194
|
"dc:description": "Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [[DCMI-TYPE](http://dublincore.org/documents/dcmi-type-vocabulary/)]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.".freeze,
|
133
195
|
"dc:issued": "1999-07-02".freeze,
|
134
196
|
isDefinedBy: "dc11:".freeze,
|
135
197
|
label: "Type".freeze,
|
136
|
-
note:
|
198
|
+
note: "A [second property](/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/type) with the same name as this property has been declared in the [dcterms: namespace](http://purl.org/dc/terms/). See the Introduction to the document [DCMI Metadata Terms](/specifications/dublin-core/dcmi-terms/) for an explanation.".freeze,
|
137
199
|
type: "rdf:Property".freeze
|
138
200
|
end
|
139
201
|
end
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -5,13 +5,161 @@ require 'rdf'
|
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
7
7
|
# # Vocabulary for <http://www.w3.org/ns/dcat#>
|
8
|
+
# #
|
9
|
+
# # The data catalog vocabulary
|
10
|
+
# #
|
11
|
+
# # DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.
|
12
|
+
# # @version Questa è una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl
|
13
|
+
# # @version This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl
|
8
14
|
# class DCAT < RDF::StrictVocabulary
|
15
|
+
# # A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).
|
16
|
+
# # @return [RDF::Vocabulary::Term]
|
17
|
+
# attr_reader :Catalog
|
18
|
+
#
|
19
|
+
# # A record in a data catalog, describing the registration of a single dataset or data service.
|
20
|
+
# # @return [RDF::Vocabulary::Term]
|
21
|
+
# attr_reader :CatalogRecord
|
22
|
+
#
|
23
|
+
# # A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.
|
24
|
+
# # @return [RDF::Vocabulary::Term]
|
25
|
+
# attr_reader :DataService
|
26
|
+
#
|
27
|
+
# # A collection of data, published or curated by a single source, and available for access or download in one or more represenations.
|
28
|
+
# # @return [RDF::Vocabulary::Term]
|
29
|
+
# attr_reader :Dataset
|
30
|
+
#
|
31
|
+
# # A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).
|
32
|
+
# # @return [RDF::Vocabulary::Term]
|
33
|
+
# attr_reader :Distribution
|
34
|
+
#
|
35
|
+
# # An association class for attaching additional information to a relationship between DCAT Resources.
|
36
|
+
# # @return [RDF::Vocabulary::Term]
|
37
|
+
# attr_reader :Relationship
|
38
|
+
#
|
39
|
+
# # Resource published or curated by a single agent.
|
40
|
+
# # @return [RDF::Vocabulary::Term]
|
41
|
+
# attr_reader :Resource
|
42
|
+
#
|
43
|
+
# # A role is the function of a resource or agent with respect to another resource, in the context of resource attribution or resource relationships.
|
44
|
+
# # @return [RDF::Vocabulary::Term]
|
45
|
+
# attr_reader :Role
|
46
|
+
#
|
47
|
+
# # A site or end-point that gives access to the distribution of the dataset.
|
48
|
+
# # @return [RDF::Vocabulary::Term]
|
49
|
+
# attr_reader :accessService
|
50
|
+
#
|
51
|
+
# # A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.
|
52
|
+
# # @return [RDF::Vocabulary::Term]
|
53
|
+
# attr_reader :accessURL
|
54
|
+
#
|
55
|
+
# # @return [RDF::Vocabulary::Term]
|
56
|
+
# attr_reader :bbox
|
57
|
+
#
|
58
|
+
# # The size of a distribution in bytes.
|
59
|
+
# # @return [RDF::Vocabulary::Term]
|
60
|
+
# attr_reader :byteSize
|
61
|
+
#
|
62
|
+
# # A catalog whose contents are of interest in the context of this catalog.
|
63
|
+
# # @return [RDF::Vocabulary::Term]
|
64
|
+
# attr_reader :catalog
|
65
|
+
#
|
66
|
+
# # @return [RDF::Vocabulary::Term]
|
67
|
+
# attr_reader :centroid
|
68
|
+
#
|
69
|
+
# # 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.
|
70
|
+
# # @return [RDF::Vocabulary::Term]
|
71
|
+
# attr_reader :compressFormat
|
72
|
+
#
|
73
|
+
# # Relevant contact information for the catalogued resource. Use of vCard is recommended.
|
74
|
+
# # @return [RDF::Vocabulary::Term]
|
75
|
+
# attr_reader :contactPoint
|
76
|
+
#
|
77
|
+
# # A collection of data that is listed in the catalog.
|
78
|
+
# # @return [RDF::Vocabulary::Term]
|
79
|
+
# attr_reader :dataset
|
80
|
+
#
|
81
|
+
# # An available distribution of the dataset.
|
82
|
+
# # @return [RDF::Vocabulary::Term]
|
83
|
+
# attr_reader :distribution
|
84
|
+
#
|
85
|
+
# # The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dct:format and/or dcat:mediaType.
|
86
|
+
# # @return [RDF::Vocabulary::Term]
|
87
|
+
# attr_reader :downloadURL
|
88
|
+
#
|
89
|
+
# # @return [RDF::Vocabulary::Term]
|
90
|
+
# attr_reader :endDate
|
91
|
+
#
|
92
|
+
# # A description of the service end-point, including its operations, parameters etc.
|
93
|
+
# # @return [RDF::Vocabulary::Term]
|
94
|
+
# attr_reader :endpointDescription
|
95
|
+
#
|
96
|
+
# # The root location or primary endpoint of the service (a web-resolvable IRI).
|
97
|
+
# # @return [RDF::Vocabulary::Term]
|
98
|
+
# attr_reader :endpointURL
|
99
|
+
#
|
100
|
+
# # The function of an entity or agent with respect to another entity or resource.
|
101
|
+
# # @return [RDF::Vocabulary::Term]
|
102
|
+
# attr_reader :hadRole
|
103
|
+
#
|
104
|
+
# # A keyword or tag describing a resource.
|
105
|
+
# # @return [RDF::Vocabulary::Term]
|
106
|
+
# attr_reader :keyword
|
107
|
+
#
|
108
|
+
# # 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.
|
109
|
+
# # @return [RDF::Vocabulary::Term]
|
110
|
+
# attr_reader :landingPage
|
111
|
+
#
|
112
|
+
# # The media type of the distribution as defined by IANA
|
113
|
+
# # @return [RDF::Vocabulary::Term]
|
114
|
+
# attr_reader :mediaType
|
115
|
+
#
|
116
|
+
# # 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.
|
117
|
+
# # @return [RDF::Vocabulary::Term]
|
118
|
+
# attr_reader :packageFormat
|
119
|
+
#
|
120
|
+
# # Link to a description of a relationship with another resource.
|
121
|
+
# # @return [RDF::Vocabulary::Term]
|
122
|
+
# attr_reader :qualifiedRelation
|
123
|
+
#
|
124
|
+
# # A record describing the registration of a single dataset or data service that is part of the catalog.
|
125
|
+
# # @return [RDF::Vocabulary::Term]
|
126
|
+
# attr_reader :record
|
127
|
+
#
|
128
|
+
# # A collection of data that this DataService can distribute.
|
129
|
+
# # @return [RDF::Vocabulary::Term]
|
130
|
+
# attr_reader :servesDataset
|
131
|
+
#
|
132
|
+
# # A site or endpoint that is listed in the catalog.
|
133
|
+
# # @return [RDF::Vocabulary::Term]
|
134
|
+
# attr_reader :service
|
135
|
+
#
|
136
|
+
# # minimum spatial separation resolvable in a dataset, measured in meters.
|
137
|
+
# #
|
138
|
+
# # minimum spatial separation resolvable in a dataset, measured in metres.
|
139
|
+
# # @return [RDF::Vocabulary::Term]
|
140
|
+
# attr_reader :spatialResolutionInMeters
|
141
|
+
#
|
142
|
+
# # @return [RDF::Vocabulary::Term]
|
143
|
+
# attr_reader :startDate
|
144
|
+
#
|
145
|
+
# # minimum time period resolvable in a dataset.
|
146
|
+
# # @return [RDF::Vocabulary::Term]
|
147
|
+
# attr_reader :temporalResolution
|
148
|
+
#
|
149
|
+
# # A main category of the resource. A resource can have multiple themes.
|
150
|
+
# # @return [RDF::Vocabulary::Term]
|
151
|
+
# attr_reader :theme
|
152
|
+
#
|
153
|
+
# # The knowledge organization system (KOS) used to classify catalog's datasets.
|
154
|
+
# # @return [RDF::Vocabulary::Term]
|
155
|
+
# attr_reader :themeTaxonomy
|
156
|
+
#
|
9
157
|
# end
|
10
|
-
|
158
|
+
DCAT = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/dcat#")) do
|
11
159
|
|
12
160
|
# Ontology definition
|
13
161
|
ontology :"http://www.w3.org/ns/dcat#",
|
14
|
-
comment:
|
162
|
+
comment: "DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative document and this schema is an error in this schema.".freeze,
|
15
163
|
"dc:contributor": [term(
|
16
164
|
"foaf:homepage": "http://makxdekkers.com/".freeze,
|
17
165
|
"foaf:name": "Makx Dekkers".freeze,
|
@@ -41,7 +189,7 @@ module RDF::Vocab
|
|
41
189
|
"foaf:name": "Jakub Klímek".freeze,
|
42
190
|
"rdfs:seeAlso": "https://jakub.klímek.com/#me".freeze
|
43
191
|
), term(
|
44
|
-
"foaf:homepage": ["http://www.imati.cnr.it/index.php/people/8-curricula/178-riccardo-albertoni".freeze
|
192
|
+
"foaf:homepage": ["https://w3id.org/people/ralbertoni/".freeze,"http://www.imati.cnr.it/index.php/people/8-curricula/178-riccardo-albertoni".freeze],
|
45
193
|
"foaf:name": "Riccardo Albertoni".freeze,
|
46
194
|
"rdfs:seeAlso": "https://orcid.org/0000-0001-5648-2713".freeze
|
47
195
|
), term(
|
@@ -89,9 +237,9 @@ module RDF::Vocab
|
|
89
237
|
), term(
|
90
238
|
"foaf:name": "John Erickson".freeze
|
91
239
|
)],
|
92
|
-
"dc:license": "https://
|
240
|
+
"dc:license": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
93
241
|
"dc:modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze, "2017-12-19".freeze, "2019".freeze],
|
94
|
-
editorialNote:
|
242
|
+
editorialNote: "English language definitions updated in this revision in line with ED. Multilingual text unevenly updated.".freeze,
|
95
243
|
"foaf:maker": term(
|
96
244
|
"foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
|
97
245
|
"foaf:name": "Government Linked Data WG".freeze
|
@@ -103,9 +251,9 @@ module RDF::Vocab
|
|
103
251
|
|
104
252
|
# Class definitions
|
105
253
|
term :Catalog,
|
106
|
-
comment:
|
107
|
-
definition:
|
108
|
-
editorialNote:
|
254
|
+
comment: "A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).".freeze,
|
255
|
+
definition: "A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).".freeze,
|
256
|
+
editorialNote: "English, Italian, Spanish definitions updated in this revision. Multilingual text not yet updated.".freeze,
|
109
257
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
110
258
|
label: "Catalog".freeze,
|
111
259
|
"skos:scopeNote": "A web-based data catalog is typically represented as a single instance of this class.".freeze,
|
@@ -116,9 +264,9 @@ module RDF::Vocab
|
|
116
264
|
)],
|
117
265
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
118
266
|
term :CatalogRecord,
|
119
|
-
comment:
|
120
|
-
definition:
|
121
|
-
editorialNote:
|
267
|
+
comment: "A record in a data catalog, describing the registration of a single dataset or data service.".freeze,
|
268
|
+
definition: "A record in a data catalog, describing the registration of a single dataset or data service.".freeze,
|
269
|
+
editorialNote: "English definition updated in this revision. Multilingual text not yet updated except the Spanish one and the Czech one and Italian one.".freeze,
|
122
270
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
123
271
|
label: "Catalog Record".freeze,
|
124
272
|
"skos:scopeNote": "This class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about a dataset or data service and metadata about the entry for the dataset or data service in the catalog. For example, the publication date property of the dataset reflects the date when the information was originally made available by the publishing agency, while the publication date of the catalog record is the date when the dataset was added to the catalog. In cases where both dates differ, or where only the latter is known, the publication date should only be specified for the catalog record. Notice that the W3C PROV Ontology allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.".freeze,
|
@@ -133,8 +281,8 @@ module RDF::Vocab
|
|
133
281
|
)],
|
134
282
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
135
283
|
term :DataService,
|
136
|
-
comment:
|
137
|
-
definition:
|
284
|
+
comment: "A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.".freeze,
|
285
|
+
definition: "A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.".freeze,
|
138
286
|
label: "Data service".freeze,
|
139
287
|
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
140
288
|
"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],
|
@@ -145,8 +293,8 @@ module RDF::Vocab
|
|
145
293
|
)],
|
146
294
|
type: "owl:Class".freeze
|
147
295
|
term :Dataset,
|
148
|
-
comment:
|
149
|
-
definition:
|
296
|
+
comment: "A collection of data, published or curated by a single source, and available for access or download in one or more represenations.".freeze,
|
297
|
+
definition: "A collection of data, published or curated by a single source, and available for access or download in one or more represenations.".freeze,
|
150
298
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
151
299
|
label: "Dataset".freeze,
|
152
300
|
"skos:changeNote": "2018-02 - subclass of dctype:Dataset removed because scope of dcat:Dataset includes several other types from the dctype vocabulary.".freeze,
|
@@ -154,15 +302,15 @@ module RDF::Vocab
|
|
154
302
|
subClassOf: "dcat:Resource".freeze,
|
155
303
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
156
304
|
term :Distribution,
|
157
|
-
comment:
|
158
|
-
definition:
|
305
|
+
comment: "A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).".freeze,
|
306
|
+
definition: "A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above).".freeze,
|
159
307
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
160
308
|
label: "Distribution".freeze,
|
161
309
|
"skos:scopeNote": "This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether by direct download, API, or through a Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.".freeze,
|
162
310
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
163
311
|
term :Relationship,
|
164
|
-
comment:
|
165
|
-
definition:
|
312
|
+
comment: "An association class for attaching additional information to a relationship between DCAT Resources.".freeze,
|
313
|
+
definition: "An association class for attaching additional information to a relationship between DCAT Resources.".freeze,
|
166
314
|
label: "Relationship".freeze,
|
167
315
|
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
168
316
|
"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,
|
@@ -173,16 +321,16 @@ module RDF::Vocab
|
|
173
321
|
),
|
174
322
|
type: "owl:Class".freeze
|
175
323
|
term :Resource,
|
176
|
-
comment:
|
177
|
-
definition:
|
324
|
+
comment: "Resource published or curated by a single agent.".freeze,
|
325
|
+
definition: "Resource published or curated by a single agent.".freeze,
|
178
326
|
label: "Catalogued resource".freeze,
|
179
327
|
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
180
328
|
"skos:scopeNote": ["The class of all catalogued resources, the Superclass of dcat:Dataset, dcat:DataService, dcat:Catalog and any other member of a dcat:Catalog. This class carries properties common to all catalogued resources, including datasets and data services. It is strongly recommended to use a more specific sub-class. When describing a resource which is not a dcat:Dataset or dcat:DataService, it is recommended to create a suitable sub-class of dcat:Resource, or use dcat:Resource with the dct:type property to indicate 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],
|
181
329
|
type: "owl:Class".freeze
|
182
330
|
term :Role,
|
183
|
-
comment:
|
184
|
-
definition:
|
185
|
-
editorialNote:
|
331
|
+
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,
|
332
|
+
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,
|
333
|
+
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,
|
186
334
|
label: "Role".freeze,
|
187
335
|
"rdfs:seeAlso": "dcat:hadRole".freeze,
|
188
336
|
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
@@ -192,17 +340,17 @@ module RDF::Vocab
|
|
192
340
|
|
193
341
|
# Property definitions
|
194
342
|
property :accessService,
|
195
|
-
comment:
|
196
|
-
definition:
|
343
|
+
comment: "A site or end-point that gives access to the distribution of the dataset.".freeze,
|
344
|
+
definition: "A site or end-point that gives access to the distribution of the dataset.".freeze,
|
197
345
|
label: "data access service".freeze,
|
198
346
|
range: "dcat:DataService".freeze,
|
199
347
|
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
200
348
|
type: "owl:ObjectProperty".freeze
|
201
349
|
property :accessURL,
|
202
|
-
comment:
|
203
|
-
definition:
|
350
|
+
comment: "A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.".freeze,
|
351
|
+
definition: "A URL of a resource that gives access to a distribution of the dataset. E.g. landing page, feed, SPARQL endpoint. Use for all cases except a simple download link, in which case downloadURL is preferred.".freeze,
|
204
352
|
domain: "dcat:Distribution".freeze,
|
205
|
-
editorialNote: [
|
353
|
+
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],
|
206
354
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
207
355
|
label: "access address".freeze,
|
208
356
|
"owl:propertyChainAxiom": list("dcat:accessService".freeze, "dcat:endpointURL".freeze),
|
@@ -210,7 +358,7 @@ module RDF::Vocab
|
|
210
358
|
"skos:scopeNote": "If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze,
|
211
359
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
212
360
|
property :bbox,
|
213
|
-
definition:
|
361
|
+
definition: "The geographic bounding box of a resource.".freeze,
|
214
362
|
domain: "dc:Location".freeze,
|
215
363
|
label: "bounding box".freeze,
|
216
364
|
range: "rdfs:Literal".freeze,
|
@@ -218,8 +366,8 @@ module RDF::Vocab
|
|
218
366
|
"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,
|
219
367
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
220
368
|
property :byteSize,
|
221
|
-
comment:
|
222
|
-
definition:
|
369
|
+
comment: "The size of a distribution in bytes.".freeze,
|
370
|
+
definition: "The size of a distribution in bytes.".freeze,
|
223
371
|
domain: "dcat:Distribution".freeze,
|
224
372
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
225
373
|
label: "byte size".freeze,
|
@@ -227,8 +375,8 @@ module RDF::Vocab
|
|
227
375
|
"skos:scopeNote": "The size in bytes can be approximated when the precise size is not known. The literal value of dcat:byteSize should by typed as xsd:decimal.".freeze,
|
228
376
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
229
377
|
property :catalog,
|
230
|
-
comment:
|
231
|
-
definition:
|
378
|
+
comment: "A catalog whose contents are of interest in the context of this catalog.".freeze,
|
379
|
+
definition: "A catalog whose contents are of interest in the context of this catalog.".freeze,
|
232
380
|
domain: "dcat:Catalog".freeze,
|
233
381
|
label: "catalog".freeze,
|
234
382
|
range: "dcat:Catalog".freeze,
|
@@ -236,7 +384,7 @@ module RDF::Vocab
|
|
236
384
|
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
237
385
|
type: "owl:ObjectProperty".freeze
|
238
386
|
property :centroid,
|
239
|
-
definition:
|
387
|
+
definition: "The geographic center (centroid) of a resource.".freeze,
|
240
388
|
domain: "dc:Location".freeze,
|
241
389
|
label: "centroid".freeze,
|
242
390
|
range: "rdfs:Literal".freeze,
|
@@ -244,8 +392,8 @@ module RDF::Vocab
|
|
244
392
|
"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,
|
245
393
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
246
394
|
property :compressFormat,
|
247
|
-
comment:
|
248
|
-
definition:
|
395
|
+
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,
|
396
|
+
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,
|
249
397
|
domain: "dcat:Distribution".freeze,
|
250
398
|
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
251
399
|
label: "compression format".freeze,
|
@@ -255,45 +403,45 @@ module RDF::Vocab
|
|
255
403
|
subPropertyOf: "dc:format".freeze,
|
256
404
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
257
405
|
property :contactPoint,
|
258
|
-
comment:
|
259
|
-
definition:
|
260
|
-
editorialNote:
|
406
|
+
comment: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
|
407
|
+
definition: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
|
408
|
+
editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translations provided, other translations pending.".freeze,
|
261
409
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
262
410
|
label: "contact point".freeze,
|
263
411
|
range: "vcard:Kind".freeze,
|
264
412
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
265
413
|
property :dataset,
|
266
|
-
comment:
|
267
|
-
definition:
|
414
|
+
comment: "A collection of data that is listed in the catalog.".freeze,
|
415
|
+
definition: "A collection of data that is listed in the catalog.".freeze,
|
268
416
|
domain: "dcat:Catalog".freeze,
|
269
|
-
editorialNote:
|
417
|
+
editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translation provided, other translations pending.".freeze,
|
270
418
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
271
419
|
label: "dataset".freeze,
|
272
420
|
range: "dcat:Dataset".freeze,
|
273
421
|
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
274
422
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
275
423
|
property :distribution,
|
276
|
-
comment:
|
277
|
-
definition:
|
424
|
+
comment: "An available distribution of the dataset.".freeze,
|
425
|
+
definition: "An available distribution of the dataset.".freeze,
|
278
426
|
domain: "dcat:Dataset".freeze,
|
279
|
-
editorialNote:
|
427
|
+
editorialNote: "Status: English Definition text modified by DCAT revision team, translations pending (except for Italian, Spanish and Czech).".freeze,
|
280
428
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
281
429
|
label: "distribution".freeze,
|
282
430
|
range: "dcat:Distribution".freeze,
|
283
431
|
subPropertyOf: "dc:relation".freeze,
|
284
432
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
285
433
|
property :downloadURL,
|
286
|
-
comment:
|
287
|
-
definition:
|
434
|
+
comment: "The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dct:format and/or dcat:mediaType.".freeze,
|
435
|
+
definition: "The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dct:format and/or dcat:mediaType.".freeze,
|
288
436
|
domain: "dcat:Distribution".freeze,
|
289
|
-
editorialNote: [
|
437
|
+
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],
|
290
438
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
291
439
|
label: "download URL".freeze,
|
292
440
|
range: "rdfs:Resource".freeze,
|
293
441
|
"skos:scopeNote": "dcat:downloadURL SHOULD be used for the address at which this distribution is available directly, typically through a HTTP Get request.".freeze,
|
294
442
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
295
443
|
property :endDate,
|
296
|
-
definition:
|
444
|
+
definition: "The end of the period.".freeze,
|
297
445
|
domain: "dc:PeriodOfTime".freeze,
|
298
446
|
label: "end date".freeze,
|
299
447
|
range: "rdfs:Literal".freeze,
|
@@ -301,45 +449,45 @@ module RDF::Vocab
|
|
301
449
|
"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,
|
302
450
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
303
451
|
property :endpointDescription,
|
304
|
-
comment:
|
305
|
-
definition:
|
452
|
+
comment: "A description of the service end-point, including its operations, parameters etc.".freeze,
|
453
|
+
definition: "A description of the service end-point, including its operations, parameters etc.".freeze,
|
306
454
|
domain: "dcat:DataService".freeze,
|
307
455
|
label: "description of service end-point".freeze,
|
308
456
|
"skos:changeNote": ["New property in DCAT 2.0.".freeze, "Nueva propiedad agregada en DCAT 2.0.".freeze],
|
309
457
|
"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],
|
310
458
|
type: "owl:ObjectProperty".freeze
|
311
459
|
property :endpointURL,
|
312
|
-
comment:
|
313
|
-
definition:
|
460
|
+
comment: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
|
461
|
+
definition: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
|
314
462
|
domain: "dcat:DataService".freeze,
|
315
463
|
label: "service end-point".freeze,
|
316
464
|
range: "rdfs:Resource".freeze,
|
317
465
|
"skos:changeNote": "New property in DCAT 2.0.".freeze,
|
318
466
|
type: "owl:ObjectProperty".freeze
|
319
467
|
property :hadRole,
|
320
|
-
comment:
|
321
|
-
definition:
|
468
|
+
comment: "The function of an entity or agent with respect to another entity or resource.".freeze,
|
469
|
+
definition: "The function of an entity or agent with respect to another entity or resource.".freeze,
|
322
470
|
domain: term(
|
323
471
|
type: "owl:Class".freeze,
|
324
472
|
unionOf: list("prov:Attribution".freeze, "dcat:Relationship".freeze)
|
325
473
|
),
|
326
|
-
editorialNote:
|
474
|
+
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,
|
327
475
|
label: "hadRole".freeze,
|
328
476
|
range: "dcat:Role".freeze,
|
329
477
|
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
330
478
|
"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. It is recommended that the value be taken from a controlled vocabulary of entity roles such as: ISO 19115 DS_AssociationTypeCode http://registry.it.csiro.au/def/isotc211/DS_AssociationTypeCode; IANA Registry of Link Relations https://www.iana.org/assignments/link-relation; DataCite metadata schema; MARC relators https://id.loc.gov/vocabulary/relators.".freeze],
|
331
479
|
type: "owl:ObjectProperty".freeze
|
332
480
|
property :keyword,
|
333
|
-
comment:
|
334
|
-
definition:
|
481
|
+
comment: "A keyword or tag describing a resource.".freeze,
|
482
|
+
definition: "A keyword or tag describing a resource.".freeze,
|
335
483
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
336
484
|
label: "keyword".freeze,
|
337
485
|
range: "rdfs:Literal".freeze,
|
338
486
|
subPropertyOf: "dc:subject".freeze,
|
339
487
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
340
488
|
property :landingPage,
|
341
|
-
comment:
|
342
|
-
definition:
|
489
|
+
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,
|
490
|
+
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,
|
343
491
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
344
492
|
label: "landing page".freeze,
|
345
493
|
range: "foaf:Document".freeze,
|
@@ -347,10 +495,10 @@ module RDF::Vocab
|
|
347
495
|
subPropertyOf: "foaf:page".freeze,
|
348
496
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
349
497
|
property :mediaType,
|
350
|
-
comment:
|
351
|
-
definition:
|
498
|
+
comment: "The media type of the distribution as defined by IANA".freeze,
|
499
|
+
definition: "The media type of the distribution as defined by IANA.".freeze,
|
352
500
|
domain: "dcat:Distribution".freeze,
|
353
|
-
editorialNote:
|
501
|
+
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,
|
354
502
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
355
503
|
label: "media type".freeze,
|
356
504
|
range: "dc:MediaType".freeze,
|
@@ -359,8 +507,8 @@ module RDF::Vocab
|
|
359
507
|
subPropertyOf: "dc:format".freeze,
|
360
508
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
361
509
|
property :packageFormat,
|
362
|
-
comment:
|
363
|
-
definition:
|
510
|
+
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,
|
511
|
+
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,
|
364
512
|
domain: "dcat:Distribution".freeze,
|
365
513
|
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
366
514
|
label: "packaging format".freeze,
|
@@ -370,35 +518,35 @@ module RDF::Vocab
|
|
370
518
|
subPropertyOf: "dc:format".freeze,
|
371
519
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
372
520
|
property :qualifiedRelation,
|
373
|
-
comment:
|
374
|
-
definition:
|
521
|
+
comment: "Link to a description of a relationship with another resource.".freeze,
|
522
|
+
definition: "Link to a description of a relationship with another resource.".freeze,
|
375
523
|
domain: "dcat:Resource".freeze,
|
376
|
-
editorialNote:
|
524
|
+
editorialNote: "Introduced into DCAT to complement the other PROV qualified relations. ".freeze,
|
377
525
|
label: "qualified relation".freeze,
|
378
526
|
range: "dcat:Relationship".freeze,
|
379
527
|
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
380
528
|
"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,
|
381
529
|
type: "owl:ObjectProperty".freeze
|
382
530
|
property :record,
|
383
|
-
comment:
|
384
|
-
definition:
|
531
|
+
comment: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
|
532
|
+
definition: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
|
385
533
|
domain: "dcat:Catalog".freeze,
|
386
|
-
editorialNote:
|
534
|
+
editorialNote: "Status: English, Italian, Spanish and Czech Definitions modified by DCAT revision team, other translations pending.".freeze,
|
387
535
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
388
536
|
label: "record".freeze,
|
389
537
|
range: "dcat:CatalogRecord".freeze,
|
390
538
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
391
539
|
property :servesDataset,
|
392
|
-
comment:
|
393
|
-
definition:
|
540
|
+
comment: "A collection of data that this DataService can distribute.".freeze,
|
541
|
+
definition: "A collection of data that this DataService can distribute.".freeze,
|
394
542
|
domain: "dcat:DataService".freeze,
|
395
543
|
label: "serves dataset".freeze,
|
396
544
|
range: "dcat:Dataset".freeze,
|
397
545
|
"skos:changeNote": "New property in DCAT 2.0.".freeze,
|
398
546
|
type: "owl:ObjectProperty".freeze
|
399
547
|
property :service,
|
400
|
-
comment:
|
401
|
-
definition:
|
548
|
+
comment: "A site or endpoint that is listed in the catalog.".freeze,
|
549
|
+
definition: "A site or endpoint that is listed in the catalog.".freeze,
|
402
550
|
domain: "dcat:Catalog".freeze,
|
403
551
|
label: "service".freeze,
|
404
552
|
range: "dcat:DataService".freeze,
|
@@ -406,16 +554,16 @@ module RDF::Vocab
|
|
406
554
|
subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
|
407
555
|
type: "owl:ObjectProperty".freeze
|
408
556
|
property :spatialResolutionInMeters,
|
409
|
-
comment: [
|
410
|
-
definition: [
|
411
|
-
editorialNote:
|
557
|
+
comment: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
|
558
|
+
definition: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
|
559
|
+
editorialNote: "Might appear in the description of a Dataset or a Distribution, so no domain is specified.".freeze,
|
412
560
|
label: ["spatial resolution (meters)".freeze, "spatial resolution (metres)".freeze],
|
413
561
|
range: "xsd:decimal".freeze,
|
414
562
|
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
415
563
|
"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],
|
416
564
|
type: "owl:DatatypeProperty".freeze
|
417
565
|
property :startDate,
|
418
|
-
definition:
|
566
|
+
definition: "The start of the period".freeze,
|
419
567
|
domain: "dc:PeriodOfTime".freeze,
|
420
568
|
label: "start date".freeze,
|
421
569
|
range: "rdfs:Literal".freeze,
|
@@ -423,18 +571,18 @@ module RDF::Vocab
|
|
423
571
|
"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,
|
424
572
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
425
573
|
property :temporalResolution,
|
426
|
-
comment:
|
427
|
-
definition:
|
428
|
-
editorialNote:
|
574
|
+
comment: "minimum time period resolvable in a dataset.".freeze,
|
575
|
+
definition: "minimum time period resolvable in a dataset.".freeze,
|
576
|
+
editorialNote: "Might appear in the description of a Dataset or a Distribution, so no domain is specified.".freeze,
|
429
577
|
label: "temporal resolution".freeze,
|
430
578
|
range: "xsd:duration".freeze,
|
431
579
|
"skos:changeNote": "New property added in DCAT 2.0.".freeze,
|
432
580
|
"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],
|
433
581
|
type: "owl:DatatypeProperty".freeze
|
434
582
|
property :theme,
|
435
|
-
comment:
|
436
|
-
definition:
|
437
|
-
editorialNote:
|
583
|
+
comment: "A main category of the resource. A resource can have multiple themes.".freeze,
|
584
|
+
definition: "A main category of the resource. A resource can have multiple themes.".freeze,
|
585
|
+
editorialNote: "Status: English Definition text modified by DCAT revision team, all except for Italian and Czech translations are pending.".freeze,
|
438
586
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
439
587
|
label: "theme".freeze,
|
440
588
|
range: "skos:Concept".freeze,
|
@@ -442,8 +590,8 @@ module RDF::Vocab
|
|
442
590
|
subPropertyOf: "dc:subject".freeze,
|
443
591
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
444
592
|
property :themeTaxonomy,
|
445
|
-
comment:
|
446
|
-
definition:
|
593
|
+
comment: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
|
594
|
+
definition: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
|
447
595
|
domain: "dcat:Catalog".freeze,
|
448
596
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
449
597
|
label: "theme taxonomy".freeze,
|