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

@prefix baalicensee:  <file:///www.reportinghub.no/transform/npd/baalicensee#> .
@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/baalicensee>
      rdf:type owl:Ontology ;
      owl:imports <http://topbraid.org/tables> .

baalicensee:BAALicensee
      rdf:type owl:Class ;
      rdfs:label "BAA Licensee"^^xsd:string ;
      tables:sheetIndex "0"^^xsd:int .

baalicensee:baaLicenseeDateValidFrom
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "baaLicenseeDateValidFrom" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

baalicensee:baaLicenseeDateValidTo
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "baaLicenseeDateValidTo" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

baalicensee:baaLicenseeInterest
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "baaLicenseeInterest" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

baalicensee:baaLicenseeSdfi
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "baaLicenseeSdfi" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

baalicensee:baaName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "baaName"^^xsd:string ;
      rdfs:range xsd:string ;
      tables:columnIndex "0"^^xsd:int .

baalicensee:cmpLongName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "cmpLongName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .

baalicensee:datesyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baalicensee:BAALicensee ;
      rdfs:label "DatesyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .