SCHEMA_EP-ORGANIZATION-v1.0.ttl 1.2 KB
# baseURI: http://www.reportinghub.no/ep/schema/organization
# imports: http://purl.org/dc/elements/1.1/
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.1/core

@prefix ep-org:  <http://www.reportinghub.no/ep/schema/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 sp:      <http://spinrdf.org/sp#> .
@prefix spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/ep/schema/organization>
      rdf:type owl:Ontology ;
      owl:imports <http://spinrdf.org/spin> , <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1/core> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ep-org:Company
      rdf:type owl:Class ;
      rdfs:label "Company"^^xsd:string ;
      rdfs:subClassOf ep-org:Organization .

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