rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/skos.rb
CHANGED
@@ -3,369 +3,247 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2004/02/skos/core#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://www.w3.org/2004/02/skos/core#>
|
8
|
-
# #
|
9
|
-
# # SKOS Vocabulary
|
10
|
-
# #
|
11
|
-
# # An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.
|
12
|
-
# # @see http://www.w3.org/TR/skos-reference/
|
13
|
-
# class SKOS < RDF::StrictVocabulary
|
14
|
-
# # @return [RDF::Vocabulary::Term]
|
15
|
-
# attr_reader :Collection
|
16
|
-
#
|
17
|
-
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :Concept
|
19
|
-
#
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :ConceptScheme
|
22
|
-
#
|
23
|
-
# # @return [RDF::Vocabulary::Term]
|
24
|
-
# attr_reader :OrderedCollection
|
25
|
-
#
|
26
|
-
# # The range of skos:altLabel is the class of RDF plain literals.
|
27
|
-
# #
|
28
|
-
# # skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :altLabel
|
31
|
-
#
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :broadMatch
|
34
|
-
#
|
35
|
-
# # Broader concepts are typically rendered as parents in a concept hierarchy (tree).
|
36
|
-
# # @return [RDF::Vocabulary::Term]
|
37
|
-
# attr_reader :broader
|
38
|
-
#
|
39
|
-
# # @return [RDF::Vocabulary::Term]
|
40
|
-
# attr_reader :broaderTransitive
|
41
|
-
#
|
42
|
-
# # @return [RDF::Vocabulary::Term]
|
43
|
-
# attr_reader :changeNote
|
44
|
-
#
|
45
|
-
# # @return [RDF::Vocabulary::Term]
|
46
|
-
# attr_reader :closeMatch
|
47
|
-
#
|
48
|
-
# # @return [RDF::Vocabulary::Term]
|
49
|
-
# attr_reader :definition
|
50
|
-
#
|
51
|
-
# # @return [RDF::Vocabulary::Term]
|
52
|
-
# attr_reader :editorialNote
|
53
|
-
#
|
54
|
-
# # skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.
|
55
|
-
# # @return [RDF::Vocabulary::Term]
|
56
|
-
# attr_reader :exactMatch
|
57
|
-
#
|
58
|
-
# # @return [RDF::Vocabulary::Term]
|
59
|
-
# attr_reader :example
|
60
|
-
#
|
61
|
-
# # @return [RDF::Vocabulary::Term]
|
62
|
-
# attr_reader :hasTopConcept
|
63
|
-
#
|
64
|
-
# # skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
65
|
-
# #
|
66
|
-
# # The range of skos:hiddenLabel is the class of RDF plain literals.
|
67
|
-
# # @return [RDF::Vocabulary::Term]
|
68
|
-
# attr_reader :hiddenLabel
|
69
|
-
#
|
70
|
-
# # @return [RDF::Vocabulary::Term]
|
71
|
-
# attr_reader :historyNote
|
72
|
-
#
|
73
|
-
# # @return [RDF::Vocabulary::Term]
|
74
|
-
# attr_reader :inScheme
|
75
|
-
#
|
76
|
-
# # These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.
|
77
|
-
# # @return [RDF::Vocabulary::Term]
|
78
|
-
# attr_reader :mappingRelation
|
79
|
-
#
|
80
|
-
# # @return [RDF::Vocabulary::Term]
|
81
|
-
# attr_reader :member
|
82
|
-
#
|
83
|
-
# # For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.
|
84
|
-
# # @return [RDF::Vocabulary::Term]
|
85
|
-
# attr_reader :memberList
|
86
|
-
#
|
87
|
-
# # @return [RDF::Vocabulary::Term]
|
88
|
-
# attr_reader :narrowMatch
|
89
|
-
#
|
90
|
-
# # Narrower concepts are typically rendered as children in a concept hierarchy (tree).
|
91
|
-
# # @return [RDF::Vocabulary::Term]
|
92
|
-
# attr_reader :narrower
|
93
|
-
#
|
94
|
-
# # @return [RDF::Vocabulary::Term]
|
95
|
-
# attr_reader :narrowerTransitive
|
96
|
-
#
|
97
|
-
# # @return [RDF::Vocabulary::Term]
|
98
|
-
# attr_reader :notation
|
99
|
-
#
|
100
|
-
# # @return [RDF::Vocabulary::Term]
|
101
|
-
# attr_reader :note
|
102
|
-
#
|
103
|
-
# # skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
104
|
-
# #
|
105
|
-
# # A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.
|
106
|
-
# #
|
107
|
-
# # The range of skos:prefLabel is the class of RDF plain literals.
|
108
|
-
# # @return [RDF::Vocabulary::Term]
|
109
|
-
# attr_reader :prefLabel
|
110
|
-
#
|
111
|
-
# # skos:related is disjoint with skos:broaderTransitive
|
112
|
-
# # @return [RDF::Vocabulary::Term]
|
113
|
-
# attr_reader :related
|
114
|
-
#
|
115
|
-
# # @return [RDF::Vocabulary::Term]
|
116
|
-
# attr_reader :relatedMatch
|
117
|
-
#
|
118
|
-
# # @return [RDF::Vocabulary::Term]
|
119
|
-
# attr_reader :scopeNote
|
120
|
-
#
|
121
|
-
# # @return [RDF::Vocabulary::Term]
|
122
|
-
# attr_reader :semanticRelation
|
123
|
-
#
|
124
|
-
# # @return [RDF::Vocabulary::Term]
|
125
|
-
# attr_reader :topConceptOf
|
126
|
-
#
|
127
|
-
# end
|
128
6
|
SKOS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2004/02/skos/core#")) do
|
129
7
|
|
130
8
|
# Ontology definition
|
131
9
|
ontology :"http://www.w3.org/2004/02/skos/core#",
|
132
|
-
"dc
|
133
|
-
"dc
|
134
|
-
"dc
|
135
|
-
"dc
|
136
|
-
"
|
137
|
-
type: "owl
|
10
|
+
"http://purl.org/dc/terms/contributor": ["Dave Beckett".freeze, "Nikki Rogers".freeze, "Participants in W3C's Semantic Web Deployment Working Group.".freeze],
|
11
|
+
"http://purl.org/dc/terms/creator": ["Alistair Miles".freeze, "Sean Bechhofer".freeze],
|
12
|
+
"http://purl.org/dc/terms/description": "An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies.".freeze,
|
13
|
+
"http://purl.org/dc/terms/title": "SKOS Vocabulary".freeze,
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/skos-reference/".freeze,
|
15
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
138
16
|
|
139
17
|
# Class definitions
|
140
18
|
term :Collection,
|
141
19
|
definition: "A meaningful collection of concepts.".freeze,
|
20
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2004/02/skos/core#Concept".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze],
|
21
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy.".freeze,
|
142
22
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
143
23
|
label: "Collection".freeze,
|
144
|
-
|
145
|
-
"skos:scopeNote": "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy.".freeze,
|
146
|
-
type: "owl:Class".freeze
|
24
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
147
25
|
term :Concept,
|
148
26
|
definition: "An idea or notion; a unit of thought.".freeze,
|
149
27
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
150
28
|
label: "Concept".freeze,
|
151
|
-
type: "owl
|
29
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
152
30
|
term :ConceptScheme,
|
153
31
|
definition: "A set of concepts, optionally including statements about semantic relationships between those concepts.".freeze,
|
32
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
33
|
+
"http://www.w3.org/2004/02/skos/core#example": "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies.".freeze,
|
34
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "A concept scheme may be defined to include concepts from different sources.".freeze,
|
154
35
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
155
36
|
label: "Concept Scheme".freeze,
|
156
|
-
|
157
|
-
"skos:example": "Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes. Concept schemes are also embedded in glossaries and terminologies.".freeze,
|
158
|
-
"skos:scopeNote": "A concept scheme may be defined to include concepts from different sources.".freeze,
|
159
|
-
type: "owl:Class".freeze
|
37
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
160
38
|
term :OrderedCollection,
|
161
39
|
definition: "An ordered collection of concepts, where both the grouping and the ordering are meaningful.".freeze,
|
40
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "Ordered collections can be used where you would like a set of concepts to be displayed in a specific order, and optionally under a 'node label'.".freeze,
|
162
41
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
163
42
|
label: "Ordered Collection".freeze,
|
164
|
-
|
165
|
-
|
166
|
-
type: "owl:Class".freeze
|
43
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Collection".freeze,
|
44
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze
|
167
45
|
|
168
46
|
# Property definitions
|
169
47
|
property :altLabel,
|
170
48
|
comment: ["The range of skos:altLabel is the class of RDF plain literals.".freeze, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.".freeze],
|
171
49
|
definition: "An alternative lexical label for a resource.".freeze,
|
50
|
+
"http://www.w3.org/2004/02/skos/core#example": "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel).".freeze,
|
172
51
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
173
52
|
label: "alternative label".freeze,
|
174
|
-
|
175
|
-
|
176
|
-
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
53
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
|
54
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
177
55
|
property :broadMatch,
|
178
56
|
definition: "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.".freeze,
|
179
|
-
inverseOf: "skos
|
57
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowMatch".freeze,
|
180
58
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
181
59
|
label: "has broader match".freeze,
|
182
|
-
subPropertyOf: ["skos
|
183
|
-
type: ["
|
60
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#broader".freeze, "http://www.w3.org/2004/02/skos/core#mappingRelation".freeze],
|
61
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
184
62
|
property :broader,
|
185
63
|
comment: "Broader concepts are typically rendered as parents in a concept hierarchy (tree).".freeze,
|
186
64
|
definition: "Relates a concept to a concept that is more general in meaning.".freeze,
|
187
|
-
|
65
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.".freeze,
|
66
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrower".freeze,
|
188
67
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
189
68
|
label: "has broader".freeze,
|
190
|
-
|
191
|
-
|
192
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
69
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive".freeze,
|
70
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
193
71
|
property :broaderTransitive,
|
194
72
|
definition: "skos:broaderTransitive is a transitive superproperty of skos:broader.".freeze,
|
195
|
-
|
73
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.".freeze,
|
74
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive".freeze,
|
196
75
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
197
76
|
label: "has broader transitive".freeze,
|
198
|
-
|
199
|
-
|
200
|
-
type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
|
77
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
|
78
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze]
|
201
79
|
property :changeNote,
|
202
80
|
definition: "A note about a modification to a concept.".freeze,
|
203
81
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
204
82
|
label: "change note".freeze,
|
205
|
-
subPropertyOf: "skos
|
206
|
-
type: ["
|
83
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
84
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
207
85
|
property :closeMatch,
|
208
86
|
definition: "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.".freeze,
|
209
87
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
210
88
|
label: "has close match".freeze,
|
211
|
-
subPropertyOf: "skos
|
212
|
-
type: ["
|
89
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#mappingRelation".freeze,
|
90
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze]
|
213
91
|
property :definition,
|
214
92
|
definition: "A statement or formal explanation of the meaning of a concept.".freeze,
|
215
93
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
216
94
|
label: "definition".freeze,
|
217
|
-
subPropertyOf: "skos
|
218
|
-
type: ["
|
95
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
96
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
219
97
|
property :editorialNote,
|
220
98
|
definition: "A note for an editor, translator or maintainer of the vocabulary.".freeze,
|
221
99
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
222
100
|
label: "editorial note".freeze,
|
223
|
-
subPropertyOf: "skos
|
224
|
-
type: ["
|
101
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
102
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
225
103
|
property :exactMatch,
|
226
104
|
comment: "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.".freeze,
|
227
105
|
definition: "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch.".freeze,
|
228
106
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
229
107
|
label: "has exact match".freeze,
|
230
|
-
subPropertyOf: "skos
|
231
|
-
type: ["
|
108
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#closeMatch".freeze,
|
109
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze, "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze]
|
232
110
|
property :example,
|
233
111
|
definition: "An example of the use of a concept.".freeze,
|
234
112
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
235
113
|
label: "example".freeze,
|
236
|
-
subPropertyOf: "skos
|
237
|
-
type: ["
|
114
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
115
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
238
116
|
property :hasTopConcept,
|
239
117
|
definition: "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies.".freeze,
|
240
|
-
domain: "skos
|
241
|
-
inverseOf: "skos
|
118
|
+
domain: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze,
|
119
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#topConceptOf".freeze,
|
242
120
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
243
121
|
label: "has top concept".freeze,
|
244
|
-
range: "skos
|
245
|
-
type: ["
|
122
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
123
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
246
124
|
property :hiddenLabel,
|
247
125
|
comment: ["The range of skos:hiddenLabel is the class of RDF plain literals.".freeze, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.".freeze],
|
248
126
|
definition: "A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations.".freeze,
|
249
127
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
250
128
|
label: "hidden label".freeze,
|
251
|
-
subPropertyOf: "
|
252
|
-
type: ["
|
129
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
|
130
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
253
131
|
property :historyNote,
|
254
132
|
definition: "A note about the past state/use/meaning of a concept.".freeze,
|
255
133
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
256
134
|
label: "history note".freeze,
|
257
|
-
subPropertyOf: "skos
|
258
|
-
type: ["
|
135
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
136
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
259
137
|
property :inScheme,
|
260
138
|
definition: "Relates a resource (for example a concept) to a concept scheme in which it is included.".freeze,
|
139
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "A concept may be a member of more than one concept scheme.".freeze,
|
261
140
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
262
141
|
label: "is in scheme".freeze,
|
263
|
-
range: "skos
|
264
|
-
|
265
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
142
|
+
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze,
|
143
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
266
144
|
property :mappingRelation,
|
267
145
|
comment: "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.".freeze,
|
268
146
|
definition: "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings".freeze,
|
269
147
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
270
148
|
label: "is in mapping relation with".freeze,
|
271
|
-
subPropertyOf: "skos
|
272
|
-
type: ["
|
149
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
|
150
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
273
151
|
property :member,
|
274
152
|
definition: "Relates a collection to one of its members.".freeze,
|
275
|
-
domain: "skos
|
153
|
+
domain: "http://www.w3.org/2004/02/skos/core#Collection".freeze,
|
276
154
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
277
155
|
label: "has member".freeze,
|
278
156
|
range: term(
|
279
|
-
type: "owl
|
280
|
-
unionOf: list("skos
|
157
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
158
|
+
unionOf: list("http://www.w3.org/2004/02/skos/core#Concept".freeze, "http://www.w3.org/2004/02/skos/core#Collection".freeze)
|
281
159
|
),
|
282
|
-
type: ["
|
160
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
283
161
|
property :memberList,
|
284
162
|
comment: "For any resource, every item in the list given as the value of the\n skos:memberList property is also a value of the skos:member property.".freeze,
|
285
163
|
definition: "Relates an ordered collection to the RDF list containing its members.".freeze,
|
286
|
-
domain: "skos
|
164
|
+
domain: "http://www.w3.org/2004/02/skos/core#OrderedCollection".freeze,
|
287
165
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
288
166
|
label: "has member list".freeze,
|
289
|
-
range: "rdf
|
290
|
-
type: ["
|
167
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List".freeze,
|
168
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#FunctionalProperty".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
291
169
|
property :narrowMatch,
|
292
170
|
definition: "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes.".freeze,
|
293
|
-
inverseOf: "skos
|
171
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broadMatch".freeze,
|
294
172
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
295
173
|
label: "has narrower match".freeze,
|
296
|
-
subPropertyOf: ["skos
|
297
|
-
type: ["
|
174
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation".freeze, "http://www.w3.org/2004/02/skos/core#narrower".freeze],
|
175
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
298
176
|
property :narrower,
|
299
177
|
comment: "Narrower concepts are typically rendered as children in a concept hierarchy (tree).".freeze,
|
300
178
|
definition: "Relates a concept to a concept that is more specific in meaning.".freeze,
|
301
|
-
|
179
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources.".freeze,
|
180
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broader".freeze,
|
302
181
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
303
182
|
label: "has narrower".freeze,
|
304
|
-
|
305
|
-
|
306
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
183
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive".freeze,
|
184
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
307
185
|
property :narrowerTransitive,
|
308
186
|
definition: "skos:narrowerTransitive is a transitive superproperty of skos:narrower.".freeze,
|
309
|
-
|
187
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application.".freeze,
|
188
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive".freeze,
|
310
189
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
311
190
|
label: "has narrower transitive".freeze,
|
312
|
-
|
313
|
-
|
314
|
-
type: ["owl:ObjectProperty".freeze, "owl:TransitiveProperty".freeze, "rdf:Property".freeze]
|
191
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
|
192
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#TransitiveProperty".freeze]
|
315
193
|
property :notation,
|
316
194
|
definition: "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme.".freeze,
|
195
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "By convention, skos:notation is used with a typed literal in the object position of the triple.".freeze,
|
317
196
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
318
197
|
label: "notation".freeze,
|
319
|
-
|
320
|
-
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
198
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
321
199
|
property :note,
|
322
200
|
definition: "A general note, for any purpose.".freeze,
|
201
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This property may be used directly, or as a super-property for more specific note types.".freeze,
|
323
202
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
324
203
|
label: "note".freeze,
|
325
|
-
|
326
|
-
type: ["owl:AnnotationProperty".freeze, "rdf:Property".freeze]
|
204
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
327
205
|
property :prefLabel,
|
328
206
|
comment: ["A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag.".freeze, "The range of skos:prefLabel is the class of RDF plain literals.".freeze, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise\n disjoint properties.".freeze],
|
329
207
|
definition: "The preferred lexical label for a resource, in a given language.".freeze,
|
330
208
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
331
209
|
label: "preferred label".freeze,
|
332
|
-
subPropertyOf: "
|
333
|
-
type: ["
|
210
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label".freeze,
|
211
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
334
212
|
property :related,
|
335
213
|
comment: "skos:related is disjoint with skos:broaderTransitive".freeze,
|
336
214
|
definition: "Relates a concept to a concept with which there is an associative semantic relationship.".freeze,
|
337
215
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
338
216
|
label: "has related".freeze,
|
339
|
-
subPropertyOf: "skos
|
340
|
-
type: ["
|
217
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation".freeze,
|
218
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze]
|
341
219
|
property :relatedMatch,
|
342
220
|
definition: "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes.".freeze,
|
343
221
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
344
222
|
label: "has related match".freeze,
|
345
|
-
subPropertyOf: ["skos
|
346
|
-
type: ["
|
223
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation".freeze, "http://www.w3.org/2004/02/skos/core#related".freeze],
|
224
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze, "http://www.w3.org/2002/07/owl#SymmetricProperty".freeze]
|
347
225
|
property :scopeNote,
|
348
226
|
definition: "A note that helps to clarify the meaning and/or the use of a concept.".freeze,
|
349
227
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
350
228
|
label: "scope note".freeze,
|
351
|
-
subPropertyOf: "skos
|
352
|
-
type: ["
|
229
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note".freeze,
|
230
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
|
353
231
|
property :semanticRelation,
|
354
232
|
definition: "Links a concept to a concept related by meaning.".freeze,
|
355
|
-
domain: "skos
|
233
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
234
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.".freeze,
|
356
235
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
357
236
|
label: "is in semantic relation with".freeze,
|
358
|
-
range: "skos
|
359
|
-
|
360
|
-
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
237
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
238
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
361
239
|
property :topConceptOf,
|
362
240
|
definition: "Relates a concept to the concept scheme that it is a top level concept of.".freeze,
|
363
|
-
domain: "skos
|
364
|
-
inverseOf: "skos
|
241
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
242
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#hasTopConcept".freeze,
|
365
243
|
isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
|
366
244
|
label: "is top concept in scheme".freeze,
|
367
|
-
range: "skos
|
368
|
-
subPropertyOf: "skos
|
369
|
-
type: ["
|
245
|
+
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze,
|
246
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme".freeze,
|
247
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
370
248
|
end
|
371
249
|
end
|