Showing
4 changed files
with
107 additions
and
0 deletions
1 | +# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/facility | ||
3 | +# imports: http://purl.org/dc/elements/1.1/ | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | +# imports: http://spinrdf.org/spin | ||
6 | +# imports: http://purl.org/dc/terms/ | ||
7 | + | ||
8 | +@prefix : <http://www.reportinghub.no/ep/schema/facility#> . | ||
9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
12 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
16 | + | ||
17 | +<http://www.reportinghub.no/ep/schema/facility> | ||
18 | + rdf:type owl:Ontology ; | ||
19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> ; | ||
20 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
21 | + | ||
22 | +:Facility | ||
23 | + rdf:type owl:Class ; | ||
24 | + rdfs:label "facility"^^xsd:string ; | ||
25 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
26 | + | ||
27 | +:FixedFacility | ||
28 | + rdf:type owl:DeprecatedClass ; | ||
29 | + rdfs:subClassOf :Facility . | ||
30 | + | ||
31 | +:MoveableFacility | ||
32 | + rdf:type owl:Class ; | ||
33 | + rdfs:subClassOf :Facility . | ||
34 | + | ||
35 | +:Rig rdf:type owl:Class ; | ||
36 | + rdfs:subClassOf :Facility . | ||
37 | + | ||
38 | +:SubSurfaceFixedFacility | ||
39 | + rdf:type owl:Class ; | ||
40 | + rdfs:subClassOf :FixedFacility . | ||
41 | + | ||
42 | +:SurfaceFixedFacility | ||
43 | + rdf:type owl:Class ; | ||
44 | + rdfs:subClassOf :FixedFacility . |
1 | +# Saved by TopBraid on Tue Aug 09 14:35:50 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 | + ] . |
1 | +# Saved by TopBraid on Tue Aug 09 15:32:44 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/organization | ||
3 | +# imports: http://purl.org/dc/elements/1.1/ | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | +# imports: http://spinrdf.org/spin | ||
6 | + | ||
7 | +@prefix : <http://www.reportinghub.no/ep/schema/organization#> . | ||
8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
12 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
13 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
15 | + | ||
16 | +<http://www.reportinghub.no/ep/schema/organization> | ||
17 | + rdf:type owl:Ontology ; | ||
18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://spinrdf.org/spin> ; | ||
19 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
20 | + | ||
21 | +:Company | ||
22 | + rdf:type owl:Class ; | ||
23 | + rdfs:label "company"^^xsd:string ; | ||
24 | + rdfs:subClassOf :Organization . | ||
25 | + | ||
26 | +:Organization | ||
27 | + rdf:type owl:Class ; | ||
28 | + rdfs:label "organization"^^xsd:string ; | ||
29 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
1 | +# Saved by TopBraid on Tue Aug 09 15:32:44 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 | + ] . |
-
Please register or login to post a comment