UC1.ttl 983 Bytes
# 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 .

ILAP:PlannedActivity_1
      ILAP:hasActivityPlan
              UC1:ProjectPlan_1 .

ILAP:hasShutdownType
      rdfs:range ILAP:ShutdownType .