Showing
2 changed files
with
27 additions
and
4 deletions
1 | -# Saved by TopBraid on Tue Sep 20 15:58:19 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 20 18:13:07 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-report-header | 2 | # baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-report-header |
3 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | ||
3 | 4 | ||
4 | @prefix : <http://www.reportinghub.no/test/ddr/TEST_ddr-report-header#> . | 5 | @prefix : <http://www.reportinghub.no/test/ddr/TEST_ddr-report-header#> . |
6 | +@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | ||
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
6 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
7 | 11 | ||
8 | <http://www.reportinghub.no/test/ddr/TEST_ddr-report-header> | 12 | <http://www.reportinghub.no/test/ddr/TEST_ddr-report-header> |
9 | - rdf:type <http://www.w3.org/2002/07/owl#Ontology> ; | 13 | + rdf:type owl:Ontology ; |
10 | - <http://www.w3.org/2002/07/owl#versionInfo> | 14 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ; |
11 | - "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | +# Saved by TopBraid on Tue Sep 20 18:13:07 BST 2011 | ||
2 | +# baseURI: null | ||
3 | + | ||
4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +[] rdf:type inference:Configuration ; | ||
14 | + composite:child | ||
15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
16 | + <http://spinrdf.org/spin#topSPINOptions> | ||
17 | + "singlePass" ; | ||
18 | + composite:index "0"^^xsd:int | ||
19 | + ] . |
-
Please register or login to post a comment