Showing
2 changed files
with
29 additions
and
1 deletions
| ... | @@ -28,6 +28,34 @@ | ... | @@ -28,6 +28,34 @@ |
| 28 | NCS: rdf:type owl:Ontology ; | 28 | NCS: rdf:type owl:Ontology ; |
| 29 | owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . | 29 | owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . |
| 30 | 30 | ||
| 31 | +NCS:DG1 | ||
| 32 | + rdf:type ILAP:DecisionGate ; | ||
| 33 | + rdfs:label "DG1"^^xsd:string . | ||
| 34 | + | ||
| 35 | +NCS:DG2 | ||
| 36 | + rdf:type ILAP:DecisionGate ; | ||
| 37 | + rdfs:label "DG2"^^xsd:string . | ||
| 38 | + | ||
| 39 | +NCS:DG3 | ||
| 40 | + rdf:type ILAP:DecisionGate ; | ||
| 41 | + rdfs:label "DG3"^^xsd:string . | ||
| 42 | + | ||
| 43 | +NCS:DG4 | ||
| 44 | + rdf:type ILAP:DecisionGate ; | ||
| 45 | + rdfs:label "DG4"^^xsd:string . | ||
| 46 | + | ||
| 47 | +NCS:DG5 | ||
| 48 | + rdf:type ILAP:DecisionGate ; | ||
| 49 | + rdfs:label "DG5"^^xsd:string . | ||
| 50 | + | ||
| 51 | +NCS:DG6 | ||
| 52 | + rdf:type ILAP:DecisionGate ; | ||
| 53 | + rdfs:label "DG6"^^xsd:string . | ||
| 54 | + | ||
| 55 | +NCS:DG7 | ||
| 56 | + rdf:type ILAP:DecisionGate ; | ||
| 57 | + rdfs:label "DG7"^^xsd:string . | ||
| 58 | + | ||
| 31 | NCS:Development | 59 | NCS:Development |
| 32 | rdf:type ILAP:PlanPhase ; | 60 | rdf:type ILAP:PlanPhase ; |
| 33 | rdfs:label "Development"^^xsd:string . | 61 | rdfs:label "Development"^^xsd:string . |
| ... | @@ -358,7 +386,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -358,7 +386,7 @@ ILAP:StandardFreeWeekendPeriod |
| 358 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 386 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 359 | rdfs:label "Standard free weekend period"^^xsd:string ; | 387 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 360 | ILAP:hasCalendarPeriodFreeDay | 388 | ILAP:hasCalendarPeriodFreeDay |
| 361 | - ILAP:Sunday , ILAP:Saturday . | 389 | + ILAP:Saturday , ILAP:Sunday . |
| 362 | 390 | ||
| 363 | ILAP:StandardWorkWeekdayPeriod | 391 | ILAP:StandardWorkWeekdayPeriod |
| 364 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 392 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment