rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/skos.rb
CHANGED
@@ -3,247 +3,249 @@
|
|
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
|
+
# Vocabulary for <http://www.w3.org/2004/02/skos/core#>
|
7
|
+
# @!visibility private
|
6
8
|
SKOS = Class.new(RDF::StrictVocabulary("http://www.w3.org/2004/02/skos/core#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2004/02/skos/core#",
|
10
|
-
"http://purl.org/dc/terms/contributor": ["Dave Beckett"
|
11
|
-
"http://purl.org/dc/terms/creator": ["Alistair Miles"
|
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."
|
13
|
-
"http://purl.org/dc/terms/title": "SKOS Vocabulary"
|
14
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/skos-reference/"
|
15
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
"http://purl.org/dc/terms/contributor": ["Dave Beckett", "Nikki Rogers", "Participants in W3C's Semantic Web Deployment Working Group."],
|
13
|
+
"http://purl.org/dc/terms/creator": ["Alistair Miles", "Sean Bechhofer"],
|
14
|
+
"http://purl.org/dc/terms/description": {en: "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."},
|
15
|
+
"http://purl.org/dc/terms/title": {en: "SKOS Vocabulary"},
|
16
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://www.w3.org/TR/skos-reference/",
|
17
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
16
18
|
|
17
19
|
# Class definitions
|
18
20
|
term :Collection,
|
19
|
-
definition: "A meaningful collection of concepts."
|
20
|
-
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2004/02/skos/core#Concept"
|
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."
|
22
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
23
|
-
label: "Collection"
|
24
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
21
|
+
definition: {en: "A meaningful collection of concepts."},
|
22
|
+
"http://www.w3.org/2002/07/owl#disjointWith": ["http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2004/02/skos/core#ConceptScheme"],
|
23
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "Labelled collections can be used where you would like a set of concepts to be displayed under a 'node label' in the hierarchy."},
|
24
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
25
|
+
label: {en: "Collection"},
|
26
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
25
27
|
term :Concept,
|
26
|
-
definition: "An idea or notion; a unit of thought."
|
27
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
28
|
-
label: "Concept"
|
29
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
28
|
+
definition: {en: "An idea or notion; a unit of thought."},
|
29
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
30
|
+
label: {en: "Concept"},
|
31
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
30
32
|
term :ConceptScheme,
|
31
|
-
definition: "A set of concepts, optionally including statements about semantic relationships between those concepts."
|
32
|
-
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2004/02/skos/core#Concept"
|
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."
|
34
|
-
"http://www.w3.org/2004/02/skos/core#scopeNote": "A concept scheme may be defined to include concepts from different sources."
|
35
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
36
|
-
label: "Concept Scheme"
|
37
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
33
|
+
definition: {en: "A set of concepts, optionally including statements about semantic relationships between those concepts."},
|
34
|
+
"http://www.w3.org/2002/07/owl#disjointWith": "http://www.w3.org/2004/02/skos/core#Concept",
|
35
|
+
"http://www.w3.org/2004/02/skos/core#example": {en: "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."},
|
36
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "A concept scheme may be defined to include concepts from different sources."},
|
37
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
38
|
+
label: {en: "Concept Scheme"},
|
39
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
38
40
|
term :OrderedCollection,
|
39
|
-
definition: "An ordered collection of concepts, where both the grouping and the ordering are meaningful."
|
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'."
|
41
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
42
|
-
label: "Ordered Collection"
|
43
|
-
subClassOf: "http://www.w3.org/2004/02/skos/core#Collection"
|
44
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
41
|
+
definition: {en: "An ordered collection of concepts, where both the grouping and the ordering are meaningful."},
|
42
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "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'."},
|
43
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
44
|
+
label: {en: "Ordered Collection"},
|
45
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Collection",
|
46
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
45
47
|
|
46
48
|
# Property definitions
|
47
49
|
property :altLabel,
|
48
|
-
comment:
|
49
|
-
definition: "An alternative lexical label for a resource."
|
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)."
|
51
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
52
|
-
label: "alternative label"
|
53
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
54
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
50
|
+
comment: {en: "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."},
|
51
|
+
definition: {en: "An alternative lexical label for a resource."},
|
52
|
+
"http://www.w3.org/2004/02/skos/core#example": {en: "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)."},
|
53
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
54
|
+
label: {en: "alternative label"},
|
55
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
|
56
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
55
57
|
property :broadMatch,
|
56
|
-
definition: "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."
|
57
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowMatch"
|
58
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
59
|
-
label: "has broader match"
|
60
|
-
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#broader"
|
61
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
58
|
+
definition: {en: "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."},
|
59
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowMatch",
|
60
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
61
|
+
label: {en: "has broader match"},
|
62
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#broader", "http://www.w3.org/2004/02/skos/core#mappingRelation"],
|
63
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
62
64
|
property :broader,
|
63
|
-
comment: "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."
|
64
|
-
definition: "Relates a concept to a concept that is more general in meaning."
|
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."
|
66
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#narrower"
|
67
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
68
|
-
label: "has broader"
|
69
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive"
|
70
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
65
|
+
comment: {en: "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."},
|
66
|
+
definition: {en: "Relates a concept to a concept that is more general in meaning."},
|
67
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."},
|
68
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrower",
|
69
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
70
|
+
label: {en: "has broader"},
|
71
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive",
|
72
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
71
73
|
property :broaderTransitive,
|
72
|
-
definition: "skos:broaderTransitive is a transitive superproperty of skos:broader."
|
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."
|
74
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive"
|
75
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
76
|
-
label: "has broader transitive"
|
77
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
78
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
74
|
+
definition: "skos:broaderTransitive is a transitive superproperty of skos:broader.",
|
75
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "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."},
|
76
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive",
|
77
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
78
|
+
label: {en: "has broader transitive"},
|
79
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
80
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty"]
|
79
81
|
property :changeNote,
|
80
|
-
definition: "A note about a modification to a concept."
|
81
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
82
|
-
label: "change note"
|
83
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
84
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
82
|
+
definition: {en: "A note about a modification to a concept."},
|
83
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
84
|
+
label: {en: "change note"},
|
85
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
86
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
85
87
|
property :closeMatch,
|
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."
|
87
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
88
|
-
label: "has close match"
|
89
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#mappingRelation"
|
90
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
88
|
+
definition: {en: "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."},
|
89
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
90
|
+
label: {en: "has close match"},
|
91
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#mappingRelation",
|
92
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty"]
|
91
93
|
property :definition,
|
92
|
-
definition: "A statement or formal explanation of the meaning of a concept."
|
93
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
94
|
-
label: "definition"
|
95
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
96
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
94
|
+
definition: {en: "A statement or formal explanation of the meaning of a concept."},
|
95
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
96
|
+
label: {en: "definition"},
|
97
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
98
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
97
99
|
property :editorialNote,
|
98
|
-
definition: "A note for an editor, translator or maintainer of the vocabulary."
|
99
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
100
|
-
label: "editorial note"
|
101
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
102
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
100
|
+
definition: {en: "A note for an editor, translator or maintainer of the vocabulary."},
|
101
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
102
|
+
label: {en: "editorial note"},
|
103
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
104
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
103
105
|
property :exactMatch,
|
104
|
-
comment: "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."
|
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."
|
106
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
107
|
-
label: "has exact match"
|
108
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#closeMatch"
|
109
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
106
|
+
comment: {en: "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."},
|
107
|
+
definition: {en: "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."},
|
108
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
109
|
+
label: {en: "has exact match"},
|
110
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#closeMatch",
|
111
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty"]
|
110
112
|
property :example,
|
111
|
-
definition: "An example of the use of a concept."
|
112
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
113
|
-
label: "example"
|
114
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
115
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
113
|
+
definition: {en: "An example of the use of a concept."},
|
114
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
115
|
+
label: {en: "example"},
|
116
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
117
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
116
118
|
property :hasTopConcept,
|
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."
|
118
|
-
domain: "http://www.w3.org/2004/02/skos/core#ConceptScheme"
|
119
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#topConceptOf"
|
120
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
121
|
-
label: "has top concept"
|
122
|
-
range: "http://www.w3.org/2004/02/skos/core#Concept"
|
123
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
119
|
+
definition: {en: "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."},
|
120
|
+
domain: "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
121
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#topConceptOf",
|
122
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
123
|
+
label: {en: "has top concept"},
|
124
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept",
|
125
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
124
126
|
property :hiddenLabel,
|
125
|
-
comment:
|
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."
|
127
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
128
|
-
label: "hidden label"
|
129
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
130
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
127
|
+
comment: {en: "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."},
|
128
|
+
definition: {en: "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."},
|
129
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
130
|
+
label: {en: "hidden label"},
|
131
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
|
132
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
131
133
|
property :historyNote,
|
132
|
-
definition: "A note about the past state/use/meaning of a concept."
|
133
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
134
|
-
label: "history note"
|
135
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
136
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
134
|
+
definition: {en: "A note about the past state/use/meaning of a concept."},
|
135
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
136
|
+
label: {en: "history note"},
|
137
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
138
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
137
139
|
property :inScheme,
|
138
|
-
definition: "Relates a resource (for example a concept) to a concept scheme in which it is included."
|
139
|
-
"http://www.w3.org/2004/02/skos/core#scopeNote": "A concept may be a member of more than one concept scheme."
|
140
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
141
|
-
label: "is in scheme"
|
142
|
-
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme"
|
143
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
140
|
+
definition: {en: "Relates a resource (for example a concept) to a concept scheme in which it is included."},
|
141
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "A concept may be a member of more than one concept scheme."},
|
142
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
143
|
+
label: {en: "is in scheme"},
|
144
|
+
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
145
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
144
146
|
property :mappingRelation,
|
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."
|
146
|
-
definition: "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"
|
147
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
148
|
-
label: "is in mapping relation with"
|
149
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
150
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
147
|
+
comment: {en: "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."},
|
148
|
+
definition: {en: "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"},
|
149
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
150
|
+
label: {en: "is in mapping relation with"},
|
151
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
152
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
151
153
|
property :member,
|
152
|
-
definition: "Relates a collection to one of its members."
|
153
|
-
domain: "http://www.w3.org/2004/02/skos/core#Collection"
|
154
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
155
|
-
label: "has member"
|
154
|
+
definition: {en: "Relates a collection to one of its members."},
|
155
|
+
domain: "http://www.w3.org/2004/02/skos/core#Collection",
|
156
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
157
|
+
label: {en: "has member"},
|
156
158
|
range: term(
|
157
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
158
|
-
unionOf: list("http://www.w3.org/2004/02/skos/core#Concept"
|
159
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
160
|
+
unionOf: list("http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2004/02/skos/core#Collection")
|
159
161
|
),
|
160
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
162
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
161
163
|
property :memberList,
|
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."
|
163
|
-
definition: "Relates an ordered collection to the RDF list containing its members."
|
164
|
-
domain: "http://www.w3.org/2004/02/skos/core#OrderedCollection"
|
165
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
166
|
-
label: "has member list"
|
167
|
-
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
|
168
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
164
|
+
comment: {en: "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."},
|
165
|
+
definition: {en: "Relates an ordered collection to the RDF list containing its members."},
|
166
|
+
domain: "http://www.w3.org/2004/02/skos/core#OrderedCollection",
|
167
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
168
|
+
label: {en: "has member list"},
|
169
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
|
170
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
169
171
|
property :narrowMatch,
|
170
|
-
definition: "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."
|
171
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#broadMatch"
|
172
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
173
|
-
label: "has narrower match"
|
174
|
-
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation"
|
175
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
172
|
+
definition: {en: "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."},
|
173
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broadMatch",
|
174
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
175
|
+
label: {en: "has narrower match"},
|
176
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation", "http://www.w3.org/2004/02/skos/core#narrower"],
|
177
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
176
178
|
property :narrower,
|
177
|
-
comment: "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."
|
178
|
-
definition: "Relates a concept to a concept that is more specific in meaning."
|
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."
|
180
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#broader"
|
181
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
182
|
-
label: "has narrower"
|
183
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive"
|
184
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
179
|
+
comment: {en: "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."},
|
180
|
+
definition: {en: "Relates a concept to a concept that is more specific in meaning."},
|
181
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."},
|
182
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broader",
|
183
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
184
|
+
label: {en: "has narrower"},
|
185
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#narrowerTransitive",
|
186
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
185
187
|
property :narrowerTransitive,
|
186
|
-
definition: "skos:narrowerTransitive is a transitive superproperty of skos:narrower."
|
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."
|
188
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive"
|
189
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
190
|
-
label: "has narrower transitive"
|
191
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
192
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
188
|
+
definition: "skos:narrowerTransitive is a transitive superproperty of skos:narrower.",
|
189
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "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."},
|
190
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#broaderTransitive",
|
191
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
192
|
+
label: {en: "has narrower transitive"},
|
193
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
194
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty"]
|
193
195
|
property :notation,
|
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."
|
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."
|
196
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
197
|
-
label: "notation"
|
198
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
196
|
+
definition: {en: "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."},
|
197
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "By convention, skos:notation is used with a typed literal in the object position of the triple."},
|
198
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
199
|
+
label: {en: "notation"},
|
200
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#DatatypeProperty"]
|
199
201
|
property :note,
|
200
|
-
definition: "A general note, for any purpose."
|
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."
|
202
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
203
|
-
label: "note"
|
204
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
202
|
+
definition: {en: "A general note, for any purpose."},
|
203
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "This property may be used directly, or as a super-property for more specific note types."},
|
204
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
205
|
+
label: {en: "note"},
|
206
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
205
207
|
property :prefLabel,
|
206
|
-
comment:
|
207
|
-
definition: "The preferred lexical label for a resource, in a given language."
|
208
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
209
|
-
label: "preferred label"
|
210
|
-
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label"
|
211
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
208
|
+
comment: {en: "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise\n disjoint properties."},
|
209
|
+
definition: {en: "The preferred lexical label for a resource, in a given language."},
|
210
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
211
|
+
label: {en: "preferred label"},
|
212
|
+
subPropertyOf: "http://www.w3.org/2000/01/rdf-schema#label",
|
213
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
212
214
|
property :related,
|
213
|
-
comment: "skos:related is disjoint with skos:broaderTransitive"
|
214
|
-
definition: "Relates a concept to a concept with which there is an associative semantic relationship."
|
215
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
216
|
-
label: "has related"
|
217
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation"
|
218
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
215
|
+
comment: {en: "skos:related is disjoint with skos:broaderTransitive"},
|
216
|
+
definition: {en: "Relates a concept to a concept with which there is an associative semantic relationship."},
|
217
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
218
|
+
label: {en: "has related"},
|
219
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
220
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty"]
|
219
221
|
property :relatedMatch,
|
220
|
-
definition: "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."
|
221
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
222
|
-
label: "has related match"
|
223
|
-
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation"
|
224
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
222
|
+
definition: {en: "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."},
|
223
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
224
|
+
label: {en: "has related match"},
|
225
|
+
subPropertyOf: ["http://www.w3.org/2004/02/skos/core#mappingRelation", "http://www.w3.org/2004/02/skos/core#related"],
|
226
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#SymmetricProperty"]
|
225
227
|
property :scopeNote,
|
226
|
-
definition: "A note that helps to clarify the meaning and/or the use of a concept."
|
227
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
228
|
-
label: "scope note"
|
229
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note"
|
230
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
228
|
+
definition: {en: "A note that helps to clarify the meaning and/or the use of a concept."},
|
229
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
230
|
+
label: {en: "scope note"},
|
231
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#note",
|
232
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty"]
|
231
233
|
property :semanticRelation,
|
232
|
-
definition: "Links a concept to a concept related by meaning."
|
233
|
-
domain: "http://www.w3.org/2004/02/skos/core#Concept"
|
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."
|
235
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
236
|
-
label: "is in semantic relation with"
|
237
|
-
range: "http://www.w3.org/2004/02/skos/core#Concept"
|
238
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
234
|
+
definition: {en: "Links a concept to a concept related by meaning."},
|
235
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept",
|
236
|
+
"http://www.w3.org/2004/02/skos/core#scopeNote": {en: "This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts."},
|
237
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
238
|
+
label: {en: "is in semantic relation with"},
|
239
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept",
|
240
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
239
241
|
property :topConceptOf,
|
240
|
-
definition: "Relates a concept to the concept scheme that it is a top level concept of."
|
241
|
-
domain: "http://www.w3.org/2004/02/skos/core#Concept"
|
242
|
-
inverseOf: "http://www.w3.org/2004/02/skos/core#hasTopConcept"
|
243
|
-
isDefinedBy: "http://www.w3.org/2004/02/skos/core"
|
244
|
-
label: "is top concept in scheme"
|
245
|
-
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme"
|
246
|
-
subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme"
|
247
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
242
|
+
definition: {en: "Relates a concept to the concept scheme that it is a top level concept of."},
|
243
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept",
|
244
|
+
inverseOf: "http://www.w3.org/2004/02/skos/core#hasTopConcept",
|
245
|
+
isDefinedBy: "http://www.w3.org/2004/02/skos/core",
|
246
|
+
label: {en: "is top concept in scheme"},
|
247
|
+
range: "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
248
|
+
subPropertyOf: "http://www.w3.org/2004/02/skos/core#inScheme",
|
249
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
248
250
|
end
|
249
251
|
end
|