rdf-vocab 2.2.9 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +21 -2
- data/lib/rdf/vocab/acl.rb +21 -5
- data/lib/rdf/vocab/bf2.rb +812 -812
- data/lib/rdf/vocab/bibframe.rb +78 -78
- data/lib/rdf/vocab/bibo.rb +239 -247
- data/lib/rdf/vocab/cc.rb +4 -9
- data/lib/rdf/vocab/cert.rb +44 -45
- data/lib/rdf/vocab/cnt.rb +5 -5
- data/lib/rdf/vocab/crm.rb +344 -344
- data/lib/rdf/vocab/datacite.rb +152 -58
- data/lib/rdf/vocab/dc.rb +439 -439
- data/lib/rdf/vocab/dc11.rb +93 -93
- data/lib/rdf/vocab/dcat.rb +152 -101
- data/lib/rdf/vocab/dcmitype.rb +75 -75
- data/lib/rdf/vocab/disco.rb +169 -101
- data/lib/rdf/vocab/doap.rb +179 -159
- data/lib/rdf/vocab/dwc.rb +1648 -1648
- data/lib/rdf/vocab/ebucore.rb +373 -124
- data/lib/rdf/vocab/edm.rb +216 -139
- data/lib/rdf/vocab/exif.rb +208 -208
- data/lib/rdf/vocab/fcrepo4.rb +57 -134
- data/lib/rdf/vocab/foaf.rb +166 -166
- data/lib/rdf/vocab/geo.rb +3 -5
- data/lib/rdf/vocab/geojson.rb +16 -16
- data/lib/rdf/vocab/geonames.rb +2827 -3455
- data/lib/rdf/vocab/gr.rb +699 -254
- data/lib/rdf/vocab/gs1.rb +1765 -1761
- data/lib/rdf/vocab/ht.rb +23 -23
- data/lib/rdf/vocab/hydra.rb +104 -104
- data/lib/rdf/vocab/ical.rb +674 -127
- data/lib/rdf/vocab/identifiers.rb +120 -212
- data/lib/rdf/vocab/iiif.rb +25 -37
- data/lib/rdf/vocab/jsonld.rb +11 -11
- data/lib/rdf/vocab/ldp.rb +79 -69
- data/lib/rdf/vocab/lrmi.rb +63 -63
- data/lib/rdf/vocab/ma.rb +47 -132
- data/lib/rdf/vocab/mads.rb +83 -28
- data/lib/rdf/vocab/marc_relators.rb +12 -2201
- data/lib/rdf/vocab/mo.rb +920 -836
- data/lib/rdf/vocab/mods.rb +6 -13
- data/lib/rdf/vocab/oa.rb +82 -72
- data/lib/rdf/vocab/og.rb +50 -50
- data/lib/rdf/vocab/ogc.rb +9 -8
- data/lib/rdf/vocab/ore.rb +22 -19
- data/lib/rdf/vocab/org.rb +217 -167
- data/lib/rdf/vocab/pplan.rb +45 -45
- data/lib/rdf/vocab/premis.rb +855 -582
- data/lib/rdf/vocab/premis_event_type.rb +148 -70
- data/lib/rdf/vocab/prov.rb +842 -806
- data/lib/rdf/vocab/rightsstatements.rb +140 -157
- data/lib/rdf/vocab/rsa.rb +16 -13
- data/lib/rdf/vocab/rss.rb +10 -10
- data/lib/rdf/vocab/schema.rb +1448 -1448
- data/lib/rdf/vocab/sioc.rb +158 -159
- data/lib/rdf/vocab/sioc_services.rb +14 -14
- data/lib/rdf/vocab/sioct.rb +70 -70
- data/lib/rdf/vocab/skos.rb +97 -93
- data/lib/rdf/vocab/skosxl.rb +29 -24
- data/lib/rdf/vocab/v.rb +88 -90
- data/lib/rdf/vocab/vcard.rb +340 -196
- data/lib/rdf/vocab/vmd.rb +88 -90
- data/lib/rdf/vocab/vs.rb +15 -15
- data/lib/rdf/vocab/wdrs.rb +30 -30
- data/lib/rdf/vocab/wot.rb +47 -47
- data/lib/rdf/vocab/xhtml.rb +3 -3
- data/lib/rdf/vocab/xhv.rb +37 -123
- data/lib/rdf/vocab/xkos.rb +110 -107
- data/spec/vocab_spec.rb +6 -6
- metadata +19 -31
data/lib/rdf/vocab/dc11.rb
CHANGED
@@ -11,160 +11,160 @@ module RDF::Vocab
|
|
11
11
|
|
12
12
|
# Ontology definition
|
13
13
|
ontology :"http://purl.org/dc/elements/1.1/",
|
14
|
-
|
15
|
-
|
16
|
-
|
14
|
+
"dc:modified": "2012-06-14".freeze,
|
15
|
+
"dc:publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
|
16
|
+
"dc:title": "Dublin Core Metadata Element Set, Version 1.1".freeze
|
17
17
|
|
18
18
|
# Property definitions
|
19
19
|
property :contributor,
|
20
20
|
comment: %(An entity responsible for making contributions to the resource.).freeze,
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
21
|
+
"dc:description": "Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.".freeze,
|
22
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#contributor-006".freeze,
|
23
|
+
"dc:issued": "1999-07-02".freeze,
|
24
|
+
"dc:modified": "2008-01-14".freeze,
|
25
|
+
isDefinedBy: "dc11:".freeze,
|
25
26
|
label: "Contributor".freeze,
|
26
|
-
:
|
27
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
27
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
28
28
|
type: "rdf:Property".freeze
|
29
29
|
property :coverage,
|
30
30
|
comment: %(The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.).freeze,
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
31
|
+
"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 best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.".freeze,
|
32
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#coverage-006".freeze,
|
33
|
+
"dc:issued": "1999-07-02".freeze,
|
34
|
+
"dc:modified": "2008-01-14".freeze,
|
35
|
+
isDefinedBy: "dc11:".freeze,
|
35
36
|
label: "Coverage".freeze,
|
36
|
-
:
|
37
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
37
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
38
38
|
type: "rdf:Property".freeze
|
39
39
|
property :creator,
|
40
40
|
comment: %(An entity primarily responsible for making the resource.).freeze,
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
41
|
+
"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,
|
42
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#creator-006".freeze,
|
43
|
+
"dc:issued": "1999-07-02".freeze,
|
44
|
+
"dc:modified": "2008-01-14".freeze,
|
45
|
+
isDefinedBy: "dc11:".freeze,
|
45
46
|
label: "Creator".freeze,
|
46
|
-
:
|
47
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
47
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
48
48
|
type: "rdf:Property".freeze
|
49
49
|
property :date,
|
50
50
|
comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
51
|
+
"dc:description": "Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].".freeze,
|
52
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#date-006".freeze,
|
53
|
+
"dc:issued": "1999-07-02".freeze,
|
54
|
+
"dc:modified": "2008-01-14".freeze,
|
55
|
+
isDefinedBy: "dc11:".freeze,
|
55
56
|
label: "Date".freeze,
|
56
|
-
:
|
57
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
57
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
58
58
|
type: "rdf:Property".freeze
|
59
59
|
property :description,
|
60
60
|
comment: %(An account of the resource.).freeze,
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
61
|
+
"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,
|
62
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#description-006".freeze,
|
63
|
+
"dc:issued": "1999-07-02".freeze,
|
64
|
+
"dc:modified": "2008-01-14".freeze,
|
65
|
+
isDefinedBy: "dc11:".freeze,
|
65
66
|
label: "Description".freeze,
|
66
|
-
:
|
67
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
67
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
68
68
|
type: "rdf:Property".freeze
|
69
69
|
property :format,
|
70
70
|
comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
71
|
+
"dc:description": "Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].".freeze,
|
72
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#format-007".freeze,
|
73
|
+
"dc:issued": "1999-07-02".freeze,
|
74
|
+
"dc:modified": "2008-01-14".freeze,
|
75
|
+
isDefinedBy: "dc11:".freeze,
|
75
76
|
label: "Format".freeze,
|
76
|
-
:
|
77
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
77
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
78
78
|
type: "rdf:Property".freeze
|
79
79
|
property :identifier,
|
80
80
|
comment: %(An unambiguous reference to the resource within a given context.).freeze,
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
81
|
+
"dc:description": "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. ".freeze,
|
82
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#identifier-006".freeze,
|
83
|
+
"dc:issued": "1999-07-02".freeze,
|
84
|
+
"dc:modified": "2008-01-14".freeze,
|
85
|
+
isDefinedBy: "dc11:".freeze,
|
85
86
|
label: "Identifier".freeze,
|
86
|
-
:
|
87
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
87
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
88
88
|
type: "rdf:Property".freeze
|
89
89
|
property :language,
|
90
90
|
comment: %(A language of the resource.).freeze,
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
91
|
+
"dc:description": "Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].".freeze,
|
92
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#language-007".freeze,
|
93
|
+
"dc:issued": "1999-07-02".freeze,
|
94
|
+
"dc:modified": "2008-01-14".freeze,
|
95
|
+
isDefinedBy: "dc11:".freeze,
|
95
96
|
label: "Language".freeze,
|
96
|
-
:
|
97
|
-
|
98
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
97
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
98
|
+
"rdfs:seeAlso": "http://www.ietf.org/rfc/rfc4646.txt".freeze,
|
99
99
|
type: "rdf:Property".freeze
|
100
100
|
property :publisher,
|
101
101
|
comment: %(An entity responsible for making the resource available.).freeze,
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
102
|
+
"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,
|
103
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#publisher-006".freeze,
|
104
|
+
"dc:issued": "1999-07-02".freeze,
|
105
|
+
"dc:modified": "2008-01-14".freeze,
|
106
|
+
isDefinedBy: "dc11:".freeze,
|
106
107
|
label: "Publisher".freeze,
|
107
|
-
:
|
108
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
108
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
109
109
|
type: "rdf:Property".freeze
|
110
110
|
property :relation,
|
111
111
|
comment: %(A related resource.).freeze,
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
112
|
+
"dc:description": "Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. ".freeze,
|
113
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#relation-006".freeze,
|
114
|
+
"dc:issued": "1999-07-02".freeze,
|
115
|
+
"dc:modified": "2008-01-14".freeze,
|
116
|
+
isDefinedBy: "dc11:".freeze,
|
116
117
|
label: "Relation".freeze,
|
117
|
-
:
|
118
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
118
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
119
119
|
type: "rdf:Property".freeze
|
120
120
|
property :rights,
|
121
121
|
comment: %(Information about rights held in and over the resource.).freeze,
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
122
|
+
"dc:description": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.".freeze,
|
123
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#rights-006".freeze,
|
124
|
+
"dc:issued": "1999-07-02".freeze,
|
125
|
+
"dc:modified": "2008-01-14".freeze,
|
126
|
+
isDefinedBy: "dc11:".freeze,
|
126
127
|
label: "Rights".freeze,
|
127
|
-
:
|
128
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
128
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
129
129
|
type: "rdf:Property".freeze
|
130
130
|
property :source,
|
131
131
|
comment: %(A related resource from which the described resource is derived.).freeze,
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
132
|
+
"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,
|
133
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#source-006".freeze,
|
134
|
+
"dc:issued": "1999-07-02".freeze,
|
135
|
+
"dc:modified": "2008-01-14".freeze,
|
136
|
+
isDefinedBy: "dc11:".freeze,
|
136
137
|
label: "Source".freeze,
|
137
|
-
:
|
138
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
138
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
139
139
|
type: "rdf:Property".freeze
|
140
140
|
property :subject,
|
141
141
|
comment: %(The topic of the resource.).freeze,
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
142
|
+
"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,
|
143
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#subject-007".freeze,
|
144
|
+
"dc:issued": "1999-07-02".freeze,
|
145
|
+
"dc:modified": "2012-06-14".freeze,
|
146
|
+
isDefinedBy: "dc11:".freeze,
|
146
147
|
label: "Subject".freeze,
|
147
|
-
:
|
148
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
148
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
149
149
|
type: "rdf:Property".freeze
|
150
150
|
property :title,
|
151
151
|
comment: %(A name given to the resource.).freeze,
|
152
|
-
|
153
|
-
|
154
|
-
|
152
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#title-006".freeze,
|
153
|
+
"dc:issued": "1999-07-02".freeze,
|
154
|
+
"dc:modified": "2008-01-14".freeze,
|
155
|
+
isDefinedBy: "dc11:".freeze,
|
155
156
|
label: "Title".freeze,
|
156
|
-
:
|
157
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
157
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
158
158
|
type: "rdf:Property".freeze
|
159
159
|
property :type,
|
160
160
|
comment: %(The nature or genre of the resource.).freeze,
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
161
|
+
"dc:description": "Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.".freeze,
|
162
|
+
"dc:hasVersion": "http://dublincore.org/usage/terms/history/#type-006".freeze,
|
163
|
+
"dc:issued": "1999-07-02".freeze,
|
164
|
+
"dc:modified": "2008-01-14".freeze,
|
165
|
+
isDefinedBy: "dc11:".freeze,
|
165
166
|
label: "Type".freeze,
|
166
|
-
:
|
167
|
-
:"skos:note" => %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
167
|
+
note: %(A second property 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" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
|
168
168
|
type: "rdf:Property".freeze
|
169
169
|
end
|
170
170
|
end
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -10,222 +10,273 @@ module RDF::Vocab
|
|
10
10
|
class DCAT < RDF::StrictVocabulary("http://www.w3.org/ns/dcat#")
|
11
11
|
|
12
12
|
# Ontology definition
|
13
|
-
ontology :"http://www.w3.org/ns/dcat",
|
14
|
-
comment: %(DCAT
|
13
|
+
ontology :"http://www.w3.org/ns/dcat#",
|
14
|
+
comment: [%(DCAT es un vocabulario RDF diseñado para facilitar la interoperabilidad entre catálogo de datos publicados en la Web.
|
15
|
+
Gracias a utilizar DCAT para describir conjuntos de datos en los catálogo de datos, los editores aumentan el descubrimiento y permiten
|
16
|
+
que las aplicaciones consuman fácilmente los metadatos de varios catálogos.).freeze, %(DCAT est un vocabulaire développé pour faciliter l'interopérabilité entre les jeux de données publiées sur le Web.
|
17
|
+
En utilisant DCAT pour décrire les jeux de données dans les catalogues de données, les fournisseurs de données augmentent leur découverte et permettent
|
18
|
+
que les applications facilement les métadonnées de plusieurs catalogues. Il permet en plus la publication décentralisée des catalogues et facilitent
|
19
|
+
la recherche fédérée des données entre plusieurs sites. Les métadonnées DCAT aggrégées peuvent servir comme un manifeste pour faciliter la préservation digitale des ressources.
|
20
|
+
DCAT est définie à l'adresse http://www.w3.org/TR/vocab-dcat/. Une quelconque version de ce document normatif et ce vocabulaire est une erreur dans ce vocabulaire).freeze, %(DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web.
|
15
21
|
By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable
|
16
22
|
applications easily to consume metadata from multiple catalogs. It further enables decentralized
|
17
23
|
publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can
|
18
24
|
serve as a manifest file to facilitate digital preservation.
|
19
25
|
DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative
|
20
|
-
document and this schema is an error in this schema.).freeze,
|
21
|
-
|
22
|
-
|
26
|
+
document and this schema is an error in this schema.).freeze, %(DCATは、ウェブ上で公開されたデータ・カタログ間の相互運用性の促進を目的とするRDFの語彙です。このドキュメントでは、その利用のために、スキーマを定義し、例を提供します。
|
27
|
+
データ・カタログ内のデータセットを記述するためにDCATを用いると、公開者が、発見可能性を増加させ、アプリケーションが複数のカタログのメタデータを容易に利用できるようになります。さらに、カタログの分散公開を可能にし、複数のサイトにまたがるデータセットの統合検索を促進します。集約されたDCATメタデータは、ディジタル保存を促進するためのマニフェスト・ファイルとして使用できます。).freeze, %(Το DCAT είναι ένα RDF λεξιλόγιο που σχεδιάσθηκε για να κάνει εφικτή τη διαλειτουργικότητα μεταξύ καταλόγων δεδομένων στον Παγκόσμιο Ιστό.
|
28
|
+
Χρησιμοποιώντας το DCAT για την περιγραφή συνόλων δεδομένων, οι εκδότες αυτών αυξάνουν την ανακαλυψιμότητα και επιτρέπουν στις εφαρμογές την εύκολη κατανάλωση μεταδεδομένων από πολλαπλούς καταλόγους.
|
29
|
+
Επιπλέον, δίνει τη δυνατότητα για αποκεντρωμένη έκδοση και διάθεση καταλόγων και επιτρέπει δυνατότητες ενοποιημένης αναζήτησης μεταξύ διαφορετικών πηγών.
|
30
|
+
Συγκεντρωτικά μεταδεδομένα που έχουν περιγραφεί με το DCAT μπορούν να χρησιμοποιηθούν σαν ένα δηλωτικό αρχείο \(manifest file\) ώστε να διευκολύνουν την ψηφιακή συντήρηση.).freeze, %(هي أنطولوجية تسهل تبادل البيانات بين مختلف الفهارس على الوب. استخدام هذه الأنطولوجية يساعد على اكتشاف قوائم البيانات المنشورة على الوب و يمكن التطبيقات المختلفة من الاستفادة أتوماتيكيا من البيانات المتاحة من مختلف الفهارس.).freeze],
|
31
|
+
"dc:contributor": [term(
|
32
|
+
"foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
|
33
|
+
"foaf:name": "Shuji Kamitsuna".freeze
|
34
|
+
), term(
|
35
|
+
"foaf:name": "Boris Villazón-Terrazas".freeze
|
36
|
+
), term(
|
37
|
+
"foaf:name": "Marios Meimaris".freeze
|
38
|
+
), term(
|
39
|
+
"foaf:name": "Martin Alvarez-Espinar".freeze
|
40
|
+
), term(
|
41
|
+
"foaf:name": "Richard Cyganiak".freeze
|
42
|
+
), term(
|
43
|
+
"rdfs:seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze,
|
44
|
+
"foaf:homepage": "http://makxdekkers.com/".freeze,
|
45
|
+
"foaf:name": "Makx Dekkers".freeze
|
46
|
+
), term(
|
47
|
+
"rdfs:seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
|
48
|
+
"foaf:homepage": "http://www.w3.org/People/all#phila".freeze,
|
49
|
+
"schema:affiliation": "http://www.w3.org/data#W3C".freeze,
|
50
|
+
"foaf:name": "Phil Archer".freeze
|
51
|
+
), term(
|
52
|
+
"rdfs:seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze,
|
53
|
+
"foaf:name": "Ghislain Auguste Atemezing".freeze
|
54
|
+
), term(
|
55
|
+
"schema:affiliation": term(
|
56
|
+
"foaf:homepage": "http://ec.europa.eu/dgs/informatics/".freeze,
|
57
|
+
"foaf:name": "European Commission, DG DIGIT".freeze
|
58
|
+
),
|
59
|
+
"foaf:name": "Vassilios Peristeras".freeze
|
60
|
+
), term(
|
61
|
+
"schema:affiliation": term(
|
62
|
+
"foaf:homepage": "http://okfn.org".freeze,
|
63
|
+
"foaf:name": "Open Knowledge Foundation".freeze
|
64
|
+
),
|
65
|
+
"foaf:name": "Rufus Pollock".freeze
|
66
|
+
)],
|
67
|
+
"dc:creator": [term(
|
68
|
+
"foaf:name": "John Erickson".freeze
|
69
|
+
), term(
|
70
|
+
"rdfs:seeAlso": "http://fadmaa.me/foaf.ttl".freeze,
|
71
|
+
"foaf:name": "Fadi Maali".freeze
|
72
|
+
)],
|
73
|
+
"dc:modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze],
|
74
|
+
"foaf:maker": term(
|
75
|
+
"foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
|
76
|
+
"foaf:name": "Government Linked Data WG".freeze
|
77
|
+
),
|
78
|
+
label: ["El vocabulario de catálogo de datos".freeze, "Le vocabulaire des jeux de données ".freeze, "The data catalog vocabulary".freeze, "Το λεξιλόγιο των καταλόγων δεδομένων".freeze, "أنطولوجية فهارس قوائم البيانات".freeze, "データ・カタログ語彙(DCAT)".freeze],
|
23
79
|
type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
|
24
80
|
|
25
81
|
# Class definitions
|
26
82
|
term :Catalog,
|
27
|
-
comment: %(A curated collection of metadata about datasets).freeze,
|
28
|
-
|
29
|
-
|
30
|
-
:"
|
83
|
+
comment: [%(A curated collection of metadata about datasets).freeze, %(Una colección conservada de metadatos de conjuntos de datos).freeze, %(Une collection élaborée de métadonnées sur les jeux de données).freeze, %(Μια επιμελημένη συλλογή μεταδεδομένων περί συνόλων δεδομένων).freeze, %(مجموعة من توصيفات قوائم البيانات).freeze, %(データ・カタログは、データセットに関するキュレートされたメタデータの集合です。).freeze],
|
84
|
+
"http://purl.org/vocab/vann/usageNote": ["Normalmente, un catálogo de datos basado en web es representado como una sola instancia de esta clase.".freeze, "Typically, a web-based data catalog is represented as a single instance of this class.".freeze, "Συνήθως, ένας κατάλογος δεδομένων στον Παγκόσμιο Ιστό αναπαρίσταται ως ένα στιγμιότυπο αυτής της κλάσης.".freeze, "通常、ウェブ・ベースのデータ・カタログは、このクラスの1つのインスタンスとして表わされます。".freeze],
|
85
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
86
|
+
label: ["Catalog".freeze, "Catalogue".freeze, "Catálogo".freeze, "Κατάλογος".freeze, "فهرس قوائم البيانات".freeze, "カタログ".freeze],
|
31
87
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
32
88
|
term :CatalogRecord,
|
33
|
-
comment: %(A record in a data catalog, describing a single dataset.).freeze,
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
date property of the dataset reflects the date when the information was originally
|
38
|
-
made available by the publishing agency, while the publication date of the catalog
|
39
|
-
record is the date when the dataset was added to the catalog. In cases where both
|
40
|
-
dates differ, or where only the latter is known, the publication date should only
|
41
|
-
be specified for the catalog record. Notice that the W3C PROV Ontology allows
|
42
|
-
describing further provenance information such as the details of the process and the
|
43
|
-
agent involved in a particular change to a dataset.).freeze,
|
44
|
-
label: "Catalog Record".freeze,
|
45
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
89
|
+
comment: [%(1つのデータセットを記述したデータ・カタログ内のレコード。).freeze, %(A record in a data catalog, describing a single dataset.).freeze, %(Un registre du catalogue ou une entrée du catalogue, décrivant un seul jeu de données).freeze, %(Un registro en un catálogo de datos que describe un solo conjunto de datos.).freeze, %(Μία καταγραφή ενός καταλόγου, η οποία περιγράφει ένα συγκεκριμένο σύνολο δεδομένων.).freeze],
|
90
|
+
"http://purl.org/vocab/vann/usageNote": ["C'est une classe facultative et tous les catalogues ne l'utiliseront pas. Cette classe existe pour les catalogues\n\t\t\t\t\t\tayant une distinction entre les métadonnées sur le jeu de données et les métadonnées sur une entrée du jeu de données dans le catalogue. ".freeze, "Esta clase es opcional y no todos los catálogos la utilizarán. Esta clase existe para catálogos\n\t\t\t\t\t\tque hacen una distinción entre los metadatos acerca de un conjunto de datos y los metadatos\n\t\t\t\t\t\tacerca de una entrada en ese conjunto de datos en el catálogo. ".freeze, "This class is optional and not all catalogs will use it. It exists for \n catalogs where a distinction is made between metadata about a dataset and \n metadata about the dataset's entry in the catalog. For example, the publication \n date property of the dataset reflects the date when the information was originally \n made available by the publishing agency, while the publication date of the catalog \n record is the date when the dataset was added to the catalog. In cases where both\n dates differ, or where only the latter is known, the publication date should only \n be specified for the catalog record. Notice that the W3C PROV Ontology allows \n describing further provenance information such as the details of the process and the \n agent involved in a particular change to a dataset.".freeze, "Αυτή η κλάση είναι προαιρετική και δεν χρησιμοποιείται από όλους τους καταλόγους. Υπάρχει για τις περιπτώσεις καταλόγων όπου \n\t\t\t\t\t γίνεται διαχωρισμός μεταξύ των μεταδεδομένων για το σύνολο των δεδομένων και των μεταδεδομένων για την καταγραφή του συνόλου δεδομένων εντός του καταλόγου.\n\t\t\t\t\t Για παράδειγμα, η ιδιότητα της ημερομηνίας δημοσίευσης του συνόλου δεδομένων δείχνει την ημερομηνία κατά την οποία οι πληροφορίες έγιναν διαθέσιμες από τον φορέα δημοσίευσης, \n\t\t\t\t\t ενώ η ημερομηνία δημοσίευσης της καταγραφής του καταλόγου δείχνει την ημερομηνία που το σύνολο δεδομένων προστέθηκε στον κατάλογο.\n\t\t\t\t\t Σε περιπτώσεις που οι δύο ημερομηνίες διαφέρουν, ή που μόνο η τελευταία είναι γνωστή, η ημερομηνία δημοσίευσης θα πρέπει να δίνεται για την καταγραφή του καταλόγου. \n\t\t\t\t\t Να σημειωθεί πως η οντολογία W3C PROV επιτρέπει την περιγραφή επιπλέον πληροφοριών ιστορικού όπως λεπτομέρειες για τη διαδικασία και τον δράστη που εμπλέκονται σε μία συγκεκριμένη αλλαγή εντός του συνόλου δεδομένων.".freeze, "このクラスはオプションで、すべてのカタログがそれを用いるとは限りません。これは、データセットに関するメタデータとカタログ内のデータセットのエントリーに関するメタデータとで区別が行われるカタログのために存在しています。例えば、データセットの公開日プロパティーは、公開機関が情報を最初に利用可能とした日付を示しますが、カタログ・レコードの公開日は、データセットがカタログに追加された日付です。両方の日付が異っていたり、後者だけが分かっている場合は、カタログ・レコードに対してのみ公開日を指定すべきです。W3CのPROVオントロジー[prov-o]を用いれば、データセットに対する特定の変更に関連するプロセスやエージェントの詳細などの、さらに詳しい来歴情報の記述が可能となることに注意してください。".freeze],
|
91
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
92
|
+
label: ["Catalog Record".freeze, "Registre du catalogue".freeze, "Registro de catálogo".freeze, "Καταγραφή καταλόγου".freeze, "سجل".freeze, "カタログ・レコード".freeze],
|
46
93
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
47
94
|
term :Dataset,
|
48
|
-
comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze,
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
catalog record class can be used for the latter.).freeze,
|
53
|
-
label: "Dataset".freeze,
|
54
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
95
|
+
comment: [%(1つのエージェントによって公開またはキュレートされ、1つ以上の形式でアクセスまたはダウンロードできるデータの集合。).freeze, %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze, %(Una colección de datos, publicados o conservados por una única fuente, y disponibles para acceder o descagar en uno o más formatos).freeze, %(Une collection de données, publiée ou élaborée par une seule source, et disponible pour accès ou téléchargement dans un ou plusieurs formats).freeze, %(Μία συλλογή από δεδομένα, δημοσιευμένη ή επιμελημένη από μία και μόνο πηγή, διαθέσιμη δε προς πρόσβαση ή μεταφόρτωση σε μία ή περισσότερες μορφές).freeze, %(قائمة بيانات منشورة أو مجموعة من قبل مصدر ما و متاح الوصول إليها أو تحميلها).freeze],
|
96
|
+
"http://purl.org/vocab/vann/usageNote": ["Cette classe représente le jeu de données publié par le fournisseur de données. Dans les cas où une distinction est nécessaire entre le jeu de donénes et son \n\t\t\t\t\t entrée dans le catalogue, la classe registre de données peut être utilisée pour ce dernier. ".freeze, "Esta clase representa el conjunto de datos publicado por el editor del conjunto de datos. En los casos donde es necesaria una distinción entre el\n\t\t\t\t\tconjunto de datos y su entrada en el catálogo de datos".freeze, "This class represents the actual dataset as published by the dataset publisher. In \n cases where a distinction between the actual dataset and its entry in the catalog is \n necessary (because metadata such as modification date and maintainer might differ), the \n catalog record class can be used for the latter.".freeze, "Η κλάση αυτή αναπαριστά το σύνολο δεδομένων αυτό καθ'εαυτό, όπως έχει δημοσιευθεί από τον εκδότη.\n Σε περιπτώσεις όπου είναι απαραίτητος ο διαχωρισμός μεταξύ του συνόλου δεδομένων και της καταγραφής αυτού στον κατάλογο (γιατί μεταδεδομένα όπως η ημερομηνία αλλαγής και ο συντηρητής μπορεί να διαφέρουν) \n η κλάση της καταγραφής καταλόγου μπορεί να χρησιμοποιηθεί για το τελευταίο.".freeze, "このクラスは、データセットの公開者が公開する実際のデータセットを表わします。カタログ内の実際のデータセットとそのエントリーとの区別が必要な場合(修正日と維持者などのメタデータが異なるかもしれないので)は、後者にcatalog recordというクラスを使用できます。".freeze],
|
97
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
98
|
+
label: ["Conjunto de datos".freeze, "Dataset".freeze, "Jeu de données".freeze, "Σύνολο Δεδομένων".freeze, "قائمة بيانات".freeze, "データセット".freeze],
|
55
99
|
subClassOf: "dcmitype:Dataset".freeze,
|
56
100
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
57
101
|
term :Distribution,
|
58
|
-
comment: %(
|
102
|
+
comment: [%(Representa una forma disponible y específica a un conjunto de datos. Cada conjunto de datos puede estar disponible en
|
103
|
+
formas diferentes, estas formas pueden representar formatos diferentes del conjunto de datos o puntos de acceso diferentes.).freeze, %(Represents a specific available form of a dataset. Each dataset might be available in
|
59
104
|
different forms, these forms might represent different formats of the dataset or different
|
60
|
-
endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze,
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
105
|
+
endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze, %(Représente une forme spécifique d'un jeu de données. Caque jeu de données peut être disponible
|
106
|
+
sous différentes formes, celles-ci pouvant représenter différents formats du jeu de données ou différents endpoint. Des exemples de distribution
|
107
|
+
sont des fichirs CSV, des API ou des flux RSS.).freeze, %(Αναπαριστά μία συγκεκριμένη διαθέσιμη μορφή ενός συνόλου δεδομένων. Κάθε σύνολο δεδομενων μπορεί να είναι διαθέσιμο σε
|
108
|
+
διαφορετικές μορφές, οι μορφές αυτές μπορεί να αναπαριστούν διαφορετικές μορφές αρχείων ή διαφορετικά σημεία διάθεσης.
|
109
|
+
Παραδείγματα διανομών συμπεριλαμβάνουν ένα μεταφορτώσιμο αρχείο μορφής CSV, ένα API ή ένα RSS feed.).freeze, %(شكل محدد لقائمة البيانات يمكن الوصول إليه. قائمة بيانات ما يمكن أن تكون متاحه باشكال و أنواع متعددة. ملف يمكن تحميله أو واجهة برمجية يمكن من خلالها الوصول إلى البيانات هي أمثلة على ذلك.).freeze, %(データセットの特定の利用可能な形式を表わします。各データセットは、異なる形式で利用できることがあり、これらの形式は、データセットの異なる形式や、異なるエンドポイントを表わす可能性があります。配信の例には、ダウンロード可能なCSVファイル、API、RSSフィードが含まれます。).freeze],
|
110
|
+
"http://purl.org/vocab/vann/usageNote": ["Ceci représente une disponibilité générale du jeu de données, et implique qu'il n'existe pas d'information\n\t\t\t\t\tsur la méthode d'accès réelle des données, par exple, si c'est un lien de téléchargement direct ou à travers une page Web. ".freeze, "Esto representa una disponibilidad general de un conjunto de datos, e implica que no existe información acerca \n del método de acceso real a los datos, i.e., si es un enlace de descarga directa o a través de una página Web.".freeze, "This represents a general availability of a dataset it implies no information about the \n actual access method of the data, i.e. whether it is a direct download, API, or some \n through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.".freeze, "Αυτό αναπαριστά μία γενική διαθεσιμότητα ενός συνόλου δεδομένων και δεν υπονοεί τίποτα περί του πραγματικού τρόπου πρόσβασης στα δεδομένα, αν είναι άμεσα μεταφορτώσιμα,\n\t\t\t\t\t μέσω API ή μέσω μίας ιστοσελίδας. Η χρήση της ιδιότητας dcat:downloadURL δείχνει μόνο άμεσα μεταφορτώσιμες διανομές.".freeze, "これは、データセットの一般的な利用可能性を表わし、データの実際のアクセス方式に関する情報(つまり、直接ダウンロードなのか、APIなのか、ウェブページを介したものなのか)を意味しません。dcat:downloadURLプロパティーの使用は、直接ダウンロード可能な配信を意味します。".freeze],
|
111
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
112
|
+
label: ["Distribución".freeze, "Distribution".freeze, "Distribution".freeze, "Διανομή".freeze, "التوزيع".freeze, "配信".freeze],
|
66
113
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
67
114
|
term :Download,
|
68
115
|
comment: %(represents a downloadable distribution of a dataset. This term has been deprecated).freeze,
|
116
|
+
isDefinedBy: "dcat:".freeze,
|
69
117
|
label: "Download (Deprecated)".freeze,
|
70
|
-
|
71
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
118
|
+
"owl:deprecated": "true".freeze,
|
72
119
|
subClassOf: "dcat:Distribution".freeze,
|
73
120
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
74
121
|
term :Feed,
|
75
122
|
comment: %(represents availability of a dataset as a feed. This term has been deprecated).freeze,
|
123
|
+
isDefinedBy: "dcat:".freeze,
|
76
124
|
label: "Feed (Deprecated)".freeze,
|
77
|
-
|
78
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
125
|
+
"owl:deprecated": "true".freeze,
|
79
126
|
subClassOf: "dcat:Distribution".freeze,
|
80
127
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
81
128
|
term :WebService,
|
82
129
|
comment: %(represents a web service that enables access to the data of a dataset. This term has been deprecated).freeze,
|
130
|
+
isDefinedBy: "dcat:".freeze,
|
83
131
|
label: "Web Service (Deprecated)".freeze,
|
84
|
-
|
85
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
132
|
+
"owl:deprecated": "true".freeze,
|
86
133
|
subClassOf: "dcat:Distribution".freeze,
|
87
134
|
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
88
135
|
|
89
136
|
# Property definitions
|
90
137
|
property :accessURL,
|
91
|
-
comment: %(
|
138
|
+
comment: [%(Ceci peut être tout type d'URL qui donne accès à une distribution du jeu de données. Par exemple, un lien à une page HTML contenant un lien au jeu de données,
|
139
|
+
un Flux RSS, un point d'accès SPARQL. Utilisez le lorsque votre catalogue ne contient pas d'information sur quoi il est ou quand ce n'est pas téléchargeable.).freeze, %(Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page,
|
92
140
|
download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it
|
93
|
-
is or when it is definitely not a download.).freeze,
|
141
|
+
is or when it is definitely not a download.).freeze, %(Puede ser cualquier tipo de URL que de acceso a una distribución del conjunto de datos, e.g., página de aterrizaje, descarga,
|
142
|
+
URL feed, punto de acceso SPARQL. Utilizado cuando su catálogo de datos no tiene información sobre donde está o cuando no se puede descargar).freeze, %(Μπορεί να είναι οποιουδήποτε είδους URL που δίνει πρόσβαση στη διανομή ενός συνόλου δεδομένων. Π.χ. ιστοσελίδα αρχικής πρόσβασης,
|
143
|
+
μεταφόρτωση, feed URL, σημείο διάθεσης SPARQL. Να χρησιμοποιείται όταν ο κατάλογος δεν περιέχει πληροφορίες εαν πρόκειται ή όχι για μεταφορτώσιμο αρχείο.).freeze, %(أي رابط يتيح الوصول إلى البيانات. إذا كان الرابط هو ربط مباشر لملف يمكن تحميله استخدم الخاصية downloadURL).freeze, %(データセットの配信にアクセス権を与えるランディング・ページ、フィード、SPARQLエンドポイント、その他の種類の資源。).freeze],
|
94
144
|
domain: "dcat:Distribution".freeze,
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
label: "access URL".freeze,
|
145
|
+
"http://purl.org/vocab/vann/usageNote": ["El valor es una URL.\n Si la distribución es accesible solamente través de una página de aterrizaje (i.e., no se conoce una URL de descarga directa),\n entonces el enlance a la página de aterrizaje debe ser duplicado como accessURL sobre la distribución.".freeze, "La valeur est une URL.\n\t\t\t\t\t\tSi la distribution est accessible seulement au travers d'une page d'atterrissage (c-à-dire on n'ignore une URL de téléchargement direct) ,\n\t\t\t\t\t\talors le lien à la page d'atterrissage doit être dupliqué comee accessURL sur la distribution.".freeze, "The value is a URL.\n If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are \n not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze, "Η τιμή είναι ένα URL.\n\t\t\t\t\tΑν η/οι διανομή/ές είναι προσβάσιμη/ες μόνο μέσω μίας ιστοσελίδας αρχικής πρόσβασης (δηλαδή αν δεν υπάρχουν γνωστές διευθύνσεις άμεσης μεταφόρτωσης), τότε ο σύνδεσμος της ιστοσελίδας αρχικής πρόσβασης πρέπει να αναπαραχθεί ως accessURL σε μία διανομή.".freeze, "確実にダウンロードでない場合や、ダウンロードかどうかが不明である場合は、downloadURLではなく、accessURLを用いてください。\nランディング・ページを通じてしか配信にアクセスできない場合(つまり、直接的なダウンロードURLが不明)は、配信におけるaccessURLとしてランディング・ページのリンクをコピーすべきです(SHOULD)。".freeze],
|
146
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
147
|
+
label: ["URL d'accès".freeze, "URL de acceso".freeze, "URL πρόσβασης".freeze, "access URL".freeze, "رابط وصول".freeze, "アクセスURL".freeze],
|
99
148
|
range: "rdfs:Resource".freeze,
|
100
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
101
149
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
102
150
|
property :byteSize,
|
103
|
-
comment: %(The size of a distribution in bytes.).freeze,
|
151
|
+
comment: [%(El tamaño de una distribución en bytes).freeze, %(La taille de la distribution en octects).freeze, %(The size of a distribution in bytes.).freeze, %(Το μέγεθος μιας διανομής σε bytes.).freeze, %(الحجم بالبايتات ).freeze, %(バイトによる配信のサイズ。).freeze],
|
104
152
|
domain: "dcat:Distribution".freeze,
|
105
|
-
|
106
|
-
|
107
|
-
label: "byte size".freeze,
|
153
|
+
"http://purl.org/vocab/vann/usageNote": ["El tamaño en bytes puede ser aproximado cuando no es conocido el tamaño exacto.\n El valor literal de dcat:byteSize debe ser tipado como xsd:decimal".freeze, "La taille en octects peut être approximative lorsque l'on ignore la taille réelle.\n\t\t\t\t\tLa valeur littérale de dcat:byteSize doit être de type xsd:decimal".freeze, "The size in bytes can be approximated when the precise size is not known. \n The literal value of dcat:byteSize should by typed as xsd:decimal".freeze, "Το μέγεθος σε bytes μπορεί να προσεγγιστεί όταν η ακριβής τιμή δεν είναι γνωστή.\n Η τιμή της dcat:byteSize θα πρέπει να δίνεται με τύπο δεδομένων xsd:decimal".freeze, "الحجم يمكن أن يكون تقريبي إذا كان الحجم الدقيق غير معروف".freeze, "正確なサイズが不明である場合、サイズは、バイトによる近似値を示すことができます。".freeze],
|
154
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
155
|
+
label: ["byte size".freeze, "taille en octects".freeze, "tamaño en bytes".freeze, "μέγεθος σε bytes".freeze, "الحجم بالبايت".freeze, "バイト・サイズ".freeze],
|
108
156
|
range: "rdfs:Literal".freeze,
|
109
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
110
157
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
111
158
|
property :bytes,
|
112
159
|
comment: %(describe size of resource in bytes. This term has been deprecated).freeze,
|
113
160
|
domain: "dcat:Distribution".freeze,
|
161
|
+
isDefinedBy: "dcat:".freeze,
|
114
162
|
label: "size in bytes (Deprecated)".freeze,
|
115
|
-
|
163
|
+
"owl:deprecated": "true".freeze,
|
116
164
|
range: "xsd:integer".freeze,
|
117
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
118
165
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
119
166
|
property :contactPoint,
|
120
|
-
comment: %(Links a dataset to relevant contact information which is provided using VCard.).freeze,
|
167
|
+
comment: [%(Enlaza un conjunto de datos a información de contacto relevante utilizando VCard).freeze, %(Links a dataset to relevant contact information which is provided using VCard.).freeze, %(Relie un jeu de données à une information de contact utile en utilisant VCard.).freeze, %(Συνδέει ένα σύνολο δεδομένων με ένα σχετικό σημείο επικοινωνίας, μέσω VCard.).freeze, %(تربط قائمة البيانات بعنوان اتصال موصف باستخدام VCard).freeze, %(データセットを、VCardを用いて提供されている適切な連絡先情報にリンクします。).freeze],
|
121
168
|
domain: "dcat:Dataset".freeze,
|
122
|
-
|
169
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
170
|
+
label: ["contact point".freeze, "point de contact".freeze, "punto de contacto".freeze, "σημείο επικοινωνίας".freeze, "عنوان اتصال".freeze, "窓口".freeze],
|
123
171
|
range: "vcard:Kind".freeze,
|
124
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
125
172
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
126
173
|
property :dataDictionary,
|
127
174
|
comment: %(links a dataset to a dictionary that helps interpreting the data. This term has been deprecated).freeze,
|
128
175
|
domain: "dcat:Dataset".freeze,
|
176
|
+
isDefinedBy: "dcat:".freeze,
|
129
177
|
label: "data dictionary (Deprecated)".freeze,
|
130
|
-
|
131
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
178
|
+
"owl:deprecated": "true".freeze,
|
132
179
|
type: "rdf:Property".freeze
|
133
180
|
property :dataQuality,
|
134
181
|
comment: %(describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated).freeze,
|
135
182
|
domain: "dcat:Dataset".freeze,
|
183
|
+
isDefinedBy: "dcat:".freeze,
|
136
184
|
label: "data quality (Deprecated)".freeze,
|
137
|
-
|
138
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
185
|
+
"owl:deprecated": "true".freeze,
|
139
186
|
type: "rdf:Property".freeze
|
140
187
|
property :dataset,
|
141
|
-
comment: %(Links a catalog to a dataset that is part of the catalog.).freeze,
|
188
|
+
comment: [%(Enlaza un catálogo a un conjunto de datos que es parte de ese catálogo).freeze, %(Links a catalog to a dataset that is part of the catalog.).freeze, %(Relie un catalogue à un jeu de données faisant partie de ce catalogue).freeze, %(Συνδέει έναν κατάλογο με ένα σύνολο δεδομένων το οποίο ανήκει στον εν λόγω κατάλογο.).freeze, %(تربط الفهرس بقائمة بيانات ضمنه).freeze, %(カタログの一部であるデータセット。).freeze],
|
142
189
|
domain: "dcat:Catalog".freeze,
|
143
|
-
|
190
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
191
|
+
label: ["conjunto de datos".freeze, "dataset".freeze, "jeu de données".freeze, "σύνολο δεδομένων".freeze, "قائمة بيانات".freeze, "データセット".freeze],
|
144
192
|
range: "dcat:Dataset".freeze,
|
145
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
146
193
|
subPropertyOf: "dc:hasPart".freeze,
|
147
194
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
148
195
|
property :distribution,
|
149
|
-
comment: %(Connects a dataset to one of its available distributions.).freeze,
|
196
|
+
comment: [%(Conecta un conjunto de datos a una de sus distribuciones disponibles).freeze, %(Connecte un jeu de données à des distributions disponibles.).freeze, %(Connects a dataset to one of its available distributions.).freeze, %(Συνδέει ένα σύνολο δεδομένων με μία από τις διαθέσιμες διανομές του.).freeze, %(تربط قائمة البيانات بطريقة أو بشكل يسمح الوصول الى البيانات).freeze, %(データセットを、その利用可能な配信に接続します。).freeze],
|
150
197
|
domain: "dcat:Dataset".freeze,
|
151
|
-
|
198
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
199
|
+
label: ["distribución".freeze, "distribution".freeze, "distribution".freeze, "διανομή".freeze, "توزيع".freeze, "データセット配信".freeze],
|
152
200
|
range: "dcat:Distribution".freeze,
|
153
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
154
201
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
155
202
|
property :downloadURL,
|
156
|
-
comment: %(
|
157
|
-
|
203
|
+
comment: [%(Ceci est un lien direct à un fichier téléchargeable en un format donnée. Exple fichier CSV ou RDF. Le format
|
204
|
+
est décrit par les propriétés de distribution dc:format et/ou dcat:mediaType).freeze, %(Este es un enlace directo a un fichero descargable en un formato dado, e.g., fichero CSV o RDF. El
|
205
|
+
formato es descrito por las propiedades de la distribución dc:format y/o dcat:mediaType).freeze, %(This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The
|
206
|
+
format is described by the distribution's dc:format and/or dcat:mediaType).freeze, %(dcat:downloadURLはdcat:accessURLの特定の形式です。しかし、DCATプロファイルが非ダウンロード・ロケーションに対してのみaccessURLを用いる場合には、より強い分離を課すことを望む可能性があるため、この含意を強化しないように、DCATは、dcat:downloadURLをdcat:accessURLのサブプロパティーであると定義しません。).freeze, %(Είναι ένας σύνδεσμος άμεσης μεταφόρτωσης ενός αρχείου σε μια δεδομένη μορφή. Π.χ. ένα αρχείο CSV ή RDF.
|
207
|
+
Η μορφη αρχείου περιγράφεται από τις ιδιότητες dc:format ή/και dcat:mediaType της διανομής).freeze, %(رابط مباشر لملف يمكن تحميله. نوع الملف يتم توصيفه باستخدام الخاصية dc:format dcat:mediaType ).freeze],
|
158
208
|
domain: "dcat:Distribution".freeze,
|
159
|
-
|
160
|
-
|
209
|
+
"http://purl.org/vocab/vann/usageNote": ["La valeur est une URL.".freeze, "TEl valor es una URL.".freeze, "The value is a URL.".freeze, "Η τιμή είναι ένα URL.".freeze],
|
210
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
211
|
+
label: ["URL de descarga".freeze, "URL de téléchargement".freeze, "URL μεταφόρτωσης".freeze, "download URL".freeze, "رابط تحميل".freeze, "ダウンロードURL".freeze],
|
161
212
|
range: "rdfs:Resource".freeze,
|
162
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
163
213
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
164
214
|
property :granularity,
|
165
215
|
comment: %(describes the level of granularity of data in a dataset. The granularity can be in time, place etc. This term has been deprecated).freeze,
|
166
216
|
domain: "dcat:Dataset".freeze,
|
217
|
+
isDefinedBy: "dcat:".freeze,
|
167
218
|
label: "granularity (Deprecated)".freeze,
|
168
|
-
|
169
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
219
|
+
"owl:deprecated": "true".freeze,
|
170
220
|
type: "rdf:Property".freeze
|
171
221
|
property :keyword,
|
172
|
-
comment: %(A keyword or tag describing the dataset.).freeze,
|
222
|
+
comment: [%(A keyword or tag describing the dataset.).freeze, %(Un mot-clé ou étiquette décrivant un jeu de donnnées.).freeze, %(Una palabra clave o etiqueta que describa al conjunto de datos.).freeze, %(Μία λέξη-κλειδί ή μία ετικέτα που περιγράφει το σύνολο δεδομένων.).freeze, %(كلمة مفتاحيه توصف قائمة البيانات).freeze, %(データセットを記述しているキーワードまたはタグ。).freeze],
|
173
223
|
domain: "dcat:Dataset".freeze,
|
174
|
-
|
224
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
225
|
+
label: ["keyword".freeze, "mot-clés ".freeze, "palabra clave".freeze, "λέξη-κλειδί".freeze, "كلمة مفتاحية ".freeze, "キーワード/タグ".freeze],
|
175
226
|
range: "rdfs:Literal".freeze,
|
176
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
177
227
|
subPropertyOf: "dc:subject".freeze,
|
178
228
|
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
179
229
|
property :landingPage,
|
180
|
-
comment: %(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze,
|
230
|
+
comment: [%(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze, %(Una página Web que puede ser visitada en un explorador Web para tener acceso al conjunto de datos, sus distribuciones y/o información adicional).freeze, %(Une page Web accessible par un navigateur Web donnant accès au jeu de données, ses distributions et/ou des informations additionnelles.).freeze, %(Μία ιστοσελίδα πλοηγίσιμη μέσω ενός φυλλομετρητή \(Web browser\) που δίνει πρόσβαση στο σύνολο δεδομένων, τις διανομές αυτού ή/και επιπρόσθετες πληροφορίες.).freeze, %(صفحة وب يمكن من خلالها الوصول الى قائمة البيانات أو إلى معلومات إضافية متعلقة بها ).freeze, %(データセット、その配信および(または)追加情報にアクセスするためにウエブ・ブラウザでナビゲートできるウェブページ。).freeze],
|
181
231
|
domain: "dcat:Dataset".freeze,
|
182
|
-
|
183
|
-
|
184
|
-
label: "landing page".freeze,
|
232
|
+
"http://purl.org/vocab/vann/usageNote": ["If the distribution(s) are accessible only through a landing page (i.e. direct download \n URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze, "Si la distribución es accesible solamente través de una página de aterrizaje (i.e., no se conoce una URL de descarga directa),\n entonces el enlance a la página de aterrizaje debe ser duplicado como accessURL sobre la distribución.".freeze, "Si la distribution est seulement accessible à travers une page d'atterrissage (exple. pas de connaissance d'URLS de téléchargement direct ), alors\n\t\t\t\t\t\tle lien de la page d'atterrissage doit être dupliqué comme accessURL sur la distribution.".freeze, "Αν η/οι διανομή/ές είναι προσβάσιμη/ες μόνο μέσω μίας ιστοσελίδας αρχικής πρόσβασης (δηλαδή αν δεν υπάρχουν γνωστές διευθύνσεις άμεσης μεταφόρτωσης), τότε ο σύνδεσμος της ιστοσελίδας αρχικής πρόσβασης πρέπει να αναπαραχθεί ως accessURL σε μία διανομή.".freeze, "ランディング・ページを通じてしか配信にアクセスできない場合(つまり、直接的なダウンロードURLが不明)には、配信におけるaccessURLとしてランディング・ページのリンクをコピーすべきです(SHOULD)。".freeze],
|
233
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
234
|
+
label: ["landing page".freeze, "page d'atterrissage".freeze, "página de aterrizaje".freeze, "ιστοσελίδα αρχικής πρόσβασης".freeze, "صفحة وصول".freeze, "ランディング・ページ".freeze],
|
185
235
|
range: "foaf:Document".freeze,
|
186
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
187
236
|
subPropertyOf: "foaf:page".freeze,
|
188
237
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
189
238
|
property :mediaType,
|
190
|
-
comment: %(
|
191
|
-
|
239
|
+
comment: [%(Cette propriété doit être utilisée quand c'est définit le type de média de la distribution
|
240
|
+
en IANA, sinon dct:format DOIT être utilisé avec différentes valeurs.).freeze, %(Esta propiedad debe ser usada cuando está definido el tipo de media de la distribución
|
241
|
+
en IANA, de otra manera dct:format puede ser utilizado con diferentes valores).freeze, %(This property SHOULD be used when the media type of the distribution is defined
|
242
|
+
in IANA, otherwise dct:format MAY be used with different values.).freeze, %(Η ιδιότητα αυτή ΘΑ ΠΡΕΠΕΙ να χρησιμοποιείται όταν ο τύπος μέσου μίας διανομής είναι ορισμένος στο IANA, αλλιώς
|
243
|
+
η ιδιότητα dct:format ΔΥΝΑΤΑΙ να χρησιμοποιηθεί με διαφορετικές τιμές.).freeze, %(يجب استخدام هذه الخاصية إذا كان نوع الملف معرف ضمن IANA).freeze, %(このプロパティーは、配信のメディア・タイプがIANAで定義されているときに使用すべきで(SHOULD)、そうでない場合には、dct:formatを様々な値と共に使用できます(MAY)。).freeze],
|
192
244
|
domain: "dcat:Distribution".freeze,
|
193
|
-
|
245
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
246
|
+
label: ["media type".freeze, "tipo de media".freeze, "type de média".freeze, "τύπος μέσου".freeze, "نوع الميديا".freeze, "メディア・タイプ".freeze],
|
194
247
|
range: "dc:MediaTypeOrExtent".freeze,
|
195
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
196
248
|
subPropertyOf: "dc:format".freeze,
|
197
249
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
198
250
|
property :record,
|
199
|
-
comment: %(Links a catalog to its records.).freeze,
|
251
|
+
comment: [%(Enlaza un catálogo a sus registros.).freeze, %(Links a catalog to its records.).freeze, %(Relie un catalogue à ses registres).freeze, %(Συνδέει έναν κατάλογο με τις καταγραφές του.).freeze, %(تربط الفهرس بسجل ضمنه).freeze, %(カタログの一部であるカタログ・レコード。).freeze],
|
200
252
|
domain: "dcat:Catalog".freeze,
|
201
|
-
|
253
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
254
|
+
label: ["record".freeze, "registre".freeze, "registro".freeze, "καταγραφή".freeze, "سجل".freeze, "カタログ・レコード".freeze],
|
202
255
|
range: "dcat:CatalogRecord".freeze,
|
203
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
204
256
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
205
257
|
property :size,
|
206
258
|
comment: %(the size of a distribution. This term has been deprecated).freeze,
|
207
259
|
domain: "dcat:Distribution".freeze,
|
260
|
+
isDefinedBy: "dcat:".freeze,
|
208
261
|
label: "size (Deprecated)".freeze,
|
209
|
-
|
210
|
-
:"rdfs:isDefinedBy" => %(dcat:).freeze,
|
262
|
+
"owl:deprecated": "true".freeze,
|
211
263
|
subPropertyOf: "dc:extent".freeze,
|
212
264
|
type: "rdf:Property".freeze
|
213
265
|
property :theme,
|
214
|
-
comment: %(The main category of the dataset. A dataset can have multiple themes.).freeze,
|
266
|
+
comment: [%(La categoría principal del conjunto de datos. Un conjunto de datos puede tener varios temas.).freeze, %(La catégorie principale du jeu de données. Un jeu de données peut avoir plusieurs thèmes.).freeze, %(The main category of the dataset. A dataset can have multiple themes.).freeze, %(Η κύρια κατηγορία του συνόλου δεδομένων. Ένα σύνολο δεδομένων δύναται να έχει πολλαπλά θέματα.).freeze, %(التصنيف الرئيسي لقائمة البيانات. قائمة البيانات يمكن أن تملك أكثر من تصنيف رئيسي واحد.).freeze, %(データセットの主要カテゴリー。データセットは複数のテーマを持つことができます。).freeze],
|
215
267
|
domain: "dcat:Dataset".freeze,
|
216
|
-
|
217
|
-
|
218
|
-
label: "theme".freeze,
|
268
|
+
"http://purl.org/vocab/vann/usageNote": ["El conjunto de skos:Concepts utilizados para categorizar el conjunto de datos están organizados en\n un skos:ConceptScheme que describe todas las categorías y sus relaciones en el catálogo".freeze, "The set of skos:Concepts used to categorize the datasets are organized in \n a skos:ConceptScheme describing all the categories and their relations in the catalog.".freeze, "Un ensemble de skos:Concepts utilisés pour catégoriser un jeu de données sont organisés en \n\t\t\t\t\t\tun skos:ConceptScheme décrivqnt toutes les catégories et ses relations dans le catalogue. ".freeze, "Το σετ των skos:Concepts που χρησιμοποιείται για να κατηγοριοποιήσει τα σύνολα δεδομένων είναι οργανωμένο εντός \n ενός skos:ConceptScheme που περιγράφει όλες τις κατηγορίες και τις σχέσεις αυτών στον κατάλογο.".freeze, "データセットを分類するために用いられるskos:Conceptの集合は、カタログのすべてのカテゴリーとそれらの関係を記述しているskos:ConceptSchemeで組織化されます。".freeze],
|
269
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
270
|
+
label: ["tema".freeze, "theme".freeze, "thème".freeze, "Θέμα".freeze, "التصنيف".freeze, "テーマ/カテゴリー".freeze],
|
219
271
|
range: "skos:Concept".freeze,
|
220
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
221
272
|
subPropertyOf: "dc:subject".freeze,
|
222
273
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
223
274
|
property :themeTaxonomy,
|
224
|
-
comment: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze,
|
275
|
+
comment: [%(El sistema de organización del conocimiento utilizado para clasificar conjuntos de datos de catálogos.).freeze, %(Le systhème d'ogranisation de connaissances utilisé pour classifier les jeux de données du catalogue.).freeze, %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze, %(Το σύστημα οργάνωσης γνώσης που χρησιμοποιείται για την κατηγοριοποίηση των συνόλων δεδομένων του καταλόγου.).freeze, %(لائحة التصنيفات المستخدمه لتصنيف قوائم البيانات ضمن الفهرس).freeze, %(カタログのデータセットを分類するために用いられる知識組織化体系(KOS;knowledge organization system)。).freeze],
|
225
276
|
domain: "dcat:Catalog".freeze,
|
226
|
-
|
277
|
+
isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
|
278
|
+
label: ["taxonomie de thèmes".freeze, "taxonomía de temas".freeze, "theme taxonomy".freeze, "Ταξινομία θεματικών κατηγοριών.".freeze, "قائمة التصنيفات".freeze, "テーマ".freeze],
|
227
279
|
range: "skos:ConceptScheme".freeze,
|
228
|
-
:"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
|
229
280
|
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
230
281
|
end
|
231
282
|
end
|