David Price

Updated based on DDR Proxy Schema Mapping Work

1 +# Saved by TopBraid on Thu Sep 15 16:25:34 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/spin/report-constraints 2 # baseURI: http://www.reportinghub.no/ep/spin/report-constraints
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
8 # imports: http://www.reportinghub.no/ep/schema/1.0/organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/organization
9 # imports: http://www.reportinghub.no/ep/schema/1.0/report 4 # imports: http://www.reportinghub.no/ep/schema/1.0/report
10 # imports: http://www.reportinghub.no/ep/schema/1.0/well 5 # imports: http://www.reportinghub.no/ep/schema/1.0/well
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
11 # imports: http://www.reportinghub.no/np/schema/1.0/npd 10 # imports: http://www.reportinghub.no/np/schema/1.0/npd
11 +# imports: http://spinrdf.org/spin
12 # imports: http://www.reportinghub.no/spin/rh 12 # imports: http://www.reportinghub.no/spin/rh
13 13
14 @prefix : <http://www.reportinghub.no/ep/spin/report-constraints#> . 14 @prefix : <http://www.reportinghub.no/ep/spin/report-constraints#> .
15 @prefix arg: <http://spinrdf.org/arg#> . 15 @prefix arg: <http://spinrdf.org/arg#> .
16 -@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
17 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 16 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
18 @prefix owl: <http://www.w3.org/2002/07/owl#> . 17 @prefix owl: <http://www.w3.org/2002/07/owl#> .
19 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 18 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -36,7 +35,7 @@ ...@@ -36,7 +35,7 @@
36 <http://www.reportinghub.no/ep/spin/report-constraints> 35 <http://www.reportinghub.no/ep/spin/report-constraints>
37 rdf:type owl:Ontology ; 36 rdf:type owl:Ontology ;
38 rdfs:comment "Constraints that need to be executed after ep-report:Report generation (without SXML triples)."^^xsd:string ; 37 rdfs:comment "Constraints that need to be executed after ep-report:Report generation (without SXML triples)."^^xsd:string ;
39 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/spin/rh> ; 38 + owl:imports <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
40 owl:versionInfo "0.1.0"^^xsd:string . 39 owl:versionInfo "0.1.0"^^xsd:string .
41 40
42 :DDRSuperclass 41 :DDRSuperclass
......
This diff could not be displayed because it is too large.