Tore Christiansen

Continued clean up of classes

...@@ -564,10 +564,9 @@ ...@@ -564,10 +564,9 @@
564 . 564 .
565 :Criticality 565 :Criticality
566 rdf:type owl:Class ; 566 rdf:type owl:Class ;
567 - rdfs:comment "A Single Property Dimension that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; 567 + rdfs:comment "A System Condition that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ;
568 rdfs:label "Criticality"^^xsd:string ; 568 rdfs:label "Criticality"^^xsd:string ;
569 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 569 + rdfs:subClassOf :SystemCondition ;
570 - rdfs:subClassOf owl:Thing ;
571 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; 570 owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ;
572 . 571 .
573 :CurrentScheduleForPlan 572 :CurrentScheduleForPlan
...@@ -1288,10 +1287,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1288,10 +1287,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1288 . 1287 .
1289 :Priority 1288 :Priority
1290 rdf:type owl:Class ; 1289 rdf:type owl:Class ;
1291 - rdfs:comment "A Single Property Dimension that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ; 1290 + rdfs:comment "A System Condition that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ;
1292 rdfs:label "Priority"^^xsd:string ; 1291 rdfs:label "Priority"^^xsd:string ;
1293 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 1292 + rdfs:subClassOf :SystemCondition ;
1294 - rdfs:subClassOf owl:Thing ;
1295 . 1293 .
1296 :Production 1294 :Production
1297 rdf:type :DrillingProjectType ; 1295 rdf:type :DrillingProjectType ;
...@@ -1494,9 +1492,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1494,9 +1492,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1494 :ResourceSet 1492 :ResourceSet
1495 rdf:type owl:Class ; 1493 rdf:type owl:Class ;
1496 :shouldHaveID "true" ; 1494 :shouldHaveID "true" ;
1497 - rdfs:comment "A Function that is a collection of Resources."^^xsd:string ; 1495 + rdfs:comment "A Physical Object that is a collection of Resources."^^xsd:string ;
1498 rdfs:label "Resource Set"^^xsd:string ; 1496 rdfs:label "Resource Set"^^xsd:string ;
1499 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS47466170192> ; 1497 + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS4326435842> ;
1500 rdfs:subClassOf owl:Thing ; 1498 rdfs:subClassOf owl:Thing ;
1501 rdfs:subClassOf [ 1499 rdfs:subClassOf [
1502 rdf:type owl:Restriction ; 1500 rdf:type owl:Restriction ;
...@@ -1516,13 +1514,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1516,13 +1514,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1516 owl:onProperty :hasName ; 1514 owl:onProperty :hasName ;
1517 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 1515 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
1518 ] ; 1516 ] ;
1517 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
1519 . 1518 .
1520 :ResourceValue 1519 :ResourceValue
1521 rdf:type owl:Class ; 1520 rdf:type owl:Class ;
1522 - rdfs:comment "A Value for a Resource."^^xsd:string ; 1521 + rdfs:comment "A Value An amount that is a calculated/decided amount (quantity) of a Resource."^^xsd:string ;
1523 rdfs:label "Resource value"^^xsd:string ; 1522 rdfs:label "Resource value"^^xsd:string ;
1524 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; 1523 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ;
1525 rdfs:subClassOf owl:Thing ; 1524 rdfs:subClassOf owl:Thing ;
1525 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS409510451> ;
1526 . 1526 .
1527 :Responsible 1527 :Responsible
1528 rdf:type owl:Class ; 1528 rdf:type owl:Class ;
...@@ -1553,10 +1553,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -1553,10 +1553,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
1553 . 1553 .
1554 :RiskFactor 1554 :RiskFactor
1555 rdf:type owl:Class ; 1555 rdf:type owl:Class ;
1556 - 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 ; 1556 + 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 ;
1557 rdfs:label "Risk factor"^^xsd:string ; 1557 rdfs:label "Risk factor"^^xsd:string ;
1558 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS356264> ; 1558 + rdfs:subClassOf :SystemCondition ;
1559 - rdfs:subClassOf owl:Thing ;
1560 . 1559 .
1561 :SF 1560 :SF
1562 rdf:type owl:Class ; 1561 rdf:type owl:Class ;
......