Showing
5 changed files
with
30 additions
and
14 deletions
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Sat Oct 08 14:19:39 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization |
4 | - | 4 | + |
5 | -@prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . | 5 | +@prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . |
6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
7 | -@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#> . |
8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
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> ; | 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 | + | ||
16 | +ep-prodeqt:CargoShip | ||
17 | + rdf:type owl:Class ; | ||
18 | + rdfs:label "cargo ship"^^xsd:string ; | ||
19 | + rdfs:subClassOf ep-prodeqt:Vessel . | ||
20 | + | ||
21 | +ep-prodeqt:Vessel | ||
22 | + rdf:type owl:Class ; | ||
23 | + rdfs:label "vessel"^^xsd:string ; | ||
24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
25 | + | ||
26 | +ep-prodeqt:hasCaptain | ||
27 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
28 | + rdfs:domain ep-prodeqt:Vessel ; | ||
29 | + rdfs:label "has captain"^^xsd:string ; | ||
30 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment