UC3.ttl 1.11 KB
# baseURI: http://data.posccaesar.org/Data/UC3/
# imports: http://data.posccaesar.org/NCS_PLANNING/

@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix UC3:     <http://data.posccaesar.org/Data/UC3/> .
@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#> .

UC3:  rdf:type owl:Ontology ;
      owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

UC3:Asset_1
      rdf:type <http://ILAP_1.5/diskos#Asset> ;
      rdfs:label "Asset 1"^^xsd:string .

UC3:ContractorWBS_1
      rdf:type ILAP:ContractorWBS ;
      rdfs:label "Contractor WBS 1"^^xsd:string .

UC3:ContractorWBS_2
      rdf:type ILAP:ContractorWBS ;
      rdfs:label "Contractor WBS 2"^^xsd:string .

UC3:TargetSchedule_1
      rdf:type ILAP:TargetSchedule ;
      rdfs:label "Target schedule 1"^^xsd:string .

<http://data.posccaesar.org/brreg/LegalEntity>
      rdfs:subClassOf ILAP:ResponsibleOrganization .