David Price

Nearly finished copex ontology gen

This diff could not be displayed because it is too large.
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
3 # imports: file:///www.reportinghub.no/input/copex/COPEX-HeadingsList.xls 3 # imports: file:///www.reportinghub.no/input/copex/COPEX-HeadingsList.xls
4 # imports: file:///www.reportinghub.no/input/copex/COPEX-Properties.xls 4 # imports: file:///www.reportinghub.no/input/copex/COPEX-Properties.xls
5 5
6 -@prefix Head: <file:///www.reportinghub.no/input/copex/COPEX-HeadingsList.xls#> .
7 -@prefix Model: <file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls#> .
8 -@prefix Prop: <file:///www.reportinghub.no/input/copex/COPEX-Properties.xls#> .
9 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
10 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 8 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
9 @prefix visual: <http://topbraid.org/visual#> . 9 @prefix visual: <http://topbraid.org/visual#> .
10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 11
12 +<file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls#COPEX-HeadingWithProperty>
13 + forms:keyProperties (rdfs:label rdfs:comment <file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls#blockName> <file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls#keywordName> <file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls#level>) .
14 +
12 [] rdf:type inference:Configuration ; 15 [] rdf:type inference:Configuration ;
13 composite:child 16 composite:child
14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 17 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
......