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.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab/acl.rb +91 -89
  5. data/lib/rdf/vocab/as.rb +624 -622
  6. data/lib/rdf/vocab/bf2.rb +2241 -2239
  7. data/lib/rdf/vocab/bibframe.rb +2241 -2239
  8. data/lib/rdf/vocab/bibo.rb +943 -941
  9. data/lib/rdf/vocab/cc.rb +102 -100
  10. data/lib/rdf/vocab/cert.rb +107 -105
  11. data/lib/rdf/vocab/cnt.rb +92 -90
  12. data/lib/rdf/vocab/crm.rb +1793 -1791
  13. data/lib/rdf/vocab/datacite.rb +261 -263
  14. data/lib/rdf/vocab/dbo.rb +4307 -4305
  15. data/lib/rdf/vocab/dc.rb +665 -663
  16. data/lib/rdf/vocab/dc11.rb +109 -107
  17. data/lib/rdf/vocab/dcat.rb +373 -356
  18. data/lib/rdf/vocab/dcmitype.rb +91 -89
  19. data/lib/rdf/vocab/disco.rb +348 -346
  20. data/lib/rdf/vocab/doap.rb +304 -302
  21. data/lib/rdf/vocab/dwc.rb +2244 -2242
  22. data/lib/rdf/vocab/earl.rb +146 -144
  23. data/lib/rdf/vocab/ebucore.rb +4945 -4941
  24. data/lib/rdf/vocab/edm.rb +310 -308
  25. data/lib/rdf/vocab/exif.rb +777 -775
  26. data/lib/rdf/vocab/extensions.rb +2 -2
  27. data/lib/rdf/vocab/fcrepo4.rb +307 -305
  28. data/lib/rdf/vocab/foaf.rb +525 -523
  29. data/lib/rdf/vocab/geo.rb +34 -32
  30. data/lib/rdf/vocab/geojson.rb +66 -64
  31. data/lib/rdf/vocab/geonames.rb +3656 -3654
  32. data/lib/rdf/vocab/gr.rb +1204 -1202
  33. data/lib/rdf/vocab/gs1.rb +5881 -5879
  34. data/lib/rdf/vocab/ht.rb +194 -192
  35. data/lib/rdf/vocab/hydra.rb +439 -437
  36. data/lib/rdf/vocab/iana.rb +215 -213
  37. data/lib/rdf/vocab/ical.rb +726 -724
  38. data/lib/rdf/vocab/identifiers.rb +219 -217
  39. data/lib/rdf/vocab/iiif.rb +132 -130
  40. data/lib/rdf/vocab/jsonld.rb +205 -203
  41. data/lib/rdf/vocab/ldp.rb +193 -191
  42. data/lib/rdf/vocab/lrmi.rb +188 -186
  43. data/lib/rdf/vocab/ma.rb +318 -316
  44. data/lib/rdf/vocab/mads.rb +670 -668
  45. data/lib/rdf/vocab/marcrelators.rb +543 -541
  46. data/lib/rdf/vocab/mo.rb +1823 -1821
  47. data/lib/rdf/vocab/mods.rb +636 -634
  48. data/lib/rdf/vocab/nfo.rb +482 -480
  49. data/lib/rdf/vocab/oa.rb +333 -331
  50. data/lib/rdf/vocab/og.rb +198 -196
  51. data/lib/rdf/vocab/ogc.rb +43 -41
  52. data/lib/rdf/vocab/ore.rb +79 -77
  53. data/lib/rdf/vocab/org.rb +322 -320
  54. data/lib/rdf/vocab/pcdm.rb +73 -71
  55. data/lib/rdf/vocab/pplan.rb +97 -95
  56. data/lib/rdf/vocab/premis.rb +903 -901
  57. data/lib/rdf/vocab/premiseventtype.rb +143 -141
  58. data/lib/rdf/vocab/prov.rb +1360 -1358
  59. data/lib/rdf/vocab/ptr.rb +147 -145
  60. data/lib/rdf/vocab/rdau.rb +9447 -9438
  61. data/lib/rdf/vocab/rightsstatements.rb +123 -121
  62. data/lib/rdf/vocab/rsa.rb +44 -42
  63. data/lib/rdf/vocab/rss.rb +46 -44
  64. data/lib/rdf/vocab/schema.rb +14700 -14698
  65. data/lib/rdf/vocab/schemas.rb +14700 -14698
  66. data/lib/rdf/vocab/sd.rb +165 -163
  67. data/lib/rdf/vocab/sh.rb +1096 -1094
  68. data/lib/rdf/vocab/sioc.rb +615 -613
  69. data/lib/rdf/vocab/siocservices.rb +49 -47
  70. data/lib/rdf/vocab/sioctypes.rb +224 -222
  71. data/lib/rdf/vocab/skos.rb +202 -200
  72. data/lib/rdf/vocab/skosxl.rb +51 -49
  73. data/lib/rdf/vocab/v.rb +233 -231
  74. data/lib/rdf/vocab/vcard.rb +776 -774
  75. data/lib/rdf/vocab/vmd.rb +233 -231
  76. data/lib/rdf/vocab/void.rb +145 -143
  77. data/lib/rdf/vocab/vs.rb +27 -25
  78. data/lib/rdf/vocab/wdrs.rb +112 -110
  79. data/lib/rdf/vocab/wot.rb +135 -133
  80. data/lib/rdf/vocab/xhtml.rb +4 -2
  81. data/lib/rdf/vocab/xhv.rb +208 -206
  82. data/lib/rdf/vocab/xkos.rb +220 -218
  83. data/lib/rdf/vocab.rb +2 -0
  84. metadata +14 -3
@@ -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".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
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.".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,
22
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
23
- label: "Collection".freeze,
24
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".freeze,
27
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
28
- label: "Concept".freeze,
29
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
35
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
36
- label: "Concept Scheme".freeze,
37
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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.".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,
41
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
42
- label: "Ordered Collection".freeze,
43
- subClassOf: "http://www.w3.org/2004/02/skos/core#Collection".freeze,
44
- type: "http://www.w3.org/2002/07/owl#Class".freeze
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: ["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],
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,
51
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
52
- label: "alternative label".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]
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.".freeze,
57
- inverseOf: "http://www.w3.org/2004/02/skos/core#narrowMatch".freeze,
58
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
59
- label: "has broader match".freeze,
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]
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).".freeze,
64
- definition: "Relates a concept to a concept that is more general in meaning.".freeze,
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,
67
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
68
- label: "has broader".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]
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.".freeze,
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,
75
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
76
- label: "has broader transitive".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]
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.".freeze,
81
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
82
- label: "change note".freeze,
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]
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.".freeze,
87
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
88
- label: "has close match".freeze,
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]
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.".freeze,
93
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
94
- label: "definition".freeze,
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]
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.".freeze,
99
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
100
- label: "editorial note".freeze,
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]
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.".freeze,
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,
106
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
107
- label: "has exact match".freeze,
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]
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.".freeze,
112
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
113
- label: "example".freeze,
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]
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.".freeze,
118
- domain: "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze,
119
- inverseOf: "http://www.w3.org/2004/02/skos/core#topConceptOf".freeze,
120
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
121
- label: "has top concept".freeze,
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]
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: ["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],
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,
127
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
128
- label: "hidden label".freeze,
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]
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.".freeze,
133
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
134
- label: "history note".freeze,
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]
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.".freeze,
139
- "http://www.w3.org/2004/02/skos/core#scopeNote": "A concept may be a member of more than one concept scheme.".freeze,
140
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
141
- label: "is in scheme".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]
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.".freeze,
146
- definition: "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings".freeze,
147
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
148
- label: "is in mapping relation with".freeze,
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]
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.".freeze,
153
- domain: "http://www.w3.org/2004/02/skos/core#Collection".freeze,
154
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
155
- label: "has member".freeze,
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".freeze,
158
- unionOf: list("http://www.w3.org/2004/02/skos/core#Concept".freeze, "http://www.w3.org/2004/02/skos/core#Collection".freeze)
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".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
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.".freeze,
163
- definition: "Relates an ordered collection to the RDF list containing its members.".freeze,
164
- domain: "http://www.w3.org/2004/02/skos/core#OrderedCollection".freeze,
165
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
166
- label: "has member list".freeze,
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]
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.".freeze,
171
- inverseOf: "http://www.w3.org/2004/02/skos/core#broadMatch".freeze,
172
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
173
- label: "has narrower match".freeze,
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]
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).".freeze,
178
- definition: "Relates a concept to a concept that is more specific in meaning.".freeze,
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,
181
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
182
- label: "has narrower".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]
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.".freeze,
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,
189
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
190
- label: "has narrower transitive".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]
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.".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,
196
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
197
- label: "notation".freeze,
198
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
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.".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,
202
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
203
- label: "note".freeze,
204
- type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#AnnotationProperty".freeze]
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: ["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],
207
- definition: "The preferred lexical label for a resource, in a given language.".freeze,
208
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
209
- label: "preferred label".freeze,
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]
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".freeze,
214
- definition: "Relates a concept to a concept with which there is an associative semantic relationship.".freeze,
215
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
216
- label: "has related".freeze,
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]
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.".freeze,
221
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
222
- label: "has related match".freeze,
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]
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.".freeze,
227
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
228
- label: "scope note".freeze,
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]
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.".freeze,
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,
235
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
236
- label: "is in semantic relation with".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]
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.".freeze,
241
- domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
242
- inverseOf: "http://www.w3.org/2004/02/skos/core#hasTopConcept".freeze,
243
- isDefinedBy: "http://www.w3.org/2004/02/skos/core".freeze,
244
- label: "is top concept in scheme".freeze,
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]
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