SCHEMA_EP-PRODUCTION-ORGANIZATION-v1.0.ttl 4.04 KB
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization

@prefix ep-prodorg:  <http://www.reportinghub.no/ep/schema/production-organization#> .
@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#> .

<http://www.reportinghub.no/ep/schema/1.0/production-organization>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

<http://www.reportinghub.no/ep/schema/organization#Organization>
      rdfs:subClassOf ep-prodorg:PersonOrOrganization .

ep-prodorg:CateringCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "catering crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:CommercialEntity
      rdf:type owl:Class ;
      rdfs:label "commercial entity"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:PersonOrOrganization .

ep-prodorg:ContractorCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "contractor crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:Crew
      rdf:type owl:Class ;
      rdfs:label "crew"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Organization> .

ep-prodorg:CrewType
      rdf:type rdfs:Class ;
      rdfs:label "crew type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodorg:DayVisitorCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "day visitor crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:DrillingContractCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "drilling contract crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:NonOperatorOvernightVisitorCrew
      rdf:type ep-prodorg:CrewType , owl:Class ;
      rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:OperatorNormalCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "operator normal crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:OperatorOvernightVisitorCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "operator overnight visitor crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:Person
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodorg:PersonOrOrganization .

ep-prodorg:PersonOrOrganization
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .

ep-prodorg:PersonRole
      rdf:type owl:Class ;
      rdfs:label "person role"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Person .

ep-prodorg:PersonRoleType
      rdf:type rdfs:Class ;
      rdfs:label "person role type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodorg:TotalCrew
      rdf:type owl:Class , ep-prodorg:CrewType ;
      rdfs:label "total crew"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Crew .

ep-prodorg:WholeLifePerson
      rdf:type owl:Class ;
      rdfs:label "whole life person"^^xsd:string ;
      rdfs:subClassOf ep-prodorg:Person .

ep-prodorg:hasCrew
      rdf:type owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
      rdfs:label "has crew"^^xsd:string ;
      rdfs:range ep-prodorg:Crew .

ep-prodorg:numberInCrew
      rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
      rdfs:domain ep-prodorg:Crew ;
      rdfs:label "number in crew"^^xsd:string .

ep-prodorg:owner
      rdf:type owl:ObjectProperty ;
      rdfs:domain owl:Thing ;
      rdfs:label "owner"^^xsd:string ;
      rdfs:range ep-prodorg:PersonOrOrganization .