Tore Christiansen

Flytte COR SAB PBS til SCCS

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
......@@ -2753,7 +2753,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:ScheduleForActivityInPlan
rdf:type owl:Class ;
rdfs:comment "An Information Object that holds information about the scheduled dates for a Planned Activity."^^xsd:string ;
rdfs:comment "A Schedule for Plan that holds information about the scheduled dates for a Planned Activity."^^xsd:string ;
rdfs:label "Schdule for Activity in Plan"^^xsd:string ;
rdfs:subClassOf :ScheduleForPlan ;
rdfs:subClassOf [
......@@ -2827,7 +2827,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasActualFinish ;
owl:onProperty :hasActualFinishDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2839,7 +2839,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasActualStart ;
owl:onProperty :hasActualStartDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2851,7 +2851,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasEarlyFinish ;
owl:onProperty :hasEarlyFinishDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2863,7 +2863,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasEarlyStart ;
owl:onProperty :hasEarlyStartDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2911,7 +2911,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasLateFinish ;
owl:onProperty :hasLateFinishDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2923,7 +2923,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
xsd:dateTime
) ;
] ;
owl:onProperty :hasLateStart ;
owl:onProperty :hasLateStartDate ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -3622,10 +3622,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the weight of a planning object."^^xsd:string ;
rdfs:label "has Activity Weight"^^xsd:string ;
.
:hasActualFinish
:hasActualFinishDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the actual finish date of a planning object."^^xsd:string ;
rdfs:label "has Actual Finish"^^xsd:string ;
rdfs:label "has Actual Finish Date"^^xsd:string ;
.
:hasActualMainContractor
rdf:type owl:ObjectProperty ;
......@@ -3652,10 +3652,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "has actual responsible"^^xsd:string ;
rdfs:range :PersonOrOrganization ;
.
:hasActualStart
:hasActualStartDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the actual start date of a planning object."^^xsd:string ;
rdfs:label "has Actual Start"^^xsd:string ;
rdfs:label "has Actual Start Date"^^xsd:string ;
.
:hasActualSubContractor
rdf:type owl:ObjectProperty ;
......@@ -3817,15 +3817,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the duration of a planning object."^^xsd:string ;
rdfs:label "has Duration"^^xsd:string ;
.
:hasEarlyFinish
:hasEarlyFinishDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the early finish date of a planning object."^^xsd:string ;
rdfs:label "has Early Finish"^^xsd:string ;
rdfs:label "has Early Finish Date"^^xsd:string ;
.
:hasEarlyStart
:hasEarlyStartDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives the early start date of a planning object."^^xsd:string ;
rdfs:label "has Early Start"^^xsd:string ;
rdfs:label "has Early Start Date"^^xsd:string ;
.
:hasEndMilestone
rdf:type owl:ObjectProperty ;
......@@ -3940,15 +3940,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "has Lag"^^xsd:string ;
rdfs:range xsd:integer ;
.
:hasLateFinish
:hasLateFinishDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a late finish date of a planning object."^^xsd:string ;
rdfs:label "has Late Finish"^^xsd:string ;
rdfs:label "has Late Finish Date"^^xsd:string ;
.
:hasLateStart
:hasLateStartDate
rdf:type owl:DatatypeProperty ;
rdfs:comment "A property that gives a late start date of a planning object."^^xsd:string ;
rdfs:label "has Late Start"^^xsd:string ;
rdfs:label "has Late Start Date"^^xsd:string ;
.
:hasLifecyclePhase
rdf:type owl:ObjectProperty ;
......@@ -4523,8 +4523,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label "part of Schedule"^^xsd:string ;
.
SAB:NorsokZ014SABplanningActivityClass
rdfs:comment "An Activity Planning Activity that is defined by Norsok Z-014 SAB."^^xsd:string ;
rdfs:label "NORSOK Z-014 SAB Planning Activity Class"^^xsd:string ;
rdfs:subClassOf :ActivityPlanningActivity ;
.
SAB:SAB_1
......