Showing
1 changed file
with
16 additions
and
3 deletions
... | @@ -668,6 +668,11 @@ | ... | @@ -668,6 +668,11 @@ |
668 | rdfs:label "Class of result"^^xsd:string ; | 668 | rdfs:label "Class of result"^^xsd:string ; |
669 | rdfs:subClassOf owl:Class ; | 669 | rdfs:subClassOf owl:Class ; |
670 | . | 670 | . |
671 | +:ClassOfStaffTime | ||
672 | + rdf:type rdfs:Class ; | ||
673 | + rdfs:label "Class of staff time"^^xsd:string ; | ||
674 | + rdfs:subClassOf :ClassOfActivity ; | ||
675 | +. | ||
671 | :ClosingDown | 676 | :ClosingDown |
672 | rdf:type :ShutdownPhase ; | 677 | rdf:type :ShutdownPhase ; |
673 | rdfs:label "Closing down"^^xsd:string ; | 678 | rdfs:label "Closing down"^^xsd:string ; |
... | @@ -930,10 +935,9 @@ | ... | @@ -930,10 +935,9 @@ |
930 | . | 935 | . |
931 | :Discipline | 936 | :Discipline |
932 | rdf:type owl:Class ; | 937 | rdf:type owl:Class ; |
933 | - rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; | 938 | + rdfs:comment "A Class of StaffTime that involves the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; |
934 | rdfs:label "Discipline"^^xsd:string ; | 939 | rdfs:label "Discipline"^^xsd:string ; |
935 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS282149> ; | 940 | + rdfs:subClassOf :ClassOfStaffTime ; |
936 | - rdfs:subClassOf owl:Thing ; | ||
937 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; | 941 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; |
938 | . | 942 | . |
939 | :DrillCrew | 943 | :DrillCrew |
... | @@ -2406,6 +2410,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2406,6 +2410,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2406 | rdfs:label "Shutdown Type"^^xsd:string ; | 2410 | rdfs:label "Shutdown Type"^^xsd:string ; |
2407 | rdfs:subClassOf :SystemDescriptor ; | 2411 | rdfs:subClassOf :SystemDescriptor ; |
2408 | . | 2412 | . |
2413 | +:StaffTime | ||
2414 | + rdf:type owl:Class ; | ||
2415 | + rdfs:label "Staff time"^^xsd:string ; | ||
2416 | + rdfs:subClassOf :Activity ; | ||
2417 | +. | ||
2409 | :StartMilestone | 2418 | :StartMilestone |
2410 | rdf:type :MilestoneType ; | 2419 | rdf:type :MilestoneType ; |
2411 | rdfs:label "Start milestone"^^xsd:string ; | 2420 | rdfs:label "Start milestone"^^xsd:string ; |
... | @@ -3606,8 +3615,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3606,8 +3615,12 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3606 | rdfs:subClassOf :Resource ; | 3615 | rdfs:subClassOf :Resource ; |
3607 | . | 3616 | . |
3608 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> | 3617 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> |
3618 | + rdf:type :Discipline ; | ||
3609 | rdfs:subClassOf :Resource ; | 3619 | rdfs:subClassOf :Resource ; |
3610 | . | 3620 | . |
3621 | +<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_KA> | ||
3622 | + rdf:type :Discipline ; | ||
3623 | +. | ||
3611 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L> | 3624 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_L> |
3612 | rdfs:subClassOf :Resource ; | 3625 | rdfs:subClassOf :Resource ; |
3613 | . | 3626 | . | ... | ... |
-
Please register or login to post a comment