Håvard M. Ottestad

Added support for o-fields for Safran - backporting from 2.5

......@@ -1496,12 +1496,26 @@ xsd:time rdf:type rdfs:Datatype .
.
:subValueOf
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Free Field Value and another free Field (sub) Value."^^xsd:string ;
rdfs:label "sub Value of"^^xsd:string ;
.
### http://data.posccaesar.org/ilap/FreeFieldValue
:FreeFieldValue rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
rdfs:subClassOf
[
rdf:type owl:Restriction ;
:shouldUseRef "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :FreeFieldValue ;
owl:onProperty :subValueOf ;
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasShort ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:anyType
......