CCU.ttl 735 Bytes
# baseURI: http://data.posccaesar.org/ccu/

@prefix :        <http://data.posccaesar.org/ccu/> .
@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#> .

:     rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

:CCU  rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
      rdfs:label "CCU"^^xsd:string ;
      rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> .

:CCU123
      rdf:type :CCU ;
      rdfs:label "CCU 123"^^xsd:string .