POB.ttl 885 Bytes
# baseURI: http://data.posccaesar.org/pob/

# c14n-version: 3
@prefix : <http://data.posccaesar.org/pob/> .
@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 ;
.
:NiloErdal
  rdf:type :Person ;
  rdfs:label "Nilo Erdal"^^xsd:string ;
.
:Person
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
  rdf:type owl:Class ;
  rdfs:label "Person"^^xsd:string ;
  rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ;
  rdfs:subClassOf owl:Thing ;
.
:RolfHansen
  rdf:type :Person ;
  rdfs:label "Rolf Hansen"^^xsd:string ;
.