rdfs:comment"An Arranged Individual that is an Organization or Individual responsible for carrying out a specified part of the Schedule."^^xsd:string;
...
...
@@ -2427,8 +2438,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:typeowl:Class;
rdfs:comment"A Class of Individual that holds information about what is currently happening. Status values describe whether a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string;
rdfs:comment"A property that gives the weight of a planning object."^^xsd:string;
...
...
@@ -3237,11 +3245,22 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment"A relationship between a planning object and a type of Objective."^^xsd:string;
rdfs:label"has Objective Type"^^xsd:string;
.
:hasPlanStatus
rdf:typeowl:ObjectProperty;
rdfs:label"has plan status"^^xsd:string;
rdfs:subPropertyOf:hasStatus;
.
:hasPlanType
rdf:typeowl:ObjectProperty;
rdfs:comment"A relationship between a planning object and a time period."^^xsd:string;
rdfs:label"has Plan Type"^^xsd:string;
.
:hasPlannedDiscipline
rdf:typeowl:ObjectProperty;
rdfs:domain:ResourceInPlan;
rdfs:label"has planned discipline"^^xsd:string;
rdfs:range:Discipline;
.
:hasPlannedMainContractor
rdf:typeowl:ObjectProperty;
rdfs:domain:PlanForActivity;
...
...
@@ -3304,6 +3323,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment"A relationship between a planning object and a project."^^xsd:string;
rdfs:label"has Project"^^xsd:string;
.
:hasProjectStatus
rdf:typeowl:ObjectProperty;
rdfs:label"has project status"^^xsd:string;
rdfs:subPropertyOf:hasStatus;
.
:hasProjectType
rdf:typeowl:ObjectProperty;
rdfs:domain:Project;
...
...
@@ -3437,6 +3461,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:label"has Start Time"^^xsd:string;
rdfs:rangexsd:time;
.
:hasStatus
rdf:typeowl:ObjectProperty;
rdfs:comment"A relationship between a planning object and a Status value."^^xsd:string;
rdfs:domain:Activity;
rdfs:label"has Active Status"^^xsd:string;
rdfs:range:Status;
.
:hasSubContractor
rdf:typeowl:ObjectProperty;
rdfs:comment"A hasResponsible relationship between a planning object and a responsible organization and an organization that has the role sub contractor."^^xsd:string;