Tore Christiansen

Added hierarchical datatype property

...@@ -1287,6 +1287,12 @@ ...@@ -1287,6 +1287,12 @@
1287 ] ; 1287 ] ;
1288 rdfs:subClassOf [ 1288 rdfs:subClassOf [
1289 rdf:type owl:Restriction ; 1289 rdf:type owl:Restriction ;
1290 + owl:onDataRange xsd:boolean ;
1291 + owl:onProperty :hierarchical ;
1292 + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1293 + ] ;
1294 + rdfs:subClassOf [
1295 + rdf:type owl:Restriction ;
1290 owl:onDataRange xsd:string ; 1296 owl:onDataRange xsd:string ;
1291 owl:onProperty :hasFieldName ; 1297 owl:onProperty :hasFieldName ;
1292 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1298 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
...@@ -4025,6 +4031,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -4025,6 +4031,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
4025 rdfs:comment "A property that gives the Z coordinate of a planning object."^^xsd:string ; 4031 rdfs:comment "A property that gives the Z coordinate of a planning object."^^xsd:string ;
4026 rdfs:label "has z"^^xsd:string ; 4032 rdfs:label "has z"^^xsd:string ;
4027 . 4033 .
4034 +:hierarchical
4035 + rdf:type owl:DatatypeProperty ;
4036 + rdfs:comment "A property that toggles a Free Field as supporting the subvalue of Tag (i.e., supporting outline codes in Safran, or not)."^^xsd:string ;
4037 + rdfs:label "hierarchical"^^xsd:string ;
4038 +.
4028 :identifiedByLiteral 4039 :identifiedByLiteral
4029 rdf:type owl:DatatypeProperty ; 4040 rdf:type owl:DatatypeProperty ;
4030 rdfs:domain owl:Thing ; 4041 rdfs:domain owl:Thing ;
......