UC4.ttl 922 Bytes
# baseURI: http://data.posccaesar.org/Data/UC4/
# imports: http://data.posccaesar.org/NCS_PLANNING/

@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix UC4:     <http://data.posccaesar.org/Data/UC4/> .
@prefix lci:     <http://data.posccaesar.org/15926/tech/ontology/> .
@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#> .

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

UC4:BaselineSetting_1
      rdf:type ILAP:BaselineSetting ;
      rdfs:label "Baseline setting 1"^^xsd:string .

UC4:Planning_1
      rdf:type ILAP:Planning ;
      rdfs:label "Planning 1"^^xsd:string ;
      lci:hasPart UC4:BaselineSetting_1 .