UC1.ttl 964 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:PlannedActivity_1
      rdf:type ILAP:PlannedActivity ;
      rdfs:label "Planned activity 1"^^xsd:string ;
      ILAP:hasActivityContractor
              <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
      ILAP:hasActivityOperator
              <http://data.posccaesar.org/brreg/R-6f42196e-7757-4915-bfe0-636ba9185a26> .