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

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

licence:Licence
      rdf:type owl:Class ;
      rdfs:label "licence" ;
      tables:sheetIndex "0"^^xsd:int .

licence:datesyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "DatesyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "11"^^xsd:int .

licence:prlCurrentArea
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlCurrentArea" ;
      rdfs:range xsd:string ;
      tables:columnIndex "7"^^xsd:int .

licence:prlDateGranted
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlDateGranted" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

licence:prlDateValidTo
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlDateValidTo" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

licence:prlFactMapUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlFactMapUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "10"^^xsd:int .

licence:prlFactPageUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlFactPageUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "9"^^xsd:int .

licence:prlLicensingActivityName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlLicensingActivityName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

licence:prlMainArea
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlMainArea" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

licence:prlName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "ÔªøprlName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "0"^^xsd:int .

licence:prlNpdidLicence
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlNpdidLicence" ;
      rdfs:range xsd:string ;
      tables:columnIndex "8"^^xsd:int .

licence:prlOriginalArea
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlOriginalArea" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .

licence:prlStatus
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licence:Licence ;
      rdfs:label "prlStatus" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .