UC1.ttl 1.39 KB
# 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_2
      rdf:type ILAP:Shutdown ;
      rdfs:label "Shutdown 2"^^xsd:string ;
      ILAP:hasShutdownContent
              ILAP:Equipment_Shutdown ;
      ILAP:hasShutdownPeriod
              "SD-2015"^^xsd:string ;
      ILAP:hasShutdownType
              ILAP:Scheduled_Shutdown .

ILAP:PlannedActivity_1
      ILAP:hasActivityPlan
              UC1:ProjectPlan_1 .

ILAP:hasShutdownPeriod
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has shutdown period"^^xsd:string ;
      rdfs:range xsd:string .

ILAP:hasShutdownType
      rdfs:range ILAP:ShutdownType .