Showing
2 changed files
with
14 additions
and
15 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -9,25 +9,12 @@ | ... | @@ -9,25 +9,12 @@ |
| 9 | @prefix p1: <http://example.org/file1#> . | 9 | @prefix p1: <http://example.org/file1#> . |
| 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 12 | -@prefix riskfactor: <http://data.posccaesar.org/ilap/riskfactor/> . | 12 | +@prefix rdl: <http://data.posccaesar.org/rdl/> . |
| 13 | -@prefix shutdown: <http://data.posccaesar.org/ilap/shutdown/> . | ||
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 14 | ||
| 16 | : rdf:type owl:Ontology ; | 15 | : rdf:type owl:Ontology ; |
| 17 | owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . | 16 | owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> . |
| 18 | 17 | ||
| 19 | -ILAP:SummerSystemShutdown | ||
| 20 | - rdf:type ILAP:Shutdown ; | ||
| 21 | - rdfs:label "Summer system shutdown"^^xsd:string ; | ||
| 22 | - ILAP:hasShutdownContent | ||
| 23 | - ILAP:System_Shutdown ; | ||
| 24 | - ILAP:hasShutdownPeriod | ||
| 25 | - "SD-2015"^^xsd:string ; | ||
| 26 | - ILAP:hasShutdownPriority | ||
| 27 | - ILAP:NormalPriority ; | ||
| 28 | - ILAP:hasShutdownType | ||
| 29 | - ILAP:Scheduled_Shutdown . | ||
| 30 | - | ||
| 31 | ILAP: | 18 | ILAP: |
| 32 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 33 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| ... | @@ -349,6 +336,18 @@ ILAP:StandardWorkWeekdayPeriod | ... | @@ -349,6 +336,18 @@ ILAP:StandardWorkWeekdayPeriod |
| 349 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 336 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| 350 | rdfs:label "Standard work weekday period"^^xsd:string . | 337 | rdfs:label "Standard work weekday period"^^xsd:string . |
| 351 | 338 | ||
| 339 | +ILAP:SummerSystemShutdown | ||
| 340 | + rdf:type ILAP:Shutdown ; | ||
| 341 | + rdfs:label "Summer system shutdown"^^xsd:string ; | ||
| 342 | + ILAP:hasShutdownContent | ||
| 343 | + ILAP:System_Shutdown ; | ||
| 344 | + ILAP:hasShutdownPeriod | ||
| 345 | + "SD-2015"^^xsd:string ; | ||
| 346 | + ILAP:hasShutdownPriority | ||
| 347 | + ILAP:NormalPriority ; | ||
| 348 | + ILAP:hasShutdownType | ||
| 349 | + ILAP:Scheduled_Shutdown . | ||
| 350 | + | ||
| 352 | ILAP:Sunday | 351 | ILAP:Sunday |
| 353 | rdf:type ILAP:CalendarDay ; | 352 | rdf:type ILAP:CalendarDay ; |
| 354 | rdfs:label "Sunday"^^xsd:string . | 353 | rdfs:label "Sunday"^^xsd:string . |
| ... | @@ -447,7 +446,7 @@ ILAP:hasWorkTaskResponsible | ... | @@ -447,7 +446,7 @@ ILAP:hasWorkTaskResponsible |
| 447 | rdfs:label "Facility"^^xsd:string ; | 446 | rdfs:label "Facility"^^xsd:string ; |
| 448 | rdfs:subClassOf owl:Thing , ILAP:Facility . | 447 | rdfs:subClassOf owl:Thing , ILAP:Facility . |
| 449 | 448 | ||
| 450 | -<http://data.posccaesar.org/rdl/RDS282149> | 449 | +rdl:RDS282149 |
| 451 | rdf:type owl:Class ; | 450 | rdf:type owl:Class ; |
| 452 | rdfs:label "RDS282149"^^xsd:string ; | 451 | rdfs:label "RDS282149"^^xsd:string ; |
| 453 | rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 452 | rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | ... | ... |
-
Please register or login to post a comment