Showing
1 changed file
with
0 additions
and
11 deletions
| ... | @@ -1438,12 +1438,6 @@ | ... | @@ -1438,12 +1438,6 @@ |
| 1438 | rdfs:subClassOf [ | 1438 | rdfs:subClassOf [ |
| 1439 | rdf:type owl:Restriction ; | 1439 | rdf:type owl:Restriction ; |
| 1440 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | 1440 | owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; |
| 1441 | - owl:onClass :Plan ; | ||
| 1442 | - owl:onProperty :hasSubPlan ; | ||
| 1443 | - ] ; | ||
| 1444 | - rdfs:subClassOf [ | ||
| 1445 | - rdf:type owl:Restriction ; | ||
| 1446 | - owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 1447 | owl:onClass :ScheduleForPlan ; | 1441 | owl:onClass :ScheduleForPlan ; |
| 1448 | owl:onProperty :hasSchedule ; | 1442 | owl:onProperty :hasSchedule ; |
| 1449 | ] ; | 1443 | ] ; |
| ... | @@ -3111,11 +3105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3111,11 +3105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3111 | rdfs:range :Contractor ; | 3105 | rdfs:range :Contractor ; |
| 3112 | rdfs:subPropertyOf :hasResponsible ; | 3106 | rdfs:subPropertyOf :hasResponsible ; |
| 3113 | . | 3107 | . |
| 3114 | -:hasSubPlan | ||
| 3115 | - rdf:type owl:ObjectProperty ; | ||
| 3116 | - rdfs:comment "A relationship between a planning object and a sub plan."^^xsd:string ; | ||
| 3117 | - rdfs:label "has Sub Plan"^^xsd:string ; | ||
| 3118 | -. | ||
| 3119 | :hasSubProject | 3108 | :hasSubProject |
| 3120 | rdf:type owl:ObjectProperty ; | 3109 | rdf:type owl:ObjectProperty ; |
| 3121 | rdfs:comment "A relationship between a planning object and a sub project."^^xsd:string ; | 3110 | rdfs:comment "A relationship between a planning object and a sub project."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment