UC1.ttl
1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# baseURI: http://data.posccaesar.org/Data/UC1/
# imports: http://data.posccaesar.org/NCS_PLANNING/
@prefix ILAP: <http://data.posccaesar.org/ilap/> .
@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:PlannedResource_1
rdf:type ILAP:PlannedResource ;
rdfs:label "Planned resource 1"^^xsd:string .
UC1:ScheduledResource_1
rdf:type ILAP:ScheduledResource ;
rdfs:label "Scheduled resource 1"^^xsd:string .
UC1:Shutdown_1
rdf:type ILAP:Shutdown ;
rdfs:label "Shutdown 1"^^xsd:string ;
ILAP:hasShutdownContent
ILAP:Field_Shutdown ;
ILAP:hasShutdownPeriod
"SD-2015"^^xsd:string ;
ILAP:hasShutdownPriority
ILAP:HighPriority ;
ILAP:hasShutdownType
ILAP:Scheduled_Shutdown .
ILAP:PlannedActivity_1
ILAP:hasActivityPlan
UC1:ProjectPlan_1 .
ILAP:hasShutdownType
rdfs:range ILAP:ShutdownType .