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

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

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

facilitymoveable:datesyncNPD
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "datesyncNPD" ;
      rdfs:range xsd:string ;
      tables:columnIndex "7"^^xsd:int .

facilitymoveable:fclCurrentRespCompanyName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclCurrentRespCompanyName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "1"^^xsd:int .

facilitymoveable:fclFactPageUrl
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclFactPageUrl" ;
      rdfs:range xsd:string ;
      tables:columnIndex "4"^^xsd:int .

facilitymoveable:fclKind
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclKind" ;
      rdfs:range xsd:string ;
      tables:columnIndex "2"^^xsd:int .

facilitymoveable:fclName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclName"^^xsd:string ;
      rdfs:range xsd:string ;
      tables:columnIndex "0"^^xsd:int .

facilitymoveable:fclNationName
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclNationName" ;
      rdfs:range xsd:string ;
      tables:columnIndex "3"^^xsd:int .

facilitymoveable:fclNpdidCurrentRespCompany
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclNpdidCurrentRespCompany" ;
      rdfs:range xsd:string ;
      tables:columnIndex "6"^^xsd:int .

facilitymoveable:fclNpdidFacility
      rdf:type owl:DatatypeProperty ;
      rdfs:domain facilitymoveable:FacilityMoveable ;
      rdfs:label "fclNpdidFacility" ;
      rdfs:range xsd:string ;
      tables:columnIndex "5"^^xsd:int .