Håvard M. Ottestad

finished fixing any URI

......@@ -313,6 +313,7 @@
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ShutdownPlan ;
owl:onProperty :hasShutdownPlan ;
......@@ -2225,6 +2226,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :WellInformationPlanType ;
owl:onProperty :hasLocationOfWelInformation ;
......
......@@ -874,12 +874,14 @@ ilap:shouldUseAnyUri
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:Facility ;
owl:onProperty :hasPlant ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ilap:PersonOrOrganization ;
owl:onProperty :hasContractor ;
......