Showing
2 changed files
with
14 additions
and
14 deletions
| ... | @@ -737,6 +737,20 @@ ILAP:Shutdown | ... | @@ -737,6 +737,20 @@ ILAP:Shutdown |
| 737 | rdfs:label "Shutdown"^^xsd:string ; | 737 | rdfs:label "Shutdown"^^xsd:string ; |
| 738 | rdfs:subClassOf owl:Thing . | 738 | rdfs:subClassOf owl:Thing . |
| 739 | 739 | ||
| 740 | +ILAP:Shutdown_1 | ||
| 741 | + rdf:type ILAP:Shutdown ; | ||
| 742 | + rdfs:label "Shutdown 1"^^xsd:string ; | ||
| 743 | + <http://data.posccaesar.org/ilap/shutdown/hasShutdownContent> | ||
| 744 | + <http://data.posccaesar.org/ilap/shutdown/ProductionShutdown> ; | ||
| 745 | + <http://data.posccaesar.org/ilap/shutdown/hasShutdownOperation> | ||
| 746 | + <http://data.posccaesar.org/ilap/shutdown/During_Shutdown> , <http://data.posccaesar.org/ilap/shutdown/Dependent_on_Shutdown> ; | ||
| 747 | + <http://data.posccaesar.org/ilap/shutdown/hasShutdownPeriod> | ||
| 748 | + <http://data.posccaesar.org/ilap/shutdown/Shutdown_Period> ; | ||
| 749 | + <http://data.posccaesar.org/ilap/shutdown/hasShutdownPriority> | ||
| 750 | + <http://data.posccaesar.org/ilap/shutdown/Critical> ; | ||
| 751 | + <http://data.posccaesar.org/ilap/shutdown/hasShutdownType> | ||
| 752 | + <http://data.posccaesar.org/ilap/shutdown/Scheduled_Shutdown> . | ||
| 753 | + | ||
| 740 | ILAP:Source | 754 | ILAP:Source |
| 741 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 755 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 742 | rdfs:label "Source"^^xsd:string ; | 756 | rdfs:label "Source"^^xsd:string ; | ... | ... |
| ... | @@ -269,20 +269,6 @@ UC1:ScheduledResource_1 | ... | @@ -269,20 +269,6 @@ UC1:ScheduledResource_1 |
| 269 | ILAP:hasResourceProfile | 269 | ILAP:hasResourceProfile |
| 270 | UC1:Profile_1 . | 270 | UC1:Profile_1 . |
| 271 | 271 | ||
| 272 | -UC1:Shutdown_1 | ||
| 273 | - rdf:type ILAP:Shutdown ; | ||
| 274 | - rdfs:label "Shutdown 1"^^xsd:string ; | ||
| 275 | - shutdown:hasShutdownContent | ||
| 276 | - shutdown:ProductionShutdown ; | ||
| 277 | - shutdown:hasShutdownOperation | ||
| 278 | - shutdown:Dependent_on_Shutdown , shutdown:During_Shutdown ; | ||
| 279 | - shutdown:hasShutdownPeriod | ||
| 280 | - shutdown:Shutdown_Period ; | ||
| 281 | - shutdown:hasShutdownPriority | ||
| 282 | - shutdown:Critical ; | ||
| 283 | - shutdown:hasShutdownType | ||
| 284 | - shutdown:Scheduled_Shutdown . | ||
| 285 | - | ||
| 286 | UC1:TargetSchedule_1 | 272 | UC1:TargetSchedule_1 |
| 287 | rdf:type ILAP:TargetSchedule ; | 273 | rdf:type ILAP:TargetSchedule ; |
| 288 | rdfs:label "Target schedule 1"^^xsd:string ; | 274 | rdfs:label "Target schedule 1"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment