Tore Christiansen

Update User Defined individuals

......@@ -1537,7 +1537,7 @@ ilap:shouldUseAnyUri
.
:hasVessel
rdf:type owl:ObjectProperty ;
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 ;
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 ;
rdfs:label "has Vessel"^^xsd:string ;
.
:hasVesselType
......
......@@ -1810,11 +1810,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "Point in space"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
.
:PolarSupplier
rdf:type :Vessel ;
rdfs:comment "A Vessel that is owned by Polar and used as supply ship"^^xsd:string ;
rdfs:label "Polar Supplier"^^xsd:string ;
.
:PossibleIndividual
rdf:type owl:Class ;
rdfs:label "Possible individual"^^xsd:string ;
......