Tore Christiansen

Continued clean up of classes

......@@ -564,10 +564,9 @@
.
:Criticality
rdf:type owl:Class ;
rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:comment "A System Condition that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
rdfs:label "Criticality"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
.
:CurrentScheduleForPlan
......@@ -1288,10 +1287,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:Priority
rdf:type owl:Class ;
rdfs:comment "A Single Property Dimension that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ;
rdfs:comment "A System Condition that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ;
rdfs:label "Priority"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
.
:Production
rdf:type :DrillingProjectType ;
......@@ -1494,9 +1492,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:ResourceSet
rdf:type owl:Class ;
:shouldHaveID "true" ;
rdfs:comment "A Function that is a collection of Resources."^^xsd:string ;
rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ;
rdfs:label "Resource Set"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -1516,13 +1514,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
owl:onProperty :hasName ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ResourceValue
rdf:type owl:Class ;
rdfs:comment "A Value for a Resource."^^xsd:string ;
rdfs:comment "A Value An amount that is a calculated/decided amount (quantity) of a Resource."^^xsd:string ;
rdfs:label "Resource value"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
rdfs:subClassOf owl:Thing ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ;
.
:Responsible
rdf:type owl:Class ;
......@@ -1553,10 +1553,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:RiskFactor
rdf:type owl:Class ;
rdfs:comment "A Factor that indicates the probability or threat of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ;
rdfs:comment "A System Condition that indicates the probability or threat of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ;
rdfs:label "Risk factor"^^xsd:string ;
rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356264> ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf :SystemCondition ;
.
:SF
rdf:type owl:Class ;
......