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

# c14n-version: 3
@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 <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
  rdf:type owl:Class ;
  rdfs:label "CCU"^^xsd:string ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ;
  rdfs:subClassOf owl:Thing ;
.
:CCU123
  rdf:type :CCU ;
  rdfs:label "CCU 123"^^xsd:string ;
.
:CCU456
  rdf:type :CCU ;
  rdfs:label "CCU 456"^^xsd:string ;
.