David Leal

More work on MPR transforms

...@@ -10,10 +10,14 @@ ...@@ -10,10 +10,14 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 11 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 15
16 +ep-prodeqt:FlowMeter
17 + rdf:type owl:Class ;
18 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
19 +
16 ep-prodeqt:hasCaptain 20 ep-prodeqt:hasCaptain
17 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 21 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
18 rdfs:label "has captain"^^xsd:string ; 22 rdfs:label "has captain"^^xsd:string ;
19 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . 23 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
......
This diff could not be displayed because it is too large.
1 -# Saved by TopBraid on Sat Oct 08 12:56:31 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 - composite:index "0"^^xsd:int
17 - ] .