Tore Christiansen

added new property to support the objects of field definitions

...@@ -529,8 +529,8 @@ ...@@ -529,8 +529,8 @@
529 rdfs:subClassOf [ 529 rdfs:subClassOf [
530 rdf:type owl:Restriction ; 530 rdf:type owl:Restriction ;
531 :shouldUseRef "true"^^xsd:boolean ; 531 :shouldUseRef "true"^^xsd:boolean ;
532 - owl:onDataRange :CompletelyFreeFieldDefinition ; 532 + owl:onClass :CompletelyFreeFieldDefinition ;
533 - owl:onProperty :hasFieldName ; 533 + owl:onProperty :hasFieldReference ;
534 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 534 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
535 ] ; 535 ] ;
536 rdfs:subClassOf [ 536 rdfs:subClassOf [
...@@ -2758,6 +2758,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2758,6 +2758,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2758 rdfs:comment "A property that gives the (data) field name associated with a planning object."^^xsd:string ; 2758 rdfs:comment "A property that gives the (data) field name associated with a planning object."^^xsd:string ;
2759 rdfs:label "has Field Name"^^xsd:string ; 2759 rdfs:label "has Field Name"^^xsd:string ;
2760 . 2760 .
2761 +:hasFieldReference
2762 + rdf:type owl:ObjectProperty ;
2763 + rdfs:label "has field reference"^^xsd:string ;
2764 +.
2761 :hasFieldValue 2765 :hasFieldValue
2762 rdf:type owl:DatatypeProperty ; 2766 rdf:type owl:DatatypeProperty ;
2763 rdfs:comment "A property that gives the (data) field value associated with a planning object."^^xsd:string ; 2767 rdfs:comment "A property that gives the (data) field value associated with a planning object."^^xsd:string ;
......