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

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

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

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

licenceop:cmpNpdidCompany
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licenceop:LicenceOp ;
      rdfs:label "cmpNpdidCompany" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .

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

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

licenceop:prlNpdidLicence
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licenceop:LicenceOp ;
      rdfs:label "prlNpdidLicence" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

licenceop:prlOperDateValidFrom
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licenceop:LicenceOp ;
      rdfs:label "prlOperDateValidFrom" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

licenceop:prlOperDateValidTo
      rdf:type owl:DatatypeProperty ;
      rdfs:domain licenceop:LicenceOp ;
      rdfs:label "prlOperDateValidTo" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .