Tore Christiansen

changed resource

1 # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/ 1 # baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
2 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
3 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
4 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
5 2
6 # c14n-version: 3 3 # c14n-version: 3
7 @prefix : <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> . 4 @prefix : <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> .
...@@ -21,9 +18,6 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N ...@@ -21,9 +18,6 @@ The SCCS was originally developed in 1989 by the three Norwegian oil companies N
21 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data. 18 The SCCS is designed to provide a uniform coding basis for the estimate preparation and to serve as a standard for collecting/collating historical data.
22 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ; 19 This NORSOK standard has been developed on basis of the SCCS to update, improve and simplify previous edition no. 2 of the system from 1992 and to open for ownership, input and support from the entire Norwegian petroleum industry. NPD’s ‘Veiledning til PUD/PAD’, states that cost reporting should be coded according to SCCS."""^^xsd:string ;
23 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ; 20 rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
24 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
25 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
26 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
28 . 22 .
29 SCCS_DO_NOT_USE_THIS_NAMESPACE:COR_A 23 SCCS_DO_NOT_USE_THIS_NAMESPACE:COR_A
......
1 # baseURI: http://data.posccaesar.org/ilap/ 1 # baseURI: http://data.posccaesar.org/ilap/
2 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
3 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
4 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
5 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/ 2 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
6 # imports: http://data.posccaesar.org/ilap/userfields/ 3 # imports: http://data.posccaesar.org/ilap/userfields/
7 4
...@@ -22,9 +19,6 @@ ...@@ -22,9 +19,6 @@
22 . 19 .
23 : 20 :
24 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
25 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
26 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
27 - owl:imports SAB: ;
28 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ; 22 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
29 owl:imports userfield: ; 23 owl:imports userfield: ;
30 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
...@@ -963,7 +957,7 @@ ...@@ -963,7 +957,7 @@
963 rdf:type owl:Class ; 957 rdf:type owl:Class ;
964 rdfs:comment "A Resource that is limited by its cost."^^xsd:string ; 958 rdfs:comment "A Resource that is limited by its cost."^^xsd:string ;
965 rdfs:label "Cost Based Resource"^^xsd:string ; 959 rdfs:label "Cost Based Resource"^^xsd:string ;
966 - rdfs:subClassOf :Resource ; 960 + rdfs:subClassOf :ILAP_XSDresource ;
967 . 961 .
968 :CostBasedResourceInPlan 962 :CostBasedResourceInPlan
969 rdf:type owl:Class ; 963 rdf:type owl:Class ;
...@@ -1421,6 +1415,27 @@ ...@@ -1421,6 +1415,27 @@
1421 rdfs:label "Hot work"^^xsd:string ; 1415 rdfs:label "Hot work"^^xsd:string ;
1422 rdfs:subClassOf :RiskActivity ; 1416 rdfs:subClassOf :RiskActivity ;
1423 . 1417 .
1418 +:ILAP_XSDresource
1419 + rdf:type owl:Class ;
1420 + :shouldHaveID "true" ;
1421 + rdfs:comment "An Individual that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
1422 + rdfs:label "Resource"^^xsd:string ;
1423 + rdfs:subClassOf :Resource ;
1424 + rdfs:subClassOf [
1425 + rdf:type owl:Restriction ;
1426 + :shouldUseAnyUri "true"^^xsd:boolean ;
1427 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1428 + owl:onClass :ClassOfResource ;
1429 + owl:onProperty :hasResourceType ;
1430 + ] ;
1431 + rdfs:subClassOf [
1432 + rdf:type owl:Restriction ;
1433 + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
1434 + owl:onClass :CompletelyFreeField ;
1435 + owl:onProperty :hasCompletelyFreeFieldDefinition ;
1436 + ] ;
1437 + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
1438 +.
1424 :ILAPperiod 1439 :ILAPperiod
1425 rdf:type owl:Class ; 1440 rdf:type owl:Class ;
1426 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ; 1441 rdfs:comment "A Period in Time that specifies a given amount of time."^^xsd:string ;
...@@ -2514,30 +2529,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -2514,30 +2529,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
2514 . 2529 .
2515 :Resource 2530 :Resource
2516 rdf:type owl:Class ; 2531 rdf:type owl:Class ;
2517 - :shouldHaveID "true" ;
2518 - rdfs:comment "An Individual that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ;
2519 - rdfs:label "Resource"^^xsd:string ;
2520 rdfs:subClassOf :PossibleIndividual ; 2532 rdfs:subClassOf :PossibleIndividual ;
2521 - rdfs:subClassOf [
2522 - rdf:type owl:Restriction ;
2523 - :shouldUseAnyUri "true"^^xsd:boolean ;
2524 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2525 - owl:onClass :ClassOfResource ;
2526 - owl:onProperty :hasResourceType ;
2527 - ] ;
2528 - rdfs:subClassOf [
2529 - rdf:type owl:Restriction ;
2530 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2531 - owl:onClass :Calendar ;
2532 - owl:onProperty :hasCalendar ;
2533 - ] ;
2534 - rdfs:subClassOf [
2535 - rdf:type owl:Restriction ;
2536 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2537 - owl:onClass :CompletelyFreeField ;
2538 - owl:onProperty :hasCompletelyFreeFieldDefinition ;
2539 - ] ;
2540 - owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
2541 . 2533 .
2542 :ResourceAvailability 2534 :ResourceAvailability
2543 rdf:type owl:Class ; 2535 rdf:type owl:Class ;
...@@ -3169,7 +3161,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3169,7 +3161,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3169 rdf:type owl:Class ; 3161 rdf:type owl:Class ;
3170 rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ; 3162 rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ;
3171 rdfs:label "Time based resource"^^xsd:string ; 3163 rdfs:label "Time based resource"^^xsd:string ;
3172 - rdfs:subClassOf :Resource ; 3164 + rdfs:subClassOf :ILAP_XSDresource ;
3173 rdfs:subClassOf [ 3165 rdfs:subClassOf [
3174 rdf:type owl:Restriction ; 3166 rdf:type owl:Restriction ;
3175 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 3167 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
...@@ -3208,40 +3200,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3208,40 +3200,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3208 rdfs:label "Time Based Resource in plan"^^xsd:string ; 3200 rdfs:label "Time Based Resource in plan"^^xsd:string ;
3209 rdfs:subClassOf :ResourceInPlan ; 3201 rdfs:subClassOf :ResourceInPlan ;
3210 rdfs:subClassOf [ 3202 rdfs:subClassOf [
3211 - rdf:type owl:Class ;
3212 - owl:intersectionOf (
3213 - [
3214 - rdf:type owl:Restriction ;
3215 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3216 - owl:onDataRange xsd:decimal ;
3217 - owl:onProperty :hasDefaultRate ;
3218 - ]
3219 - [
3220 - rdf:type owl:Restriction ;
3221 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
3222 - owl:onDataRange xsd:decimal ;
3223 - owl:onProperty :hasDefaultRate ;
3224 - ]
3225 - ) ;
3226 - ] ;
3227 - rdfs:subClassOf [
3228 - rdf:type owl:Class ;
3229 - owl:intersectionOf (
3230 - [
3231 - rdf:type owl:Restriction ;
3232 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3233 - owl:onDataRange xsd:string ;
3234 - owl:onProperty :hasDescription ;
3235 - ]
3236 - [
3237 - rdf:type owl:Restriction ;
3238 - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
3239 - owl:onDataRange xsd:string ;
3240 - owl:onProperty :hasDescription ;
3241 - ]
3242 - ) ;
3243 - ] ;
3244 - rdfs:subClassOf [
3245 rdf:type owl:Restriction ; 3203 rdf:type owl:Restriction ;
3246 :shouldUseAnyUri "true"^^xsd:boolean ; 3204 :shouldUseAnyUri "true"^^xsd:boolean ;
3247 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; 3205 owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
...@@ -3352,18 +3310,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel ...@@ -3352,18 +3310,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
3352 owl:onClass :ExternalReference ; 3310 owl:onClass :ExternalReference ;
3353 owl:onProperty :hasExternalReference ; 3311 owl:onProperty :hasExternalReference ;
3354 ] ; 3312 ] ;
3355 - rdfs:subClassOf [
3356 - rdf:type owl:Restriction ;
3357 - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
3358 - owl:onClass :ResourceAvailability ;
3359 - owl:onProperty :hasAvailability ;
3360 - ] ;
3361 - rdfs:subClassOf [
3362 - rdf:type owl:Restriction ;
3363 - owl:onDataRange xsd:string ;
3364 - owl:onProperty :hasName ;
3365 - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
3366 - ] ;
3367 . 3313 .
3368 :TimexProject 3314 :TimexProject
3369 rdf:type :ProjectCostType ; 3315 rdf:type :ProjectCostType ;
...@@ -4564,21 +4510,6 @@ SAB:SAB_R ...@@ -4564,21 +4510,6 @@ SAB:SAB_R
4564 SAB:SAB_S 4510 SAB:SAB_S
4565 rdfs:subClassOf :SCCSactivity ; 4511 rdfs:subClassOf :SCCSactivity ;
4566 . 4512 .
4567 -SCCS:COR_A
4568 - rdfs:subClassOf :SCCSresource ;
4569 -.
4570 -SCCS:COR_B
4571 - rdfs:subClassOf :SCCSresource ;
4572 -.
4573 -SCCS:COR_C
4574 - rdfs:subClassOf :SCCSresource ;
4575 -.
4576 -SCCS:COR_E
4577 - rdfs:subClassOf :SCCSresource ;
4578 -.
4579 -SCCS:COR_H
4580 - rdfs:subClassOf :SCCSresource ;
4581 -.
4582 SCCS:COR_K 4513 SCCS:COR_K
4583 rdf:type :Discipline ; 4514 rdf:type :Discipline ;
4584 rdfs:subClassOf :SCCSresource ; 4515 rdfs:subClassOf :SCCSresource ;
...@@ -4716,21 +4647,6 @@ SCCS:COR_LY ...@@ -4716,21 +4647,6 @@ SCCS:COR_LY
4716 SCCS:COR_LZ 4647 SCCS:COR_LZ
4717 rdf:type :Discipline ; 4648 rdf:type :Discipline ;
4718 . 4649 .
4719 -SCCS:COR_M
4720 - rdfs:subClassOf :SCCSresource ;
4721 -.
4722 -SCCS:COR_Q
4723 - rdfs:subClassOf :SCCSresource ;
4724 -.
4725 -SCCS:COR_R
4726 - rdfs:subClassOf :SCCSresource ;
4727 -.
4728 -SCCS:COR_S
4729 - rdfs:subClassOf :SCCSresource ;
4730 -.
4731 -SCCS:COR_X
4732 - rdfs:subClassOf :SCCSresource ;
4733 -.
4734 SCCS:NorsokZ014CORplanningResourceClass 4650 SCCS:NorsokZ014CORplanningResourceClass
4735 rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ; 4651 rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ;
4736 rdfs:subClassOf :ActivityPlanningResource ; 4652 rdfs:subClassOf :ActivityPlanningResource ;
......
1 # baseURI: http://data.posccaesar.org/ilap/ilap-testdata/ 1 # baseURI: http://data.posccaesar.org/ilap/ilap-testdata/
2 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
3 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
4 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
5 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
6 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/ 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
7 4
8 # c14n-version: 3 5 # c14n-version: 3
...@@ -63,9 +60,6 @@ ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP ...@@ -63,9 +60,6 @@ ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP
63 : 60 :
64 rdf:type owl:Ontology ; 61 rdf:type owl:Ontology ;
65 owl:imports ilap: ; 62 owl:imports ilap: ;
66 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
67 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
68 - owl:imports SAB: ;
69 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ; 63 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
70 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 64 owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
71 . 65 .
......
1 # baseURI: http://data.posccaesar.org/ilap/userfields/ 1 # baseURI: http://data.posccaesar.org/ilap/userfields/
2 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
3 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
4 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
5 -# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
6 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/ 3 # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
7 4
8 # c14n-version: 3 5 # c14n-version: 3
...@@ -23,9 +20,6 @@ ilap:shouldUseAnyUri ...@@ -23,9 +20,6 @@ ilap:shouldUseAnyUri
23 : 20 :
24 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
25 owl:imports ilap: ; 22 owl:imports ilap: ;
26 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
27 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
28 - owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> ;
29 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ; 23 owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
30 . 24 .
31 :SpecifiedUserField 25 :SpecifiedUserField
......