Showing
1 changed file
with
8 additions
and
2 deletions
| ... | @@ -90,7 +90,7 @@ ILAP:PlannedActivity_2 | ... | @@ -90,7 +90,7 @@ ILAP:PlannedActivity_2 |
| 90 | "55000"^^xsd:float ; | 90 | "55000"^^xsd:float ; |
| 91 | ILAP:hasActivityWorkVolume | 91 | ILAP:hasActivityWorkVolume |
| 92 | "1500"^^xsd:float ; | 92 | "1500"^^xsd:float ; |
| 93 | - ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> . | 93 | + ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasIndexCode> , <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> . |
| 94 | 94 | ||
| 95 | ILAP:ProjectExecutionPlan_1 | 95 | ILAP:ProjectExecutionPlan_1 |
| 96 | rdf:type ILAP:ProjectExecutionPlan ; | 96 | rdf:type ILAP:ProjectExecutionPlan ; |
| ... | @@ -150,7 +150,8 @@ ILAP:SAB_51_1 | ... | @@ -150,7 +150,8 @@ ILAP:SAB_51_1 |
| 150 | 150 | ||
| 151 | ILAP:ScheduledActivity_1 | 151 | ILAP:ScheduledActivity_1 |
| 152 | rdf:type ILAP:ScheduledActivity ; | 152 | rdf:type ILAP:ScheduledActivity ; |
| 153 | - rdfs:label "Scheduled activity 1"^^xsd:string . | 153 | + rdfs:label "Scheduled activity 1"^^xsd:string ; |
| 154 | + ILAP:hasUserField <http://data.posccaesar.org/ilap/USERFIELDS/hasExecutionMilestone> . | ||
| 154 | 155 | ||
| 155 | ILAP:ScheduledMilestone_1 | 156 | ILAP:ScheduledMilestone_1 |
| 156 | rdf:type ILAP:ScheduledMilestone ; | 157 | rdf:type ILAP:ScheduledMilestone ; |
| ... | @@ -194,6 +195,11 @@ ILAP:UserField | ... | @@ -194,6 +195,11 @@ ILAP:UserField |
| 194 | "1"^^xsd:nonNegativeInteger | 195 | "1"^^xsd:nonNegativeInteger |
| 195 | ] . | 196 | ] . |
| 196 | 197 | ||
| 198 | +ILAP:UserFieldClass | ||
| 199 | + rdf:type rdfs:Class ; | ||
| 200 | + rdfs:label "User field class"^^xsd:string ; | ||
| 201 | + rdfs:subClassOf owl:Class . | ||
| 202 | + | ||
| 197 | ILAP:WorkOrder_1 | 203 | ILAP:WorkOrder_1 |
| 198 | rdf:type ILAP:WorkOrder ; | 204 | rdf:type ILAP:WorkOrder ; |
| 199 | rdfs:label "Work order 1"^^xsd:string . | 205 | rdfs:label "Work order 1"^^xsd:string . | ... | ... |
-
Please register or login to post a comment