Tore Christiansen

Minor update of spelling, label and comment for a couple of classes

...@@ -652,7 +652,7 @@ ...@@ -652,7 +652,7 @@
652 ] ; 652 ] ;
653 rdfs:subClassOf [ 653 rdfs:subClassOf [
654 rdf:type owl:Restriction ; 654 rdf:type owl:Restriction ;
655 - owl:onClass :IlapPeriod ; 655 + owl:onClass :ILAPperiod ;
656 owl:onProperty :hasPeriod ; 656 owl:onProperty :hasPeriod ;
657 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; 657 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
658 ] ; 658 ] ;
...@@ -947,7 +947,7 @@ ...@@ -947,7 +947,7 @@
947 rdf:type owl:Class ; 947 rdf:type owl:Class ;
948 rdfs:comment "A Period that is repeated every day."^^xsd:string ; 948 rdfs:comment "A Period that is repeated every day."^^xsd:string ;
949 rdfs:label "Daily Repeat Period"^^xsd:string ; 949 rdfs:label "Daily Repeat Period"^^xsd:string ;
950 - rdfs:subClassOf :IlapPeriod ; 950 + rdfs:subClassOf :ILAPperiod ;
951 . 951 .
952 :Data 952 :Data
953 rdf:type owl:Class ; 953 rdf:type owl:Class ;
...@@ -1317,10 +1317,10 @@ ...@@ -1317,10 +1317,10 @@
1317 rdfs:label "Hot work"^^xsd:string ; 1317 rdfs:label "Hot work"^^xsd:string ;
1318 rdfs:subClassOf :Activity ; 1318 rdfs:subClassOf :Activity ;
1319 . 1319 .
1320 -:IlapPeriod 1320 +:ILAPperiod
1321 rdf:type owl:Class ; 1321 rdf:type owl:Class ;
1322 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ; 1322 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ;
1323 - rdfs:label "Work or Free Period"^^xsd:string ; 1323 + rdfs:label "ILAP Period"^^xsd:string ;
1324 rdfs:subClassOf :PeriodInTime ; 1324 rdfs:subClassOf :PeriodInTime ;
1325 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; 1325 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ;
1326 rdfs:subClassOf [ 1326 rdfs:subClassOf [
...@@ -1459,6 +1459,8 @@ ...@@ -1459,6 +1459,8 @@
1459 . 1459 .
1460 :MaterialOrderStatusValue 1460 :MaterialOrderStatusValue
1461 rdf:type owl:Class ; 1461 rdf:type owl:Class ;
1462 + rdfs:comment "A Possible Individual that is the value of material order status"^^xsd:string ;
1463 + rdfs:label "Material Order Status Value"^^xsd:string ;
1462 rdfs:subClassOf :PossibleIndividual ; 1464 rdfs:subClassOf :PossibleIndividual ;
1463 . 1465 .
1464 :MediumCriticalityActivity 1466 :MediumCriticalityActivity
...@@ -1507,7 +1509,7 @@ ...@@ -1507,7 +1509,7 @@
1507 rdf:type owl:Class ; 1509 rdf:type owl:Class ;
1508 rdfs:comment "A Period that is not repeated."^^xsd:string ; 1510 rdfs:comment "A Period that is not repeated."^^xsd:string ;
1509 rdfs:label "No Repeat Period"^^xsd:string ; 1511 rdfs:label "No Repeat Period"^^xsd:string ;
1510 - rdfs:subClassOf :IlapPeriod ; 1512 + rdfs:subClassOf :ILAPperiod ;
1511 . 1513 .
1512 :NonScheduledShutdown 1514 :NonScheduledShutdown
1513 rdf:type :ShutdownType ; 1515 rdf:type :ShutdownType ;
...@@ -1533,6 +1535,7 @@ ...@@ -1533,6 +1535,7 @@
1533 . 1535 .
1534 :OperationStatusValue 1536 :OperationStatusValue
1535 rdf:type owl:Class ; 1537 rdf:type owl:Class ;
1538 + rdfs:label "Operation Status Value"^^xsd:string ;
1536 rdfs:subClassOf :PossibleIndividual ; 1539 rdfs:subClassOf :PossibleIndividual ;
1537 . 1540 .
1538 :OperationalWorkCenter 1541 :OperationalWorkCenter
...@@ -2732,7 +2735,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2732,7 +2735,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2732 rdf:type owl:Class ; 2735 rdf:type owl:Class ;
2733 rdfs:comment "A Period that is repeated every week."^^xsd:string ; 2736 rdfs:comment "A Period that is repeated every week."^^xsd:string ;
2734 rdfs:label "Weekly Repeat Period"^^xsd:string ; 2737 rdfs:label "Weekly Repeat Period"^^xsd:string ;
2735 - rdfs:subClassOf :IlapPeriod ; 2738 + rdfs:subClassOf :ILAPperiod ;
2736 rdfs:subClassOf [ 2739 rdfs:subClassOf [
2737 rdf:type owl:Restriction ; 2740 rdf:type owl:Restriction ;
2738 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 2741 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......