Showing
5 changed files
with
70 additions
and
1 deletions
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
... | @@ -13,4 +13,6 @@ | ... | @@ -13,4 +13,6 @@ |
13 | composite:child | 13 | composite:child |
14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | composite:index "0"^^xsd:int | 15 | composite:index "0"^^xsd:int |
16 | - ] . | 16 | + ] ; |
17 | + inference:inferredMode | ||
18 | + "true"^^xsd:boolean . | ... | ... |
1 | +# baseURI: file:///www.reportinghub.no/transform/npd/baalicensee | ||
2 | +# imports: http://topbraid.org/tables | ||
3 | + | ||
4 | +@prefix baalicensee: <file:///www.reportinghub.no/transform/npd/baalicensee#> . | ||
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/baalicensee> | ||
12 | + rdf:type owl:Ontology ; | ||
13 | + owl:imports <http://topbraid.org/tables> . | ||
14 | + | ||
15 | +baalicensee:BAALicensee | ||
16 | + rdf:type owl:Class ; | ||
17 | + rdfs:label "BAA Licensee"^^xsd:string ; | ||
18 | + tables:sheetIndex "0"^^xsd:int . | ||
19 | + | ||
20 | +baalicensee:baaLicenseeDateValidFrom | ||
21 | + rdf:type owl:DatatypeProperty ; | ||
22 | + rdfs:domain baalicensee:BAALicensee ; | ||
23 | + rdfs:label "baaLicenseeDateValidFrom" ; | ||
24 | + rdfs:range xsd:string ; | ||
25 | + tables:columnIndex "1"^^xsd:int . | ||
26 | + | ||
27 | +baalicensee:baaLicenseeDateValidTo | ||
28 | + rdf:type owl:DatatypeProperty ; | ||
29 | + rdfs:domain baalicensee:BAALicensee ; | ||
30 | + rdfs:label "baaLicenseeDateValidTo" ; | ||
31 | + rdfs:range xsd:string ; | ||
32 | + tables:columnIndex "2"^^xsd:int . | ||
33 | + | ||
34 | +baalicensee:baaLicenseeInterest | ||
35 | + rdf:type owl:DatatypeProperty ; | ||
36 | + rdfs:domain baalicensee:BAALicensee ; | ||
37 | + rdfs:label "baaLicenseeInterest" ; | ||
38 | + rdfs:range xsd:string ; | ||
39 | + tables:columnIndex "4"^^xsd:int . | ||
40 | + | ||
41 | +baalicensee:baaLicenseeSdfi | ||
42 | + rdf:type owl:DatatypeProperty ; | ||
43 | + rdfs:domain baalicensee:BAALicensee ; | ||
44 | + rdfs:label "baaLicenseeSdfi" ; | ||
45 | + rdfs:range xsd:string ; | ||
46 | + tables:columnIndex "5"^^xsd:int . | ||
47 | + | ||
48 | +baalicensee:baaName | ||
49 | + rdf:type owl:DatatypeProperty ; | ||
50 | + rdfs:domain baalicensee:BAALicensee ; | ||
51 | + rdfs:label "baaName"^^xsd:string ; | ||
52 | + rdfs:range xsd:string ; | ||
53 | + tables:columnIndex "0"^^xsd:int . | ||
54 | + | ||
55 | +baalicensee:cmpLongName | ||
56 | + rdf:type owl:DatatypeProperty ; | ||
57 | + rdfs:domain baalicensee:BAALicensee ; | ||
58 | + rdfs:label "cmpLongName" ; | ||
59 | + rdfs:range xsd:string ; | ||
60 | + tables:columnIndex "3"^^xsd:int . | ||
61 | + | ||
62 | +baalicensee:datesyncNPD | ||
63 | + rdf:type owl:DatatypeProperty ; | ||
64 | + rdfs:domain baalicensee:BAALicensee ; | ||
65 | + rdfs:label "DatesyncNPD" ; | ||
66 | + rdfs:range xsd:string ; | ||
67 | + tables:columnIndex "6"^^xsd:int . |
-
Please register or login to post a comment