rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/dc11.rb
CHANGED
@@ -3,199 +3,133 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/elements/1.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://purl.org/dc/elements/1.1/>
|
8
|
-
# #
|
9
|
-
# # Dublin Core Metadata Element Set, Version 1.1
|
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
|
-
#
|
71
|
-
# end
|
72
6
|
DC11 = Class.new(RDF::StrictVocabulary("http://purl.org/dc/elements/1.1/")) do
|
73
7
|
|
74
8
|
# Ontology definition
|
75
9
|
ontology :"http://purl.org/dc/elements/1.1/",
|
76
|
-
"dc
|
77
|
-
"dc
|
78
|
-
"dc
|
10
|
+
"http://purl.org/dc/terms/modified": "2012-06-14".freeze,
|
11
|
+
"http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
|
12
|
+
"http://purl.org/dc/terms/title": "Dublin Core Metadata Element Set, Version 1.1".freeze
|
79
13
|
|
80
14
|
# Property definitions
|
81
15
|
property :contributor,
|
82
16
|
comment: "An entity responsible for making contributions to the resource.".freeze,
|
83
|
-
"dc
|
84
|
-
"dc
|
85
|
-
isDefinedBy: "
|
17
|
+
"http://purl.org/dc/terms/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,
|
18
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
19
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
86
20
|
label: "Contributor".freeze,
|
87
21
|
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,
|
88
|
-
type: "rdf
|
22
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
89
23
|
property :coverage,
|
90
24
|
comment: "The spatial or temporal topic of the resource, spatial applicability of the resource, or jurisdiction under which the resource is relevant.".freeze,
|
91
|
-
"dc
|
92
|
-
"dc
|
93
|
-
isDefinedBy: "
|
25
|
+
"http://purl.org/dc/terms/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,
|
26
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
27
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
94
28
|
label: "Coverage".freeze,
|
95
29
|
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,
|
96
|
-
type: "rdf
|
30
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
97
31
|
property :creator,
|
98
32
|
comment: "An entity primarily responsible for making the resource.".freeze,
|
99
|
-
"dc
|
100
|
-
"dc
|
101
|
-
isDefinedBy: "
|
33
|
+
"http://purl.org/dc/terms/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,
|
34
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
35
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
102
36
|
label: "Creator".freeze,
|
103
37
|
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,
|
104
|
-
type: "rdf
|
38
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
105
39
|
property :date,
|
106
40
|
comment: "A point or period of time associated with an event in the lifecycle of the resource.".freeze,
|
107
|
-
"dc
|
108
|
-
"dc
|
109
|
-
isDefinedBy: "
|
41
|
+
"http://purl.org/dc/terms/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,
|
42
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
43
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
110
44
|
label: "Date".freeze,
|
111
45
|
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,
|
112
|
-
type: "rdf
|
46
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
113
47
|
property :description,
|
114
48
|
comment: "An account of the resource.".freeze,
|
115
|
-
"dc
|
116
|
-
"dc
|
117
|
-
isDefinedBy: "
|
49
|
+
"http://purl.org/dc/terms/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,
|
50
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
51
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
118
52
|
label: "Description".freeze,
|
119
53
|
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,
|
120
|
-
type: "rdf
|
54
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
121
55
|
property :format,
|
122
56
|
comment: "The file format, physical medium, or dimensions of the resource.".freeze,
|
123
|
-
"dc
|
124
|
-
"dc
|
125
|
-
isDefinedBy: "
|
57
|
+
"http://purl.org/dc/terms/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,
|
58
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
59
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
126
60
|
label: "Format".freeze,
|
127
61
|
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,
|
128
|
-
type: "rdf
|
62
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
129
63
|
property :identifier,
|
130
64
|
comment: "An unambiguous reference to the resource within a given context.".freeze,
|
131
|
-
"dc
|
132
|
-
"dc
|
133
|
-
isDefinedBy: "
|
65
|
+
"http://purl.org/dc/terms/description": "Recommended practice is to identify the resource by means of a string conforming to an identification system.".freeze,
|
66
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
67
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
134
68
|
label: "Identifier".freeze,
|
135
69
|
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,
|
136
|
-
type: "rdf
|
70
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
137
71
|
property :language,
|
138
72
|
comment: "A language of the resource.".freeze,
|
139
|
-
"dc
|
140
|
-
"dc
|
141
|
-
isDefinedBy: "
|
73
|
+
"http://purl.org/dc/terms/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,
|
74
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
75
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
142
76
|
label: "Language".freeze,
|
143
77
|
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,
|
144
|
-
type: "rdf
|
78
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
145
79
|
property :publisher,
|
146
80
|
comment: "An entity responsible for making the resource available.".freeze,
|
147
|
-
"dc
|
148
|
-
"dc
|
149
|
-
isDefinedBy: "
|
81
|
+
"http://purl.org/dc/terms/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,
|
82
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
83
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
150
84
|
label: "Publisher".freeze,
|
151
85
|
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,
|
152
|
-
type: "rdf
|
86
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
153
87
|
property :relation,
|
154
88
|
comment: "A related resource.".freeze,
|
155
|
-
"dc
|
156
|
-
"dc
|
157
|
-
isDefinedBy: "
|
89
|
+
"http://purl.org/dc/terms/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,
|
90
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
91
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
158
92
|
label: "Relation".freeze,
|
159
93
|
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,
|
160
|
-
type: "rdf
|
94
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
161
95
|
property :rights,
|
162
96
|
comment: "Information about rights held in and over the resource.".freeze,
|
163
|
-
"dc
|
164
|
-
"dc
|
165
|
-
isDefinedBy: "
|
97
|
+
"http://purl.org/dc/terms/description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
|
98
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
99
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
166
100
|
label: "Rights".freeze,
|
167
101
|
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,
|
168
|
-
type: "rdf
|
102
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
169
103
|
property :source,
|
170
104
|
comment: "A related resource from which the described resource is derived.".freeze,
|
171
|
-
"dc
|
172
|
-
"dc
|
173
|
-
isDefinedBy: "
|
105
|
+
"http://purl.org/dc/terms/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,
|
106
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
107
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
174
108
|
label: "Source".freeze,
|
175
109
|
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,
|
176
|
-
type: "rdf
|
110
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
177
111
|
property :subject,
|
178
112
|
comment: "The topic of the resource.".freeze,
|
179
|
-
"dc
|
180
|
-
"dc
|
181
|
-
isDefinedBy: "
|
113
|
+
"http://purl.org/dc/terms/description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
|
114
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
115
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
182
116
|
label: "Subject".freeze,
|
183
117
|
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,
|
184
|
-
type: "rdf
|
118
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
185
119
|
property :title,
|
186
120
|
comment: "A name given to the resource.".freeze,
|
187
|
-
"dc
|
188
|
-
isDefinedBy: "
|
121
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
122
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
189
123
|
label: "Title".freeze,
|
190
124
|
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,
|
191
|
-
type: "rdf
|
125
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
192
126
|
property :type,
|
193
127
|
comment: "The nature or genre of the resource.".freeze,
|
194
|
-
"dc
|
195
|
-
"dc
|
196
|
-
isDefinedBy: "
|
128
|
+
"http://purl.org/dc/terms/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,
|
129
|
+
"http://purl.org/dc/terms/issued": "1999-07-02".freeze,
|
130
|
+
isDefinedBy: "http://purl.org/dc/elements/1.1/".freeze,
|
197
131
|
label: "Type".freeze,
|
198
132
|
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,
|
199
|
-
type: "rdf
|
133
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
|
200
134
|
end
|
201
135
|
end
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -3,602 +3,435 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/dcat#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
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 This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl
|
13
|
-
# # @version Questa è una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl
|
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 representations.
|
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 metres.
|
137
|
-
# #
|
138
|
-
# # minimum spatial separation resolvable in a dataset, measured in meters.
|
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
|
-
#
|
157
|
-
# end
|
158
6
|
DCAT = Class.new(RDF::StrictVocabulary("http://www.w3.org/ns/dcat#")) do
|
159
7
|
|
160
8
|
# Ontology definition
|
161
9
|
ontology :"http://www.w3.org/ns/dcat#",
|
162
10
|
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,
|
163
|
-
|
164
|
-
|
165
|
-
"
|
166
|
-
"
|
11
|
+
editorialNote: "English language definitions updated in this revision in line with ED. Multilingual text unevenly updated.".freeze,
|
12
|
+
"http://purl.org/dc/terms/contributor": [term(
|
13
|
+
"http://schema.org/affiliation": "_:g10400".freeze,
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://orcid.org/0000-0002-3884-3420".freeze,
|
15
|
+
"http://xmlns.com/foaf/0.1/name": "Simon J D Cox".freeze,
|
16
|
+
"http://xmlns.com/foaf/0.1/workInfoHomepage": "http://people.csiro.au/Simon-Cox".freeze,
|
17
|
+
type: "http://xmlns.com/foaf/0.1/Person".freeze
|
167
18
|
), term(
|
168
|
-
"
|
169
|
-
"foaf
|
170
|
-
"rdfs:seeAlso": "https://orcid.org/0000-0001-9300-2694".freeze
|
19
|
+
"http://schema.org/affiliation": "_:g10420".freeze,
|
20
|
+
"http://xmlns.com/foaf/0.1/name": "Vassilios Peristeras".freeze
|
171
21
|
), term(
|
172
|
-
"
|
173
|
-
"foaf
|
22
|
+
"http://schema.org/affiliation": "_:g10440".freeze,
|
23
|
+
"http://xmlns.com/foaf/0.1/name": "David Browning".freeze
|
174
24
|
), term(
|
175
|
-
"
|
176
|
-
"
|
177
|
-
"
|
178
|
-
"
|
25
|
+
"http://schema.org/affiliation": "_:g10460".freeze,
|
26
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://orcid.org/0000-0003-3499-8262".freeze,
|
27
|
+
"http://xmlns.com/foaf/0.1/homepage": "https://agbeltran.github.io".freeze,
|
28
|
+
"http://xmlns.com/foaf/0.1/name": "Alejandra Gonzalez-Beltran".freeze
|
179
29
|
), term(
|
180
|
-
"
|
181
|
-
"foaf
|
182
|
-
"rdfs:seeAlso": "https://orcid.org/0000-0003-3499-8262".freeze,
|
183
|
-
"schema:affiliation": term(
|
184
|
-
"foaf:homepage": "http://stfc.ac.uk".freeze,
|
185
|
-
"foaf:name": "Science and Technology Facilities Council, UK".freeze
|
186
|
-
)
|
30
|
+
"http://schema.org/affiliation": "_:g10540".freeze,
|
31
|
+
"http://xmlns.com/foaf/0.1/name": "Rufus Pollock".freeze
|
187
32
|
), term(
|
188
|
-
"
|
189
|
-
"
|
190
|
-
"
|
33
|
+
"http://schema.org/affiliation": "http://www.w3.org/data#W3C".freeze,
|
34
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
|
35
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://www.w3.org/People/all#phila".freeze,
|
36
|
+
"http://xmlns.com/foaf/0.1/name": "Phil Archer".freeze
|
191
37
|
), term(
|
192
|
-
"
|
193
|
-
"foaf
|
194
|
-
"
|
38
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze,
|
39
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://makxdekkers.com/".freeze,
|
40
|
+
"http://xmlns.com/foaf/0.1/name": "Makx Dekkers".freeze
|
195
41
|
), term(
|
196
|
-
"
|
42
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze,
|
43
|
+
"http://xmlns.com/foaf/0.1/name": "Ghislain Auguste Atemezing".freeze
|
197
44
|
), term(
|
198
|
-
"
|
199
|
-
"
|
200
|
-
|
201
|
-
"foaf:name": "Refinitiv".freeze
|
202
|
-
)
|
45
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://jakub.klímek.com/#me".freeze,
|
46
|
+
"http://xmlns.com/foaf/0.1/homepage": "https://jakub.klímek.com/".freeze,
|
47
|
+
"http://xmlns.com/foaf/0.1/name": "Jakub Klímek".freeze
|
203
48
|
), term(
|
204
|
-
"
|
205
|
-
"
|
49
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://orcid.org/0000-0001-5648-2713".freeze,
|
50
|
+
"http://xmlns.com/foaf/0.1/homepage": ["https://w3id.org/people/ralbertoni/".freeze,"http://www.imati.cnr.it/index.php/people/8-curricula/178-riccardo-albertoni".freeze],
|
51
|
+
"http://xmlns.com/foaf/0.1/name": "Riccardo Albertoni".freeze
|
206
52
|
), term(
|
207
|
-
"
|
53
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "https://orcid.org/0000-0001-9300-2694".freeze,
|
54
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://www.andrea-perego.name/foaf/#me".freeze,
|
55
|
+
"http://xmlns.com/foaf/0.1/name": "Andrea Perego".freeze
|
208
56
|
), term(
|
209
|
-
"foaf
|
57
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
|
58
|
+
"http://xmlns.com/foaf/0.1/name": "Shuji Kamitsuna".freeze
|
210
59
|
), term(
|
211
|
-
"foaf
|
60
|
+
"http://xmlns.com/foaf/0.1/name": "Boris Villazón-Terrazas".freeze
|
212
61
|
), term(
|
213
|
-
"foaf
|
214
|
-
"schema:affiliation": term(
|
215
|
-
"foaf:homepage": "http://okfn.org".freeze,
|
216
|
-
"foaf:name": "Open Knowledge Foundation".freeze
|
217
|
-
)
|
62
|
+
"http://xmlns.com/foaf/0.1/name": "Marios Meimaris".freeze
|
218
63
|
), term(
|
219
|
-
"foaf
|
220
|
-
"foaf:workInfoHomepage": "http://people.csiro.au/Simon-Cox".freeze,
|
221
|
-
"rdfs:seeAlso": "https://orcid.org/0000-0002-3884-3420".freeze,
|
222
|
-
"schema:affiliation": term(
|
223
|
-
"foaf:homepage": "https://csiro.au".freeze,
|
224
|
-
"foaf:name": "Commonwealth Scientific and Industrial Research Organisation".freeze
|
225
|
-
),
|
226
|
-
type: "foaf:Person".freeze
|
64
|
+
"http://xmlns.com/foaf/0.1/name": "Martin Alvarez-Espinar".freeze
|
227
65
|
), term(
|
228
|
-
"foaf
|
229
|
-
"schema:affiliation": term(
|
230
|
-
"foaf:homepage": "http://ec.europa.eu/dgs/informatics/".freeze,
|
231
|
-
"foaf:name": "European Commission, DG DIGIT".freeze
|
232
|
-
)
|
66
|
+
"http://xmlns.com/foaf/0.1/name": "Richard Cyganiak".freeze
|
233
67
|
)],
|
234
|
-
"dc
|
235
|
-
"
|
236
|
-
"
|
68
|
+
"http://purl.org/dc/terms/creator": [term(
|
69
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://fadmaa.me/foaf.ttl".freeze,
|
70
|
+
"http://xmlns.com/foaf/0.1/name": "Fadi Maali".freeze
|
237
71
|
), term(
|
238
|
-
"foaf
|
72
|
+
"http://xmlns.com/foaf/0.1/name": "John Erickson".freeze
|
239
73
|
)],
|
240
|
-
"dc
|
241
|
-
"dc
|
242
|
-
|
243
|
-
"
|
244
|
-
|
245
|
-
"foaf
|
74
|
+
"http://purl.org/dc/terms/license": "https://creativecommons.org/licenses/by/4.0/".freeze,
|
75
|
+
"http://purl.org/dc/terms/modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze, "2017-12-19".freeze, "2019".freeze, "2020-11-30".freeze],
|
76
|
+
"http://www.w3.org/2002/07/owl#imports": ["http://purl.org/dc/terms/".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/ns/prov-o#".freeze],
|
77
|
+
"http://www.w3.org/2002/07/owl#versionInfo": ["Questa è una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl".freeze, "This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl".freeze],
|
78
|
+
"http://xmlns.com/foaf/0.1/maker": term(
|
79
|
+
"http://xmlns.com/foaf/0.1/homepage": "http://www.w3.org/2011/gld/".freeze,
|
80
|
+
"http://xmlns.com/foaf/0.1/name": "Government Linked Data WG".freeze
|
246
81
|
),
|
247
82
|
label: "The data catalog vocabulary".freeze,
|
248
|
-
|
249
|
-
"owl:versionInfo": ["Questa è una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl".freeze, "This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl".freeze],
|
250
|
-
type: "owl:Ontology".freeze
|
83
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
251
84
|
|
252
85
|
# Class definitions
|
253
86
|
term :Catalog,
|
254
87
|
comment: "A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).".freeze,
|
255
88
|
definition: "A curated collection of metadata about resources (e.g., datasets and data services in the context of a data catalog).".freeze,
|
256
89
|
editorialNote: "English, Italian, Spanish definitions updated in this revision. Multilingual text not yet updated.".freeze,
|
90
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "A web-based data catalog is typically represented as a single instance of this class.".freeze,
|
257
91
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
258
92
|
label: "Catalog".freeze,
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
type: "owl:Restriction".freeze
|
93
|
+
subClassOf: ["http://www.w3.org/ns/dcat#Dataset".freeze, term(
|
94
|
+
allValuesFrom: "http://www.w3.org/ns/dcat#Resource".freeze,
|
95
|
+
onProperty: "http://purl.org/dc/terms/hasPart".freeze,
|
96
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
264
97
|
)],
|
265
|
-
type: ["
|
98
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
266
99
|
term :CatalogRecord,
|
267
100
|
comment: "A record in a data catalog, describing the registration of a single dataset or data service.".freeze,
|
268
101
|
definition: "A record in a data catalog, describing the registration of a single dataset or data service.".freeze,
|
269
102
|
editorialNote: "English definition updated in this revision. Multilingual text not yet updated except the Spanish one and the Czech one and Italian one.".freeze,
|
103
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
270
104
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
271
105
|
label: "Catalog Record".freeze,
|
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,
|
273
106
|
subClassOf: [term(
|
274
|
-
allValuesFrom: "dcat
|
275
|
-
onProperty: "foaf
|
276
|
-
type: "owl
|
107
|
+
allValuesFrom: "http://www.w3.org/ns/dcat#Resource".freeze,
|
108
|
+
onProperty: "http://xmlns.com/foaf/0.1/primaryTopic".freeze,
|
109
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
277
110
|
), term(
|
278
111
|
cardinality: "1".freeze,
|
279
|
-
onProperty: "foaf
|
280
|
-
type: "owl
|
112
|
+
onProperty: "http://xmlns.com/foaf/0.1/primaryTopic".freeze,
|
113
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
281
114
|
)],
|
282
|
-
type: ["
|
115
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
283
116
|
term :DataService,
|
284
117
|
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
118
|
definition: "A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources.".freeze,
|
119
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New class added in DCAT 2.0.".freeze,
|
120
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
286
121
|
label: "Data service".freeze,
|
287
|
-
|
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],
|
289
|
-
subClassOf: ["dcat:Resource".freeze, "dcmitype:Service".freeze, term(
|
122
|
+
subClassOf: ["http://purl.org/dc/dcmitype/Service".freeze, "http://www.w3.org/ns/dcat#Resource".freeze, term(
|
290
123
|
maxCardinality: "1".freeze,
|
291
|
-
onProperty: "dcat
|
292
|
-
type: "owl
|
124
|
+
onProperty: "http://www.w3.org/ns/dcat#endpointURL".freeze,
|
125
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
293
126
|
)],
|
294
|
-
type: "owl
|
127
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
295
128
|
term :Dataset,
|
296
129
|
comment: "A collection of data, published or curated by a single source, and available for access or download in one or more representations.".freeze,
|
297
130
|
definition: "A collection of data, published or curated by a single source, and available for access or download in one or more represenations.".freeze,
|
298
131
|
editorialNote: "2020-03-16 A new scopenote added and need to be translated".freeze,
|
132
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "2018-02 - subclass of dctype:Dataset removed because scope of dcat:Dataset includes several other types from the dctype vocabulary.".freeze,
|
133
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": ["The notion of dataset in DCAT is broad and inclusive, with the intention of accommodating resource types arising from all communities. Data comes in many forms including numbers, text, pixels, imagery, sound and other multi-media, and potentially other types, any of which might be collected into a dataset.".freeze, "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 cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date and maintainer might differ), the catalog record class can be used for the latter.".freeze],
|
299
134
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
300
135
|
label: "Dataset".freeze,
|
301
|
-
|
302
|
-
|
303
|
-
subClassOf: "dcat:Resource".freeze,
|
304
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
136
|
+
subClassOf: "http://www.w3.org/ns/dcat#Resource".freeze,
|
137
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
305
138
|
term :Distribution,
|
306
139
|
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,
|
307
140
|
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,
|
141
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
308
142
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
309
143
|
label: "Distribution".freeze,
|
310
|
-
|
311
|
-
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
144
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
312
145
|
term :Relationship,
|
313
146
|
comment: "An association class for attaching additional information to a relationship between DCAT Resources.".freeze,
|
314
147
|
definition: "An association class for attaching additional information to a relationship between DCAT Resources.".freeze,
|
148
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New class added in DCAT 2.0.".freeze,
|
149
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
315
150
|
label: "Relationship".freeze,
|
316
|
-
"skos:changeNote": "New class added in DCAT 2.0.".freeze,
|
317
|
-
"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,
|
318
151
|
subClassOf: term(
|
319
152
|
minCardinality: "1".freeze,
|
320
|
-
onProperty: "dc
|
321
|
-
type: "owl
|
153
|
+
onProperty: "http://purl.org/dc/terms/relation".freeze,
|
154
|
+
type: "http://www.w3.org/2002/07/owl#Restriction".freeze
|
322
155
|
),
|
323
|
-
type: "owl
|
156
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
324
157
|
term :Resource,
|
325
158
|
comment: "Resource published or curated by a single agent.".freeze,
|
326
159
|
definition: "Resource published or curated by a single agent.".freeze,
|
160
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New class added in DCAT 2.0.".freeze,
|
161
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
327
162
|
label: "Catalogued resource".freeze,
|
328
|
-
|
329
|
-
"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],
|
330
|
-
type: "owl:Class".freeze
|
163
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
331
164
|
term :Role,
|
332
165
|
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,
|
333
166
|
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,
|
334
167
|
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,
|
168
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/ns/dcat#hadRole".freeze,
|
169
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": ["New class added in DCAT 2.0.".freeze, "Ny klasse tilføjet i DCAT 2.0.".freeze],
|
170
|
+
"http://www.w3.org/2004/02/skos/core#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. It is recommended that the values be managed as 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],
|
335
171
|
label: "Role".freeze,
|
336
|
-
|
337
|
-
|
338
|
-
"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. It is recommended that the values be managed as 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],
|
339
|
-
subClassOf: "skos:Concept".freeze,
|
340
|
-
type: "owl:Class".freeze
|
172
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
173
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
341
174
|
|
342
175
|
# Property definitions
|
343
176
|
property :accessService,
|
344
177
|
comment: "A site or end-point that gives access to the distribution of the dataset.".freeze,
|
345
178
|
definition: "A site or end-point that gives access to the distribution of the dataset.".freeze,
|
179
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
346
180
|
label: "data access service".freeze,
|
347
|
-
range: "dcat
|
348
|
-
|
349
|
-
type: "owl:ObjectProperty".freeze
|
181
|
+
range: "http://www.w3.org/ns/dcat#DataService".freeze,
|
182
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
350
183
|
property :accessURL,
|
351
184
|
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,
|
352
185
|
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,
|
353
|
-
domain: "dcat
|
186
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
354
187
|
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],
|
188
|
+
"http://www.w3.org/2002/07/owl#propertyChainAxiom": list("http://www.w3.org/ns/dcat#accessService".freeze, "http://www.w3.org/ns/dcat#endpointURL".freeze),
|
189
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
355
190
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
356
191
|
label: "access address".freeze,
|
357
|
-
|
358
|
-
|
359
|
-
"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,
|
360
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
192
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
193
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
361
194
|
property :bbox,
|
362
195
|
definition: "The geographic bounding box of a resource.".freeze,
|
363
|
-
domain: "dc
|
196
|
+
domain: "http://purl.org/dc/terms/Location".freeze,
|
197
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
198
|
+
"http://www.w3.org/2004/02/skos/core#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:wktLiteral [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
364
199
|
label: "bounding box".freeze,
|
365
|
-
range: "
|
366
|
-
|
367
|
-
"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:wktLiteral [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
368
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
200
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
201
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
369
202
|
property :byteSize,
|
370
203
|
comment: "The size of a distribution in bytes.".freeze,
|
371
204
|
definition: "The size of a distribution in bytes.".freeze,
|
372
|
-
domain: "dcat
|
205
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
206
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
373
207
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
374
208
|
label: "byte size".freeze,
|
375
|
-
range: "
|
376
|
-
|
377
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
209
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
210
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
378
211
|
property :catalog,
|
379
212
|
comment: "A catalog whose contents are of interest in the context of this catalog.".freeze,
|
380
213
|
definition: "A catalog whose contents are of interest in the context of this catalog.".freeze,
|
381
|
-
domain: "dcat
|
214
|
+
domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
215
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
382
216
|
label: "catalog".freeze,
|
383
|
-
range: "dcat
|
384
|
-
|
385
|
-
|
386
|
-
type: "owl:ObjectProperty".freeze
|
217
|
+
range: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
218
|
+
subPropertyOf: ["http://purl.org/dc/terms/hasPart".freeze, "http://www.w3.org/2000/01/rdf-schema#member".freeze],
|
219
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
387
220
|
property :centroid,
|
388
221
|
definition: "The geographic center (centroid) of a resource.".freeze,
|
389
|
-
domain: "dc
|
222
|
+
domain: "http://purl.org/dc/terms/Location".freeze,
|
223
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
224
|
+
"http://www.w3.org/2004/02/skos/core#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:wktLiteral [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
390
225
|
label: "centroid".freeze,
|
391
|
-
range: "
|
392
|
-
|
393
|
-
"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:wktLiteral [GeoSPARQL]) or [GML] (geosparql:asGML [GeoSPARQL]).".freeze,
|
394
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
226
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
227
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
395
228
|
property :compressFormat,
|
396
229
|
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,
|
397
230
|
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,
|
398
|
-
domain: "dcat
|
231
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
232
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
233
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
399
234
|
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
400
235
|
label: "compression format".freeze,
|
401
|
-
range: "dc
|
402
|
-
|
403
|
-
|
404
|
-
subPropertyOf: "dc:format".freeze,
|
405
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
236
|
+
range: "http://purl.org/dc/terms/MediaType".freeze,
|
237
|
+
subPropertyOf: "http://purl.org/dc/terms/format".freeze,
|
238
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
406
239
|
property :contactPoint,
|
407
240
|
comment: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
|
408
241
|
definition: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
|
409
242
|
editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translations provided, other translations pending.".freeze,
|
410
243
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
411
244
|
label: "contact point".freeze,
|
412
|
-
range: "vcard
|
413
|
-
type: ["
|
245
|
+
range: "http://www.w3.org/2006/vcard/ns#Kind".freeze,
|
246
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
414
247
|
property :dataset,
|
415
248
|
comment: "A collection of data that is listed in the catalog.".freeze,
|
416
249
|
definition: "A collection of data that is listed in the catalog.".freeze,
|
417
|
-
domain: "dcat
|
250
|
+
domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
418
251
|
editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translation provided, other translations pending.".freeze,
|
419
252
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
420
253
|
label: "dataset".freeze,
|
421
|
-
range: "dcat
|
422
|
-
subPropertyOf: ["dc
|
423
|
-
type: ["
|
254
|
+
range: "http://www.w3.org/ns/dcat#Dataset".freeze,
|
255
|
+
subPropertyOf: ["http://purl.org/dc/terms/hasPart".freeze, "http://www.w3.org/2000/01/rdf-schema#member".freeze],
|
256
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
424
257
|
property :distribution,
|
425
258
|
comment: "An available distribution of the dataset.".freeze,
|
426
259
|
definition: "An available distribution of the dataset.".freeze,
|
427
|
-
domain: "dcat
|
260
|
+
domain: "http://www.w3.org/ns/dcat#Dataset".freeze,
|
428
261
|
editorialNote: "Status: English Definition text modified by DCAT revision team, translations pending (except for Italian, Spanish and Czech).".freeze,
|
429
262
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
430
263
|
label: "distribution".freeze,
|
431
|
-
range: "dcat
|
432
|
-
subPropertyOf: "dc
|
433
|
-
type: ["
|
264
|
+
range: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
265
|
+
subPropertyOf: "http://purl.org/dc/terms/relation".freeze,
|
266
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
434
267
|
property :downloadURL,
|
435
268
|
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,
|
436
269
|
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,
|
437
|
-
domain: "dcat
|
270
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
438
271
|
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],
|
272
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "dcat:downloadURL SHOULD be used for the address at which this distribution is available directly, typically through a HTTP Get request.".freeze,
|
439
273
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
440
274
|
label: "download URL".freeze,
|
441
|
-
range: "
|
442
|
-
|
443
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
275
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
276
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
444
277
|
property :endDate,
|
445
278
|
definition: "The end of the period.".freeze,
|
446
|
-
domain: "dc
|
279
|
+
domain: "http://purl.org/dc/terms/PeriodOfTime".freeze,
|
280
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
281
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
447
282
|
label: "end date".freeze,
|
448
|
-
range: "
|
449
|
-
|
450
|
-
"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,
|
451
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
283
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
284
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
452
285
|
property :endpointDescription,
|
453
286
|
comment: "A description of the service end-point, including its operations, parameters etc.".freeze,
|
454
287
|
definition: "A description of the service end-point, including its operations, parameters etc.".freeze,
|
455
|
-
domain: "dcat
|
288
|
+
domain: "http://www.w3.org/ns/dcat#DataService".freeze,
|
289
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": ["New property in DCAT 2.0.".freeze, "Nueva propiedad agregada en DCAT 2.0.".freeze],
|
290
|
+
"http://www.w3.org/2004/02/skos/core#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 description 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],
|
456
291
|
label: "description of service end-point".freeze,
|
457
|
-
|
458
|
-
"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 description 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],
|
459
|
-
type: "owl:ObjectProperty".freeze
|
292
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
460
293
|
property :endpointURL,
|
461
294
|
comment: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
|
462
295
|
definition: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
|
463
|
-
domain: "dcat
|
296
|
+
domain: "http://www.w3.org/ns/dcat#DataService".freeze,
|
297
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property in DCAT 2.0.".freeze,
|
464
298
|
label: "service end-point".freeze,
|
465
|
-
range: "
|
466
|
-
|
467
|
-
type: "owl:ObjectProperty".freeze
|
299
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
300
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
468
301
|
property :hadRole,
|
469
302
|
comment: "The function of an entity or agent with respect to another entity or resource.".freeze,
|
470
303
|
definition: "The function of an entity or agent with respect to another entity or resource.".freeze,
|
471
304
|
domain: term(
|
472
|
-
type: "owl
|
473
|
-
unionOf: list("prov
|
305
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
306
|
+
unionOf: list("http://www.w3.org/ns/prov#Attribution".freeze, "http://www.w3.org/ns/dcat#Relationship".freeze)
|
474
307
|
),
|
475
308
|
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,
|
309
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
310
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
476
311
|
label: "hadRole".freeze,
|
477
|
-
range: "dcat
|
478
|
-
|
479
|
-
"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],
|
480
|
-
type: "owl:ObjectProperty".freeze
|
312
|
+
range: "http://www.w3.org/ns/dcat#Role".freeze,
|
313
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
481
314
|
property :keyword,
|
482
315
|
comment: "A keyword or tag describing a resource.".freeze,
|
483
316
|
definition: "A keyword or tag describing a resource.".freeze,
|
484
317
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
485
318
|
label: "keyword".freeze,
|
486
|
-
range: "
|
487
|
-
subPropertyOf: "dc
|
488
|
-
type: ["
|
319
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
320
|
+
subPropertyOf: "http://purl.org/dc/terms/subject".freeze,
|
321
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
489
322
|
property :landingPage,
|
490
323
|
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,
|
491
324
|
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,
|
325
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
492
326
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
493
327
|
label: "landing page".freeze,
|
494
|
-
range: "foaf
|
495
|
-
|
496
|
-
|
497
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
328
|
+
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
329
|
+
subPropertyOf: "http://xmlns.com/foaf/0.1/page".freeze,
|
330
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
498
331
|
property :mediaType,
|
499
332
|
comment: "The media type of the distribution as defined by IANA".freeze,
|
500
333
|
definition: "The media type of the distribution as defined by IANA.".freeze,
|
501
|
-
domain: "dcat
|
334
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
502
335
|
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,
|
336
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "The range of dcat:mediaType has been tightened as part of the revision of DCAT.".freeze,
|
337
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
503
338
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
504
339
|
label: "media type".freeze,
|
505
|
-
range: "dc
|
506
|
-
|
507
|
-
|
508
|
-
subPropertyOf: "dc:format".freeze,
|
509
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
340
|
+
range: "http://purl.org/dc/terms/MediaType".freeze,
|
341
|
+
subPropertyOf: "http://purl.org/dc/terms/format".freeze,
|
342
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
510
343
|
property :packageFormat,
|
511
344
|
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,
|
512
345
|
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,
|
513
|
-
domain: "dcat
|
346
|
+
domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
|
347
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
348
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
514
349
|
isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
|
515
350
|
label: "packaging format".freeze,
|
516
|
-
range: "dc
|
517
|
-
|
518
|
-
|
519
|
-
subPropertyOf: "dc:format".freeze,
|
520
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
351
|
+
range: "http://purl.org/dc/terms/MediaType".freeze,
|
352
|
+
subPropertyOf: "http://purl.org/dc/terms/format".freeze,
|
353
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
521
354
|
property :qualifiedRelation,
|
522
355
|
comment: "Link to a description of a relationship with another resource.".freeze,
|
523
356
|
definition: "Link to a description of a relationship with another resource.".freeze,
|
524
|
-
domain: "dcat
|
357
|
+
domain: "http://www.w3.org/ns/dcat#Resource".freeze,
|
525
358
|
editorialNote: "Introduced into DCAT to complement the other PROV qualified relations. ".freeze,
|
359
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
360
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
526
361
|
label: "qualified relation".freeze,
|
527
|
-
range: "dcat
|
528
|
-
|
529
|
-
"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,
|
530
|
-
type: "owl:ObjectProperty".freeze
|
362
|
+
range: "http://www.w3.org/ns/dcat#Relationship".freeze,
|
363
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
531
364
|
property :record,
|
532
365
|
comment: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
|
533
366
|
definition: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
|
534
|
-
domain: "dcat
|
367
|
+
domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
535
368
|
editorialNote: "Status: English, Italian, Spanish and Czech Definitions modified by DCAT revision team, other translations pending.".freeze,
|
536
369
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
537
370
|
label: "record".freeze,
|
538
|
-
range: "dcat
|
539
|
-
type: ["
|
371
|
+
range: "http://www.w3.org/ns/dcat#CatalogRecord".freeze,
|
372
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
540
373
|
property :servesDataset,
|
541
374
|
comment: "A collection of data that this DataService can distribute.".freeze,
|
542
375
|
definition: "A collection of data that this DataService can distribute.".freeze,
|
543
|
-
domain: "dcat
|
376
|
+
domain: "http://www.w3.org/ns/dcat#DataService".freeze,
|
377
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property in DCAT 2.0.".freeze,
|
544
378
|
label: "serves dataset".freeze,
|
545
|
-
range: "dcat
|
546
|
-
|
547
|
-
type: "owl:ObjectProperty".freeze
|
379
|
+
range: "http://www.w3.org/ns/dcat#Dataset".freeze,
|
380
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
548
381
|
property :service,
|
549
382
|
comment: "A site or endpoint that is listed in the catalog.".freeze,
|
550
383
|
definition: "A site or endpoint that is listed in the catalog.".freeze,
|
551
|
-
domain: "dcat
|
384
|
+
domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
385
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
552
386
|
label: "service".freeze,
|
553
|
-
range: "dcat
|
554
|
-
|
555
|
-
|
556
|
-
type: "owl:ObjectProperty".freeze
|
387
|
+
range: "http://www.w3.org/ns/dcat#DataService".freeze,
|
388
|
+
subPropertyOf: ["http://purl.org/dc/terms/hasPart".freeze, "http://www.w3.org/2000/01/rdf-schema#member".freeze],
|
389
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
|
557
390
|
property :spatialResolutionInMeters,
|
558
391
|
comment: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
|
559
392
|
definition: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
|
560
393
|
editorialNote: "Might appear in the description of a Dataset or a Distribution, so no domain is specified.".freeze,
|
394
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
395
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
561
396
|
label: ["spatial resolution (meters)".freeze, "spatial resolution (metres)".freeze],
|
562
|
-
range: "
|
563
|
-
|
564
|
-
"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],
|
565
|
-
type: "owl:DatatypeProperty".freeze
|
397
|
+
range: "http://www.w3.org/2001/XMLSchema#decimal".freeze,
|
398
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
566
399
|
property :startDate,
|
567
400
|
definition: "The start of the period".freeze,
|
568
|
-
domain: "dc
|
401
|
+
domain: "http://purl.org/dc/terms/PeriodOfTime".freeze,
|
402
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
403
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
569
404
|
label: "start date".freeze,
|
570
|
-
range: "
|
571
|
-
|
572
|
-
"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,
|
573
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
405
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal".freeze,
|
406
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
574
407
|
property :temporalResolution,
|
575
408
|
comment: "minimum time period resolvable in a dataset.".freeze,
|
576
409
|
definition: "minimum time period resolvable in a dataset.".freeze,
|
577
410
|
editorialNote: "Might appear in the description of a Dataset or a Distribution, so no domain is specified.".freeze,
|
411
|
+
"http://www.w3.org/2004/02/skos/core#changeNote": "New property added in DCAT 2.0.".freeze,
|
412
|
+
"http://www.w3.org/2004/02/skos/core#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],
|
578
413
|
label: "temporal resolution".freeze,
|
579
|
-
range: "
|
580
|
-
|
581
|
-
"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],
|
582
|
-
type: "owl:DatatypeProperty".freeze
|
414
|
+
range: "http://www.w3.org/2001/XMLSchema#duration".freeze,
|
415
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze
|
583
416
|
property :theme,
|
584
417
|
comment: "A main category of the resource. A resource can have multiple themes.".freeze,
|
585
418
|
definition: "A main category of the resource. A resource can have multiple themes.".freeze,
|
586
419
|
editorialNote: "Status: English Definition text modified by DCAT revision team, all except for Italian and Czech translations are pending.".freeze,
|
420
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
587
421
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
588
422
|
label: "theme".freeze,
|
589
|
-
range: "skos
|
590
|
-
|
591
|
-
|
592
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
423
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
424
|
+
subPropertyOf: "http://purl.org/dc/terms/subject".freeze,
|
425
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
593
426
|
property :themeTaxonomy,
|
594
427
|
comment: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
|
595
428
|
definition: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
|
596
|
-
domain: "dcat
|
429
|
+
domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
|
430
|
+
"http://www.w3.org/2004/02/skos/core#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,
|
597
431
|
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
598
432
|
label: "theme taxonomy".freeze,
|
599
|
-
range: "
|
600
|
-
rangeIncludes: ["owl
|
601
|
-
|
602
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
433
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Resource".freeze,
|
434
|
+
rangeIncludes: ["http://www.w3.org/2002/07/owl#Ontology".freeze, "http://www.w3.org/2004/02/skos/core#Collection".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze],
|
435
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
603
436
|
end
|
604
437
|
end
|