lib/rdf/vocab/skosxl.rb in rdf-vocab-3.1.7 vs lib/rdf/vocab/skosxl.rb in rdf-vocab-3.1.8
- old
+ new
@@ -48,11 +48,11 @@
"rdfs:seeAlso": "http://www.w3.org/2008/05/skos".freeze,
type: "owl:Ontology".freeze
# Class definitions
term :Label,
- definition: %(A special class of lexical entities.).freeze,
+ definition: "A special class of lexical entities.".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "Label".freeze,
"owl:disjointWith": ["skos:Collection".freeze, "skos:Concept".freeze, "skos:ConceptScheme".freeze],
subClassOf: term(
cardinality: "1".freeze,
@@ -61,42 +61,42 @@
),
type: "owl:Class".freeze
# Property definitions
property :altLabel,
- comment: %(If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.).freeze,
- definition: %(The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel.).freeze,
+ comment: "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V.".freeze,
+ definition: "The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel.".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "alternative label".freeze,
range: "skosxl:Label".freeze,
"rdfs:seeAlso": "skos:altLabel".freeze,
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
property :hiddenLabel,
- comment: %(If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.).freeze,
- definition: %(The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel.).freeze,
+ comment: "If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V.".freeze,
+ definition: "The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel.".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "hidden label".freeze,
range: "skosxl:Label".freeze,
"rdfs:seeAlso": "skos:hiddenLabel".freeze,
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
property :labelRelation,
- definition: %(The property skosxl:labelRelation is used for representing binary \('direct'\) relations between instances of the class skosxl:Label.).freeze,
+ definition: "The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label.".freeze,
domain: "skosxl:Label".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "label relation".freeze,
range: "skosxl:Label".freeze,
"skos:scopeNote": "skosxl:labelRelation is not intended to be used directly, but rather as the basis for a design pattern which can be refined for more specific labeling scenarios.".freeze,
type: ["owl:ObjectProperty".freeze, "owl:SymmetricProperty".freeze, "rdf:Property".freeze]
property :literalForm,
- comment: [%(If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.).freeze, %(The range of skosxl:literalForm is the class of RDF plain literals.).freeze],
- definition: %(The property skosxl:literalForm is used to give the literal form of an skosxl:Label.).freeze,
+ comment: ["If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource.".freeze, "The range of skosxl:literalForm is the class of RDF plain literals.".freeze],
+ definition: "The property skosxl:literalForm is used to give the literal form of an skosxl:Label.".freeze,
domain: "skosxl:Label".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "literal form".freeze,
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
property :prefLabel,
- comment: %(If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.).freeze,
- definition: %(The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel.).freeze,
+ comment: "If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V.".freeze,
+ definition: "The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel.".freeze,
isDefinedBy: "http://www.w3.org/2008/05/skos-xl".freeze,
label: "preferred label".freeze,
range: "skosxl:Label".freeze,
"rdfs:seeAlso": "skos:prefLabel".freeze,
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]