Showing
1 changed file
with
9 additions
and
15 deletions
... | @@ -1482,15 +1482,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1482,15 +1482,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1482 | rdf:type owl:Restriction ; | 1482 | rdf:type owl:Restriction ; |
1483 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1483 | :shouldUseAnyUri "true"^^xsd:boolean ; |
1484 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1484 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1485 | - owl:onClass :Phase ; | 1485 | + owl:onClass :ActivityObjective ; |
1486 | - owl:onProperty :hasPhaseType ; | 1486 | + owl:onProperty :hasPlanObjective ; |
1487 | ] ; | 1487 | ] ; |
1488 | rdfs:subClassOf [ | 1488 | rdfs:subClassOf [ |
1489 | rdf:type owl:Restriction ; | 1489 | rdf:type owl:Restriction ; |
1490 | :shouldUseAnyUri "true"^^xsd:boolean ; | 1490 | :shouldUseAnyUri "true"^^xsd:boolean ; |
1491 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1491 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1492 | - owl:onClass :PlanObjectiveType ; | 1492 | + owl:onClass :Phase ; |
1493 | - owl:onProperty :hasObjectiveType ; | 1493 | + owl:onProperty :hasPhaseType ; |
1494 | ] ; | 1494 | ] ; |
1495 | rdfs:subClassOf [ | 1495 | rdfs:subClassOf [ |
1496 | rdf:type owl:Restriction ; | 1496 | rdf:type owl:Restriction ; |
... | @@ -1516,12 +1516,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1516,12 +1516,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1516 | rdfs:subClassOf [ | 1516 | rdfs:subClassOf [ |
1517 | rdf:type owl:Restriction ; | 1517 | rdf:type owl:Restriction ; |
1518 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1518 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1519 | - owl:onClass :PlanLevel ; | ||
1520 | - owl:onProperty :hasLevelType ; | ||
1521 | - ] ; | ||
1522 | - rdfs:subClassOf [ | ||
1523 | - rdf:type owl:Restriction ; | ||
1524 | - owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
1525 | owl:onDataRange xsd:dateTime ; | 1519 | owl:onDataRange xsd:dateTime ; |
1526 | owl:onProperty :now ; | 1520 | owl:onProperty :now ; |
1527 | ] ; | 1521 | ] ; |
... | @@ -3004,11 +2998,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3004,11 +2998,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3004 | rdfs:label "has Name"^^xsd:string ; | 2998 | rdfs:label "has Name"^^xsd:string ; |
3005 | rdfs:range xsd:string ; | 2999 | rdfs:range xsd:string ; |
3006 | . | 3000 | . |
3007 | -:hasObjectiveType | ||
3008 | - rdf:type owl:ObjectProperty ; | ||
3009 | - rdfs:comment "A relationship between a planning object and a type of Objective."^^xsd:string ; | ||
3010 | - rdfs:label "has Objective Type"^^xsd:string ; | ||
3011 | -. | ||
3012 | :hasOperation | 3001 | :hasOperation |
3013 | rdf:type owl:ObjectProperty ; | 3002 | rdf:type owl:ObjectProperty ; |
3014 | rdfs:comment "A relationship between a planning object and an Operation in a Work Order."^^xsd:string ; | 3003 | rdfs:comment "A relationship between a planning object and an Operation in a Work Order."^^xsd:string ; |
... | @@ -3067,6 +3056,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3067,6 +3056,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3067 | rdfs:label "has plan level"^^xsd:string ; | 3056 | rdfs:label "has plan level"^^xsd:string ; |
3068 | rdfs:range :PlanLevel ; | 3057 | rdfs:range :PlanLevel ; |
3069 | . | 3058 | . |
3059 | +:hasPlanObjective | ||
3060 | + rdf:type owl:ObjectProperty ; | ||
3061 | + rdfs:comment "A relationship between a planning object and a type of Objective."^^xsd:string ; | ||
3062 | + rdfs:label "has Objective Type"^^xsd:string ; | ||
3063 | +. | ||
3070 | :hasPlanType | 3064 | :hasPlanType |
3071 | rdf:type owl:ObjectProperty ; | 3065 | rdf:type owl:ObjectProperty ; |
3072 | rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ; | 3066 | rdfs:comment "A relationship between a planning object and a time period."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment