Tore Christiansen

changed resource

# baseURI: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
# c14n-version: 3
@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
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.
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 ;
rdfs:label "NORSOK Z-014 Standard cost coding system (SCCS) ontology"^^xsd:string ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
SCCS_DO_NOT_USE_THIS_NAMESPACE:COR_A
......
# baseURI: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# imports: http://data.posccaesar.org/ilap/userfields/
......@@ -22,9 +19,6 @@
.
:
rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
owl:imports SAB: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
owl:imports userfield: ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
......@@ -963,7 +957,7 @@
rdf:type owl:Class ;
rdfs:comment "A Resource that is limited by its cost."^^xsd:string ;
rdfs:label "Cost Based Resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf :ILAP_XSDresource ;
.
:CostBasedResourceInPlan
rdf:type owl:Class ;
......@@ -1421,6 +1415,27 @@
rdfs:label "Hot work"^^xsd:string ;
rdfs:subClassOf :RiskActivity ;
.
:ILAP_XSDresource
rdf:type owl:Class ;
:shouldHaveID "true" ;
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 ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ClassOfResource ;
owl:onProperty :hasResourceType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :CompletelyFreeField ;
owl:onProperty :hasCompletelyFreeFieldDefinition ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ILAPperiod
rdf:type owl:Class ;
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
.
:Resource
rdf:type owl:Class ;
:shouldHaveID "true" ;
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 ;
rdfs:label "Resource"^^xsd:string ;
rdfs:subClassOf :PossibleIndividual ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ClassOfResource ;
owl:onProperty :hasResourceType ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :Calendar ;
owl:onProperty :hasCalendar ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :CompletelyFreeField ;
owl:onProperty :hasCompletelyFreeFieldDefinition ;
] ;
owl:equivalentClass <http://data.posccaesar.org/rdl/RDS13875949> ;
.
:ResourceAvailability
rdf:type owl:Class ;
......@@ -3169,7 +3161,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:type owl:Class ;
rdfs:comment "A Resource that is limited by the time it is available"^^xsd:string ;
rdfs:label "Time based resource"^^xsd:string ;
rdfs:subClassOf :Resource ;
rdfs:subClassOf :ILAP_XSDresource ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
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
rdfs:label "Time Based Resource in plan"^^xsd:string ;
rdfs:subClassOf :ResourceInPlan ;
rdfs:subClassOf [
rdf:type owl:Class ;
owl:intersectionOf (
[
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasDefaultRate ;
]
[
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:decimal ;
owl:onProperty :hasDefaultRate ;
]
) ;
] ;
rdfs:subClassOf [
rdf:type owl:Class ;
owl:intersectionOf (
[
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :hasDescription ;
]
[
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty :hasDescription ;
]
) ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
:shouldUseAnyUri "true"^^xsd:boolean ;
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
owl:onClass :ExternalReference ;
owl:onProperty :hasExternalReference ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
owl:onClass :ResourceAvailability ;
owl:onProperty :hasAvailability ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:string ;
owl:onProperty :hasName ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
:TimexProject
rdf:type :ProjectCostType ;
......@@ -4564,21 +4510,6 @@ SAB:SAB_R
SAB:SAB_S
rdfs:subClassOf :SCCSactivity ;
.
SCCS:COR_A
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_B
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_C
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_E
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_H
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_K
rdf:type :Discipline ;
rdfs:subClassOf :SCCSresource ;
......@@ -4716,21 +4647,6 @@ SCCS:COR_LY
SCCS:COR_LZ
rdf:type :Discipline ;
.
SCCS:COR_M
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_Q
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_R
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_S
rdfs:subClassOf :SCCSresource ;
.
SCCS:COR_X
rdfs:subClassOf :SCCSresource ;
.
SCCS:NorsokZ014CORplanningResourceClass
rdfs:comment "A Planning Resource that is defined by Norsok Z-014 COR."^^xsd:string ;
rdfs:subClassOf :ActivityPlanningResource ;
......
# baseURI: http://data.posccaesar.org/ilap/ilap-testdata/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# c14n-version: 3
......@@ -63,9 +60,6 @@ ilap:SpecifiedUserfield1forActivity102inPlanVersion2forProjectP
:
rdf:type owl:Ontology ;
owl:imports ilap: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
owl:imports SAB: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
.
......
# baseURI: http://data.posccaesar.org/ilap/userfields/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/
# imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/
# c14n-version: 3
......@@ -23,9 +20,6 @@ ilap:shouldUseAnyUri
:
rdf:type owl:Ontology ;
owl:imports ilap: ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/CORCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/PBSCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/> ;
owl:imports <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS/> ;
.
:SpecifiedUserField
......