Tore Christiansen

Update User Defined individuals

...@@ -1537,7 +1537,7 @@ ilap:shouldUseAnyUri ...@@ -1537,7 +1537,7 @@ ilap:shouldUseAnyUri
1537 . 1537 .
1538 :hasVessel 1538 :hasVessel
1539 rdf:type owl:ObjectProperty ; 1539 rdf:type owl:ObjectProperty ;
1540 - rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application-specific vessel variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ; 1540 + rdfs:comment "A relationship between an instance of Specified User Field and the instance of Free Field that holds the user defined name and value this application specific vessel variable, through instances of the hasFieldName property and hasValue relationship."^^xsd:string ;
1541 rdfs:label "has Vessel"^^xsd:string ; 1541 rdfs:label "has Vessel"^^xsd:string ;
1542 . 1542 .
1543 :hasVesselType 1543 :hasVesselType
......
...@@ -1810,11 +1810,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1810,11 +1810,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1810 rdfs:label "Point in space"^^xsd:string ; 1810 rdfs:label "Point in space"^^xsd:string ;
1811 rdfs:subClassOf :PossibleIndividual ; 1811 rdfs:subClassOf :PossibleIndividual ;
1812 . 1812 .
1813 -:PolarSupplier
1814 - rdf:type :Vessel ;
1815 - rdfs:comment "A Vessel that is owned by Polar and used as supply ship"^^xsd:string ;
1816 - rdfs:label "Polar Supplier"^^xsd:string ;
1817 -.
1818 :PossibleIndividual 1813 :PossibleIndividual
1819 rdf:type owl:Class ; 1814 rdf:type owl:Class ;
1820 rdfs:label "Possible individual"^^xsd:string ; 1815 rdfs:label "Possible individual"^^xsd:string ;
......