Showing
1 changed file
with
10 additions
and
0 deletions
| ... | @@ -47,6 +47,7 @@ | ... | @@ -47,6 +47,7 @@ |
| 47 | rdf:type :ActivityInPlan ; | 47 | rdf:type :ActivityInPlan ; |
| 48 | rdf:type owl:Class ; | 48 | rdf:type owl:Class ; |
| 49 | :hasRiskFactorForPlan :HeightWork ; | 49 | :hasRiskFactorForPlan :HeightWork ; |
| 50 | + :hasSpecifiedUserField :SpecifiedUserfieldForActivity101inPlanVersion2forProjectP ; | ||
| 50 | rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ; | 51 | rdfs:label "Activity 101 in plan version 2 for project P"^^xsd:string ; |
| 51 | rdfs:subClassOf :Activity ; | 52 | rdfs:subClassOf :Activity ; |
| 52 | . | 53 | . |
| ... | @@ -1803,6 +1804,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1803,6 +1804,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 1803 | rdfs:label "Point in space"^^xsd:string ; | 1804 | rdfs:label "Point in space"^^xsd:string ; |
| 1804 | rdfs:subClassOf :PossibleIndividual ; | 1805 | rdfs:subClassOf :PossibleIndividual ; |
| 1805 | . | 1806 | . |
| 1807 | +:PolarSupplier | ||
| 1808 | + rdf:type :Vessel ; | ||
| 1809 | + rdfs:comment "A Vessel that is owned by Polar and used as supply ship"^^xsd:string ; | ||
| 1810 | + rdfs:label "Polar Supplier"^^xsd:string ; | ||
| 1811 | +. | ||
| 1806 | :PossibleIndividual | 1812 | :PossibleIndividual |
| 1807 | rdf:type owl:Class ; | 1813 | rdf:type owl:Class ; |
| 1808 | rdfs:label "Possible individual"^^xsd:string ; | 1814 | rdfs:label "Possible individual"^^xsd:string ; |
| ... | @@ -2472,6 +2478,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2472,6 +2478,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2472 | rdfs:subClassOf :ClassOfResource ; | 2478 | rdfs:subClassOf :ClassOfResource ; |
| 2473 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; | 2479 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; |
| 2474 | . | 2480 | . |
| 2481 | +:SpecifiedUserfieldForActivity101inPlanVersion2forProjectP | ||
| 2482 | + rdf:type userfield:SpecifiedUserField ; | ||
| 2483 | + userfield:hasVessel :PolarSupplier ; | ||
| 2484 | +. | ||
| 2475 | :StaffTime | 2485 | :StaffTime |
| 2476 | rdf:type owl:Class ; | 2486 | rdf:type owl:Class ; |
| 2477 | rdfs:label "Staff time"^^xsd:string ; | 2487 | rdfs:label "Staff time"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment