Showing
3 changed files
with
81 additions
and
0 deletions
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | +# baseURI: file:///www.reportinghub.no/transform/npd/licensee | ||
| 2 | +# imports: http://topbraid.org/tables | ||
| 3 | + | ||
| 4 | +@prefix licensee: <file:///www.reportinghub.no/transform/npd/licensee#> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix tables: <http://topbraid.org/tables#> . | ||
| 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 10 | + | ||
| 11 | +<file:///www.reportinghub.no/transform/npd/licensee> | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://topbraid.org/tables> . | ||
| 14 | + | ||
| 15 | +licensee:Licensee | ||
| 16 | + rdf:type owl:Class ; | ||
| 17 | + rdfs:label "licensee-2011-07-30" ; | ||
| 18 | + tables:sheetIndex "0"^^xsd:int . | ||
| 19 | + | ||
| 20 | +licensee:cmpLongName | ||
| 21 | + rdf:type owl:DatatypeProperty ; | ||
| 22 | + rdfs:domain licensee:Licensee ; | ||
| 23 | + rdfs:label "cmpLongName" ; | ||
| 24 | + rdfs:range xsd:string ; | ||
| 25 | + tables:columnIndex "3"^^xsd:int . | ||
| 26 | + | ||
| 27 | +licensee:cmpNpdidCompany | ||
| 28 | + rdf:type owl:DatatypeProperty ; | ||
| 29 | + rdfs:domain licensee:Licensee ; | ||
| 30 | + rdfs:label "cmpNpdidCompany" ; | ||
| 31 | + rdfs:range xsd:string ; | ||
| 32 | + tables:columnIndex "7"^^xsd:int . | ||
| 33 | + | ||
| 34 | +licensee:datesyncNPD | ||
| 35 | + rdf:type owl:DatatypeProperty ; | ||
| 36 | + rdfs:domain licensee:Licensee ; | ||
| 37 | + rdfs:label "DatesyncNPD" ; | ||
| 38 | + rdfs:range xsd:string ; | ||
| 39 | + tables:columnIndex "8"^^xsd:int . | ||
| 40 | + | ||
| 41 | +licensee:prlLicenseeDateValidFrom | ||
| 42 | + rdf:type owl:DatatypeProperty ; | ||
| 43 | + rdfs:domain licensee:Licensee ; | ||
| 44 | + rdfs:label "prlLicenseeDateValidFrom" ; | ||
| 45 | + rdfs:range xsd:string ; | ||
| 46 | + tables:columnIndex "1"^^xsd:int . | ||
| 47 | + | ||
| 48 | +licensee:prlLicenseeDateValidTo | ||
| 49 | + rdf:type owl:DatatypeProperty ; | ||
| 50 | + rdfs:domain licensee:Licensee ; | ||
| 51 | + rdfs:label "prlLicenseeDateValidTo" ; | ||
| 52 | + rdfs:range xsd:string ; | ||
| 53 | + tables:columnIndex "2"^^xsd:int . | ||
| 54 | + | ||
| 55 | +licensee:prlLicenseeInterest | ||
| 56 | + rdf:type owl:DatatypeProperty ; | ||
| 57 | + rdfs:domain licensee:Licensee ; | ||
| 58 | + rdfs:label "prlLicenseeInterest" ; | ||
| 59 | + rdfs:range xsd:string ; | ||
| 60 | + tables:columnIndex "4"^^xsd:int . | ||
| 61 | + | ||
| 62 | +licensee:prlLicenseeSdfi | ||
| 63 | + rdf:type owl:DatatypeProperty ; | ||
| 64 | + rdfs:domain licensee:Licensee ; | ||
| 65 | + rdfs:label "prlLicenseeSdfi" ; | ||
| 66 | + rdfs:range xsd:string ; | ||
| 67 | + tables:columnIndex "5"^^xsd:int . | ||
| 68 | + | ||
| 69 | +licensee:prlName | ||
| 70 | + rdf:type owl:DatatypeProperty ; | ||
| 71 | + rdfs:domain licensee:Licensee ; | ||
| 72 | + rdfs:label "ÔªøprlName" ; | ||
| 73 | + rdfs:range xsd:string ; | ||
| 74 | + tables:columnIndex "0"^^xsd:int . | ||
| 75 | + | ||
| 76 | +licensee:prlNpdidLicence | ||
| 77 | + rdf:type owl:DatatypeProperty ; | ||
| 78 | + rdfs:domain licensee:Licensee ; | ||
| 79 | + rdfs:label "prlNpdidLicence" ; | ||
| 80 | + rdfs:range xsd:string ; | ||
| 81 | + tables:columnIndex "6"^^xsd:int . |
-
Please register or login to post a comment