Showing
1 changed file
with
10 additions
and
10 deletions
| ... | @@ -810,6 +810,11 @@ ILAP:hasActivityPartActivity | ... | @@ -810,6 +810,11 @@ ILAP:hasActivityPartActivity |
| 810 | rdfs:label "has activity part activity"^^xsd:string ; | 810 | rdfs:label "has activity part activity"^^xsd:string ; |
| 811 | rdfs:range ILAP:PlannedActivity . | 811 | rdfs:range ILAP:PlannedActivity . |
| 812 | 812 | ||
| 813 | +ILAP:hasActivityPhase | ||
| 814 | + rdf:type owl:ObjectProperty ; | ||
| 815 | + rdfs:domain ILAP:Activity ; | ||
| 816 | + rdfs:label "has Activity Phase"^^xsd:string . | ||
| 817 | + | ||
| 813 | ILAP:hasActivityPhysicalPercentComplete | 818 | ILAP:hasActivityPhysicalPercentComplete |
| 814 | rdf:type owl:DatatypeProperty ; | 819 | rdf:type owl:DatatypeProperty ; |
| 815 | rdfs:domain ILAP:PlannedActivity ; | 820 | rdfs:domain ILAP:PlannedActivity ; |
| ... | @@ -930,7 +935,7 @@ ILAP:hasActivityVendor | ... | @@ -930,7 +935,7 @@ ILAP:hasActivityVendor |
| 930 | ILAP:hasActivityWBSelement | 935 | ILAP:hasActivityWBSelement |
| 931 | rdf:type owl:ObjectProperty ; | 936 | rdf:type owl:ObjectProperty ; |
| 932 | rdfs:domain ILAP:PlannedActivity ; | 937 | rdfs:domain ILAP:PlannedActivity ; |
| 933 | - rdfs:label "has activity Work Breakdown Structure"^^xsd:string ; | 938 | + rdfs:label "has Activity Work Breakdown Structure"^^xsd:string ; |
| 934 | rdfs:range ILAP:ActivityWBS . | 939 | rdfs:range ILAP:ActivityWBS . |
| 935 | 940 | ||
| 936 | ILAP:hasActivityWeight | 941 | ILAP:hasActivityWeight |
| ... | @@ -943,11 +948,6 @@ ILAP:hasActivityWorkVolume | ... | @@ -943,11 +948,6 @@ ILAP:hasActivityWorkVolume |
| 943 | rdfs:label "has activity work volume"^^xsd:string ; | 948 | rdfs:label "has activity work volume"^^xsd:string ; |
| 944 | rdfs:range xsd:float . | 949 | rdfs:range xsd:float . |
| 945 | 950 | ||
| 946 | -ILAP:hasActivtyPhase | ||
| 947 | - rdf:type owl:ObjectProperty ; | ||
| 948 | - rdfs:domain ILAP:Activity ; | ||
| 949 | - rdfs:label "has activty phase"^^xsd:string . | ||
| 950 | - | ||
| 951 | ILAP:hasBaselineActivityDuration | 951 | ILAP:hasBaselineActivityDuration |
| 952 | rdf:type owl:DatatypeProperty ; | 952 | rdf:type owl:DatatypeProperty ; |
| 953 | rdfs:domain ILAP:ScheduledActivity ; | 953 | rdfs:domain ILAP:ScheduledActivity ; |
| ... | @@ -1453,23 +1453,23 @@ ILAP:hasUserFieldValue | ... | @@ -1453,23 +1453,23 @@ ILAP:hasUserFieldValue |
| 1453 | ILAP:hasWBSProjectType | 1453 | ILAP:hasWBSProjectType |
| 1454 | rdf:type owl:ObjectProperty ; | 1454 | rdf:type owl:ObjectProperty ; |
| 1455 | rdfs:domain ILAP:ActivityWBS ; | 1455 | rdfs:domain ILAP:ActivityWBS ; |
| 1456 | - rdfs:label "has WBSProject type"^^xsd:string ; | 1456 | + rdfs:label "has WBS Project Type"^^xsd:string ; |
| 1457 | rdfs:range ILAP:ProjectType . | 1457 | rdfs:range ILAP:ProjectType . |
| 1458 | 1458 | ||
| 1459 | ILAP:hasWBSResource | 1459 | ILAP:hasWBSResource |
| 1460 | rdf:type owl:ObjectProperty ; | 1460 | rdf:type owl:ObjectProperty ; |
| 1461 | rdfs:domain ILAP:ActivityWBS ; | 1461 | rdfs:domain ILAP:ActivityWBS ; |
| 1462 | - rdfs:label "has WBSResource"^^xsd:string . | 1462 | + rdfs:label "has WBS Resource"^^xsd:string . |
| 1463 | 1463 | ||
| 1464 | ILAP:hasWBScomponent | 1464 | ILAP:hasWBScomponent |
| 1465 | rdf:type owl:ObjectProperty ; | 1465 | rdf:type owl:ObjectProperty ; |
| 1466 | rdfs:domain ILAP:ActivityWBS ; | 1466 | rdfs:domain ILAP:ActivityWBS ; |
| 1467 | - rdfs:label "has WBScomponent"^^xsd:string . | 1467 | + rdfs:label "has WBS Component"^^xsd:string . |
| 1468 | 1468 | ||
| 1469 | ILAP:hasWBSphase | 1469 | ILAP:hasWBSphase |
| 1470 | rdf:type owl:ObjectProperty ; | 1470 | rdf:type owl:ObjectProperty ; |
| 1471 | rdfs:domain ILAP:ActivityWBS ; | 1471 | rdfs:domain ILAP:ActivityWBS ; |
| 1472 | - rdfs:label "has WBSphase"^^xsd:string . | 1472 | + rdfs:label "has WBS Phase"^^xsd:string . |
| 1473 | 1473 | ||
| 1474 | ILAP:hasWorkTaskActivity | 1474 | ILAP:hasWorkTaskActivity |
| 1475 | rdf:type owl:ObjectProperty ; | 1475 | rdf:type owl:ObjectProperty ; | ... | ... |
-
Please register or login to post a comment