Tore Christiansen

One more push after pulling latest updates from GIT

Showing 51 changed files with 13 additions and 13 deletions
......@@ -351,7 +351,12 @@
owl:onDataRange xsd:decimal ;
owl:onProperty :hasWorkVolume ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:integer ;
owl:onProperty :hasPercentageComplete ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
......@@ -456,6 +461,13 @@
rdfs:label "Activity that involves shallow gas operation"^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActivityThatInvolvesUtilityConstraints
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:comment "An ActivityWithRisk that involves utility constraints."^^xsd:string ;
rdfs:label "Activity that involves utility constraints"^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActivityThatInvolvesVesselOperation
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
......@@ -550,12 +562,6 @@
rdfs:label "Activity with Risk"^^xsd:string ;
rdfs:subClassOf :Activity ;
.
:ActivityWithUtilityConstraints
rdf:type :ActivityRiskFactor ;
rdf:type owl:Class ;
rdfs:label "An ActivityWithRisk with utility constraints."^^xsd:string ;
rdfs:subClassOf :ActivityWithRisk ;
.
:ActorInPlan
rdf:type owl:Class ;
rdfs:comment "A ClassOfPerson and ClassOfOrganization that takes part in carrying out the Plan."^^xsd:string ;
......@@ -2872,12 +2878,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:onProperty :partOfSchedule ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasPercentageComplete ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......