company.ttl 2.74 KB
# baseURI: file:///www.reportinghub.no/transform/npd/company
# imports: http://topbraid.org/tables

@prefix company:  <file:///www.reportinghub.no/transform/npd/company#> .
@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 tables:  <http://topbraid.org/tables#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<file:///www.reportinghub.no/transform/npd/company>
      rdf:type owl:Ontology ;
      owl:imports <http://topbraid.org/tables> .

company:Company
      rdf:type owl:Class ;
      rdfs:label "Company"^^xsd:string ;
      tables:sheetIndex "0"^^xsd:int .

company:cmpGroup
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpGroup" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

company:cmpLicenceLicenseeCurrent
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpLicenceLicenseeCurrent" ;
      rdfs:range xsd:string ;
      tables:columnIndex "7"^^xsd:int .

company:cmpLicenceLicenseeFormer
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpLicenceLicenseeFormer" ;
      rdfs:range xsd:string ;
      tables:columnIndex "8"^^xsd:int .

company:cmpLicenceOperCurrent
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpLicenceOperCurrent" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

company:cmpLicenceOperFormer
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpLicenceOperFormer" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .

company:cmpLongName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpLongName"^^xsd:string ;
      rdfs:range xsd:string ;
      tables:columnIndex "0"^^xsd:int .

company:cmpNpdidCompany
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpNpdidCompany" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

company:cmpOrgNumberBrReg
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpOrgNumberBrReg" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

company:cmpShortName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "cmpShortName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .

company:dateSyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain company:Company ;
      rdfs:label "dateSyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "9"^^xsd:int .