lib/rdf/vocab/skosxl.rb in rdf-vocab-3.0.0 vs lib/rdf/vocab/skosxl.rb in rdf-vocab-3.0.1
- old
+ new
@@ -24,12 +24,12 @@
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(
- type: "owl:Restriction".freeze,
cardinality: "1".freeze,
- onProperty: "skosxl:literalForm".freeze
+ onProperty: "skosxl:literalForm".freeze,
+ type: "owl:Restriction".freeze
),
type: "owl:Class".freeze
# Property definitions
property :altLabel,