EPCIS.ttl 3.92 KB
# baseURI: http://data.posccaesar.org/epcis/

# c14n-version: 3
@prefix : <http://data.posccaesar.org/epcis/> .
@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 ;
.
:ArrivingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Arriving event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ;
.
:ArrivingEvent_1
  rdf:type :ArrivingEvent ;
  rdfs:label "Arriving event 1"^^xsd:string ;
.
:CBVevent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "CBV event"^^xsd:string ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ;
  rdfs:subClassOf owl:Thing ;
.
:DepartingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Departing event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ;
.
:DepartingEvent_1
  rdf:type :DepartingEvent ;
  rdfs:label "Departing event 1"^^xsd:string ;
.
:HoldingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Holding event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ;
.
:HoldingEvent_1
  rdf:type :HoldingEvent ;
  rdfs:label "Holding event 1"^^xsd:string ;
.
:InspectingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Inspecting event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ;
.
:InspectingEvent_1
  rdf:type :InspectingEvent ;
  rdfs:label "Inspecting event 1"^^xsd:string ;
.
:InspectingResultEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
  rdf:type owl:Class ;
  rdfs:label "Inspecting result event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ;
.
:InspectingResultEvent_1
  rdf:type :InspectingResultEvent ;
  rdfs:label "Inspecting result event 1"^^xsd:string ;
.
:InternalMovingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Internal moving event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ;
.
:InternalMovingEvent_1
  rdf:type :InternalMovingEvent ;
  rdfs:label "Internal moving event 1"^^xsd:string ;
.
:LoadingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Loading event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ;
.
:LoadingEvent_1
  rdf:type :LoadingEvent ;
  rdfs:label "Loading event 1"^^xsd:string ;
.
:PackingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Packing event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ;
.
:PackingEvent_1
  rdf:type :PackingEvent ;
  rdfs:label "Packing event 1"^^xsd:string ;
.
:UnloadingEvent
  rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
  rdf:type owl:Class ;
  rdfs:label "Unloading event"^^xsd:string ;
  rdfs:subClassOf :CBVevent ;
  rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ;
.
:UnloadingEvent_1
  rdf:type :UnloadingEvent ;
  rdfs:label "Unloading event 1"^^xsd:string ;
.