rdf-vocab 3.1.9 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +48 -7
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1520 -2676
  8. data/lib/rdf/vocab/bibframe.rb +2437 -1843
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +90 -268
  12. data/lib/rdf/vocab/cnt.rb +70 -152
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3901 -14146
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +217 -383
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +250 -430
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +93 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +614 -1268
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +3780 -5380
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +255 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +161 -294
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +158 -239
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +10516 -0
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +37 -89
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +9677 -18984
  66. data/lib/rdf/vocab/schemas.rb +9677 -18984
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. data/spec/spec_helper.rb +13 -0
  86. metadata +68 -21
@@ -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:modified": "2012-06-14".freeze,
77
- "dc:publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
78
- "dc:title": "Dublin Core Metadata Element Set, Version 1.1".freeze
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: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,
84
- "dc:issued": "1999-07-02".freeze,
85
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
92
- "dc:issued": "1999-07-02".freeze,
93
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
100
- "dc:issued": "1999-07-02".freeze,
101
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
108
- "dc:issued": "1999-07-02".freeze,
109
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
116
- "dc:issued": "1999-07-02".freeze,
117
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
124
- "dc:issued": "1999-07-02".freeze,
125
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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:description": "Recommended practice is to identify the resource by means of a string conforming to an identification system.".freeze,
132
- "dc:issued": "1999-07-02".freeze,
133
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
140
- "dc:issued": "1999-07-02".freeze,
141
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
148
- "dc:issued": "1999-07-02".freeze,
149
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
156
- "dc:issued": "1999-07-02".freeze,
157
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
164
- "dc:issued": "1999-07-02".freeze,
165
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
172
- "dc:issued": "1999-07-02".freeze,
173
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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:description": "Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.".freeze,
180
- "dc:issued": "1999-07-02".freeze,
181
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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:issued": "1999-07-02".freeze,
188
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
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: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,
195
- "dc:issued": "1999-07-02".freeze,
196
- isDefinedBy: "dc11:".freeze,
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:Property".freeze
133
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze
200
134
  end
201
135
  end
@@ -3,601 +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 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
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
- #
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
- "dc:contributor": [term(
164
- "foaf:homepage": "http://makxdekkers.com/".freeze,
165
- "foaf:name": "Makx Dekkers".freeze,
166
- "rdfs:seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze
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
- "foaf:homepage": "http://www.andrea-perego.name/foaf/#me".freeze,
169
- "foaf:name": "Andrea Perego".freeze,
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
- "foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
173
- "foaf:name": "Shuji Kamitsuna".freeze
22
+ "http://schema.org/affiliation": "_:g10440".freeze,
23
+ "http://xmlns.com/foaf/0.1/name": "David Browning".freeze
174
24
  ), term(
175
- "foaf:homepage": "http://www.w3.org/People/all#phila".freeze,
176
- "foaf:name": "Phil Archer".freeze,
177
- "rdfs:seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
178
- "schema:affiliation": "http://www.w3.org/data#W3C".freeze
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
- "foaf:homepage": "https://agbeltran.github.io".freeze,
181
- "foaf:name": "Alejandra Gonzalez-Beltran".freeze,
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
- "foaf:homepage": "https://jakub.klímek.com/".freeze,
189
- "foaf:name": "Jakub Klímek".freeze,
190
- "rdfs:seeAlso": "https://jakub.klímek.com/#me".freeze
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
- "foaf:homepage": ["https://w3id.org/people/ralbertoni/".freeze,"http://www.imati.cnr.it/index.php/people/8-curricula/178-riccardo-albertoni".freeze],
193
- "foaf:name": "Riccardo Albertoni".freeze,
194
- "rdfs:seeAlso": "https://orcid.org/0000-0001-5648-2713".freeze
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
- "foaf:name": "Boris Villazón-Terrazas".freeze
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
- "foaf:name": "David Browning".freeze,
199
- "schema:affiliation": term(
200
- "foaf:homepage": "http://www.refinitiv.com".freeze,
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
- "foaf:name": "Ghislain Auguste Atemezing".freeze,
205
- "rdfs:seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze
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
- "foaf:name": "Marios Meimaris".freeze
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:name": "Martin Alvarez-Espinar".freeze
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:name": "Richard Cyganiak".freeze
60
+ "http://xmlns.com/foaf/0.1/name": "Boris Villazón-Terrazas".freeze
212
61
  ), term(
213
- "foaf:name": "Rufus Pollock".freeze,
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:name": "Simon J D Cox".freeze,
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:name": "Vassilios Peristeras".freeze,
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:creator": [term(
235
- "foaf:name": "Fadi Maali".freeze,
236
- "rdfs:seeAlso": "http://fadmaa.me/foaf.ttl".freeze
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:name": "John Erickson".freeze
72
+ "http://xmlns.com/foaf/0.1/name": "John Erickson".freeze
239
73
  )],
240
- "dc:license": "https://creativecommons.org/licenses/by/4.0/".freeze,
241
- "dc:modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze, "2017-12-19".freeze, "2019".freeze],
242
- editorialNote: "English language definitions updated in this revision in line with ED. Multilingual text unevenly updated.".freeze,
243
- "foaf:maker": term(
244
- "foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
245
- "foaf:name": "Government Linked Data WG".freeze
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
- "owl:imports": ["dc:".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/ns/prov-o#".freeze],
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
- "skos:scopeNote": "A web-based data catalog is typically represented as a single instance of this class.".freeze,
260
- subClassOf: ["dcat:Dataset".freeze, term(
261
- allValuesFrom: "dcat:Resource".freeze,
262
- onProperty: "dc:hasPart".freeze,
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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:Resource".freeze,
275
- onProperty: "foaf:primaryTopic".freeze,
276
- type: "owl:Restriction".freeze
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:primaryTopic".freeze,
280
- type: "owl:Restriction".freeze
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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
- "skos:changeNote": "New class added in DCAT 2.0.".freeze,
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:endpointURL".freeze,
292
- type: "owl:Restriction".freeze
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:Class".freeze
127
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
295
128
  term :Dataset,
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,
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,
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],
298
134
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
299
135
  label: "Dataset".freeze,
300
- "skos:changeNote": "2018-02 - subclass of dctype:Dataset removed because scope of dcat:Dataset includes several other types from the dctype vocabulary.".freeze,
301
- "skos:scopeNote": ["This class describes the conceptual dataset. One or more representations might be available, with differing schematic layouts and formats or serializations.".freeze, "This class represents the actual dataset as published by the dataset provider. In 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],
302
- subClassOf: "dcat:Resource".freeze,
303
- 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]
304
138
  term :Distribution,
305
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,
306
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,
307
142
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
308
143
  label: "Distribution".freeze,
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,
310
- 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]
311
145
  term :Relationship,
312
146
  comment: "An association class for attaching additional information to a relationship between DCAT Resources.".freeze,
313
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,
314
150
  label: "Relationship".freeze,
315
- "skos:changeNote": "New class added in DCAT 2.0.".freeze,
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,
317
151
  subClassOf: term(
318
152
  minCardinality: "1".freeze,
319
- onProperty: "dc:relation".freeze,
320
- type: "owl:Restriction".freeze
153
+ onProperty: "http://purl.org/dc/terms/relation".freeze,
154
+ type: "http://www.w3.org/2002/07/owl#Restriction".freeze
321
155
  ),
322
- type: "owl:Class".freeze
156
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
323
157
  term :Resource,
324
158
  comment: "Resource published or curated by a single agent.".freeze,
325
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],
326
162
  label: "Catalogued resource".freeze,
327
- "skos:changeNote": "New class added in DCAT 2.0.".freeze,
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],
329
- type: "owl:Class".freeze
163
+ type: "http://www.w3.org/2002/07/owl#Class".freeze
330
164
  term :Role,
331
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,
332
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,
333
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],
334
171
  label: "Role".freeze,
335
- "rdfs:seeAlso": "dcat:hadRole".freeze,
336
- "skos:changeNote": "New class added in DCAT 2.0.".freeze,
337
- "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],
338
- subClassOf: "skos:Concept".freeze,
339
- 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
340
174
 
341
175
  # Property definitions
342
176
  property :accessService,
343
177
  comment: "A site or end-point that gives access to the distribution of the dataset.".freeze,
344
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,
345
180
  label: "data access service".freeze,
346
- range: "dcat:DataService".freeze,
347
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
348
- 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
349
183
  property :accessURL,
350
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,
351
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,
352
- domain: "dcat:Distribution".freeze,
186
+ domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
353
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,
354
190
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
355
191
  label: "access address".freeze,
356
- "owl:propertyChainAxiom": list("dcat:accessService".freeze, "dcat:endpointURL".freeze),
357
- range: "rdfs:Resource".freeze,
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,
359
- 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]
360
194
  property :bbox,
361
195
  definition: "The geographic bounding box of a resource.".freeze,
362
- domain: "dc:Location".freeze,
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,
363
199
  label: "bounding box".freeze,
364
- range: "rdfs:Literal".freeze,
365
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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,
367
- 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]
368
202
  property :byteSize,
369
203
  comment: "The size of a distribution in bytes.".freeze,
370
204
  definition: "The size of a distribution in bytes.".freeze,
371
- domain: "dcat:Distribution".freeze,
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,
372
207
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
373
208
  label: "byte size".freeze,
374
- range: "rdfs:Literal".freeze,
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,
376
- 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]
377
211
  property :catalog,
378
212
  comment: "A catalog whose contents are of interest in the context of this catalog.".freeze,
379
213
  definition: "A catalog whose contents are of interest in the context of this catalog.".freeze,
380
- domain: "dcat:Catalog".freeze,
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,
381
216
  label: "catalog".freeze,
382
- range: "dcat:Catalog".freeze,
383
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
384
- subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
385
- 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
386
220
  property :centroid,
387
221
  definition: "The geographic center (centroid) of a resource.".freeze,
388
- domain: "dc:Location".freeze,
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,
389
225
  label: "centroid".freeze,
390
- range: "rdfs:Literal".freeze,
391
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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,
393
- 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]
394
228
  property :compressFormat,
395
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,
396
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,
397
- domain: "dcat:Distribution".freeze,
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,
398
234
  isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
399
235
  label: "compression format".freeze,
400
- range: "dc:MediaType".freeze,
401
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
402
- "skos:scopeNote": "This property is to be used when the files in the distribution are compressed, e.g. in a ZIP file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available.".freeze,
403
- subPropertyOf: "dc:format".freeze,
404
- 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]
405
239
  property :contactPoint,
406
240
  comment: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
407
241
  definition: "Relevant contact information for the catalogued resource. Use of vCard is recommended.".freeze,
408
242
  editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translations provided, other translations pending.".freeze,
409
243
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
410
244
  label: "contact point".freeze,
411
- range: "vcard:Kind".freeze,
412
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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]
413
247
  property :dataset,
414
248
  comment: "A collection of data that is listed in the catalog.".freeze,
415
249
  definition: "A collection of data that is listed in the catalog.".freeze,
416
- domain: "dcat:Catalog".freeze,
250
+ domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
417
251
  editorialNote: "Status: English Definition text modified by DCAT revision team, Italian, Spanish and Czech translation provided, other translations pending.".freeze,
418
252
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
419
253
  label: "dataset".freeze,
420
- range: "dcat:Dataset".freeze,
421
- subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
422
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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]
423
257
  property :distribution,
424
258
  comment: "An available distribution of the dataset.".freeze,
425
259
  definition: "An available distribution of the dataset.".freeze,
426
- domain: "dcat:Dataset".freeze,
260
+ domain: "http://www.w3.org/ns/dcat#Dataset".freeze,
427
261
  editorialNote: "Status: English Definition text modified by DCAT revision team, translations pending (except for Italian, Spanish and Czech).".freeze,
428
262
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
429
263
  label: "distribution".freeze,
430
- range: "dcat:Distribution".freeze,
431
- subPropertyOf: "dc:relation".freeze,
432
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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]
433
267
  property :downloadURL,
434
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,
435
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,
436
- domain: "dcat:Distribution".freeze,
270
+ domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
437
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,
438
273
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
439
274
  label: "download URL".freeze,
440
- range: "rdfs:Resource".freeze,
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,
442
- 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]
443
277
  property :endDate,
444
278
  definition: "The end of the period.".freeze,
445
- domain: "dc:PeriodOfTime".freeze,
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,
446
282
  label: "end date".freeze,
447
- range: "rdfs:Literal".freeze,
448
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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,
450
- 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]
451
285
  property :endpointDescription,
452
286
  comment: "A description of the service end-point, including its operations, parameters etc.".freeze,
453
287
  definition: "A description of the service end-point, including its operations, parameters etc.".freeze,
454
- domain: "dcat:DataService".freeze,
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],
455
291
  label: "description of service end-point".freeze,
456
- "skos:changeNote": ["New property in DCAT 2.0.".freeze, "Nueva propiedad agregada en DCAT 2.0.".freeze],
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],
458
- type: "owl:ObjectProperty".freeze
292
+ type: "http://www.w3.org/2002/07/owl#ObjectProperty".freeze
459
293
  property :endpointURL,
460
294
  comment: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
461
295
  definition: "The root location or primary endpoint of the service (a web-resolvable IRI).".freeze,
462
- domain: "dcat:DataService".freeze,
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,
463
298
  label: "service end-point".freeze,
464
- range: "rdfs:Resource".freeze,
465
- "skos:changeNote": "New property in DCAT 2.0.".freeze,
466
- 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
467
301
  property :hadRole,
468
302
  comment: "The function of an entity or agent with respect to another entity or resource.".freeze,
469
303
  definition: "The function of an entity or agent with respect to another entity or resource.".freeze,
470
304
  domain: term(
471
- type: "owl:Class".freeze,
472
- unionOf: list("prov:Attribution".freeze, "dcat:Relationship".freeze)
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)
473
307
  ),
474
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],
475
311
  label: "hadRole".freeze,
476
- range: "dcat:Role".freeze,
477
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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],
479
- 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
480
314
  property :keyword,
481
315
  comment: "A keyword or tag describing a resource.".freeze,
482
316
  definition: "A keyword or tag describing a resource.".freeze,
483
317
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
484
318
  label: "keyword".freeze,
485
- range: "rdfs:Literal".freeze,
486
- subPropertyOf: "dc:subject".freeze,
487
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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]
488
322
  property :landingPage,
489
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,
490
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,
491
326
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
492
327
  label: "landing page".freeze,
493
- range: "foaf:Document".freeze,
494
- "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,
495
- subPropertyOf: "foaf:page".freeze,
496
- 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]
497
331
  property :mediaType,
498
332
  comment: "The media type of the distribution as defined by IANA".freeze,
499
333
  definition: "The media type of the distribution as defined by IANA.".freeze,
500
- domain: "dcat:Distribution".freeze,
334
+ domain: "http://www.w3.org/ns/dcat#Distribution".freeze,
501
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,
502
338
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
503
339
  label: "media type".freeze,
504
- range: "dc:MediaType".freeze,
505
- "skos:changeNote": "The range of dcat:mediaType has been tightened as part of the revision of DCAT.".freeze,
506
- "skos:scopeNote": "This property SHOULD be used when the media type of the distribution is defined in the IANA media types registry https://www.iana.org/assignments/media-types/, otherwise dct:format MAY be used with different values.".freeze,
507
- subPropertyOf: "dc:format".freeze,
508
- 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]
509
343
  property :packageFormat,
510
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,
511
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,
512
- domain: "dcat:Distribution".freeze,
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,
513
349
  isDefinedBy: "https://www.w3.org/TR/vocab-dcat-2/".freeze,
514
350
  label: "packaging format".freeze,
515
- range: "dc:MediaType".freeze,
516
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
517
- "skos:scopeNote": "This property to be used when the files in the distribution are packaged, e.g. in a TAR file, a Frictionless Data Package or a Bagit file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available.".freeze,
518
- subPropertyOf: "dc:format".freeze,
519
- 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]
520
354
  property :qualifiedRelation,
521
355
  comment: "Link to a description of a relationship with another resource.".freeze,
522
356
  definition: "Link to a description of a relationship with another resource.".freeze,
523
- domain: "dcat:Resource".freeze,
357
+ domain: "http://www.w3.org/ns/dcat#Resource".freeze,
524
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,
525
361
  label: "qualified relation".freeze,
526
- range: "dcat:Relationship".freeze,
527
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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,
529
- 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
530
364
  property :record,
531
365
  comment: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
532
366
  definition: "A record describing the registration of a single dataset or data service that is part of the catalog.".freeze,
533
- domain: "dcat:Catalog".freeze,
367
+ domain: "http://www.w3.org/ns/dcat#Catalog".freeze,
534
368
  editorialNote: "Status: English, Italian, Spanish and Czech Definitions modified by DCAT revision team, other translations pending.".freeze,
535
369
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
536
370
  label: "record".freeze,
537
- range: "dcat:CatalogRecord".freeze,
538
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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]
539
373
  property :servesDataset,
540
374
  comment: "A collection of data that this DataService can distribute.".freeze,
541
375
  definition: "A collection of data that this DataService can distribute.".freeze,
542
- domain: "dcat:DataService".freeze,
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,
543
378
  label: "serves dataset".freeze,
544
- range: "dcat:Dataset".freeze,
545
- "skos:changeNote": "New property in DCAT 2.0.".freeze,
546
- 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
547
381
  property :service,
548
382
  comment: "A site or endpoint that is listed in the catalog.".freeze,
549
383
  definition: "A site or endpoint that is listed in the catalog.".freeze,
550
- domain: "dcat:Catalog".freeze,
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,
551
386
  label: "service".freeze,
552
- range: "dcat:DataService".freeze,
553
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
554
- subPropertyOf: ["dc:hasPart".freeze, "rdfs:member".freeze],
555
- 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
556
390
  property :spatialResolutionInMeters,
557
391
  comment: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
558
392
  definition: ["minimum spatial separation resolvable in a dataset, measured in meters.".freeze, "minimum spatial separation resolvable in a dataset, measured in metres.".freeze],
559
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],
560
396
  label: ["spatial resolution (meters)".freeze, "spatial resolution (metres)".freeze],
561
- range: "xsd:decimal".freeze,
562
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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],
564
- 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
565
399
  property :startDate,
566
400
  definition: "The start of the period".freeze,
567
- domain: "dc:PeriodOfTime".freeze,
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,
568
404
  label: "start date".freeze,
569
- range: "rdfs:Literal".freeze,
570
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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,
572
- 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]
573
407
  property :temporalResolution,
574
408
  comment: "minimum time period resolvable in a dataset.".freeze,
575
409
  definition: "minimum time period resolvable in a dataset.".freeze,
576
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],
577
413
  label: "temporal resolution".freeze,
578
- range: "xsd:duration".freeze,
579
- "skos:changeNote": "New property added in DCAT 2.0.".freeze,
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],
581
- 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
582
416
  property :theme,
583
417
  comment: "A main category of the resource. A resource can have multiple themes.".freeze,
584
418
  definition: "A main category of the resource. A resource can have multiple themes.".freeze,
585
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,
586
421
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
587
422
  label: "theme".freeze,
588
- range: "skos:Concept".freeze,
589
- "skos:scopeNote": "The set of skos:Concepts used to categorize the resources are organized in a skos:ConceptScheme describing all the categories and their relations in the catalog.".freeze,
590
- subPropertyOf: "dc:subject".freeze,
591
- 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]
592
426
  property :themeTaxonomy,
593
427
  comment: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
594
428
  definition: "The knowledge organization system (KOS) used to classify catalog's datasets.".freeze,
595
- domain: "dcat:Catalog".freeze,
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,
596
431
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
597
432
  label: "theme taxonomy".freeze,
598
- range: "rdfs:Resource".freeze,
599
- rangeIncludes: ["owl:Ontology".freeze, "skos:Collection".freeze, "skos:ConceptScheme".freeze],
600
- "skos:scopeNote": "It is recommended that the taxonomy is organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, which allows each member to be denoted by an IRI and published as linked-data.".freeze,
601
- 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]
602
436
  end
603
437
  end