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

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

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

baa:baaDateApproved
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaDateApproved" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

baa:baaDateValidFrom
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaDateValidFrom" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .

baa:baaDateValidTo
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaDateValidTo" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

baa:baaFactMapUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaFactMapUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .

baa:baaFactPageUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaFactPageUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

baa:baaKind
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaKind" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

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

baa:baaNpdidBsnsArrArea
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "baaNpdidBsnsArrArea" ;
      rdfs:range xsd:string ;
      tables:columnIndex "7"^^xsd:int .

baa:dateSyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain baa:BAA ;
      rdfs:label "dateSyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "8"^^xsd:int .