Use of temporal parts of a WellBore; splitting of rules between
drillReport and statusInfo; mapping to ISO 15926 for temporalPartOf
Showing
3 changed files
with
58 additions
and
0 deletions
This diff is collapsed. Click to expand it.
1 | +# Saved by TopBraid on Thu Aug 04 10:01:34 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | ||
4 | +# imports: http://purl.org/dc/elements/1.1/ | ||
5 | +# imports: http://www.w3.org/2004/02/skos/core | ||
6 | +# imports: http://www.reportinghub.no/iso15926/nativeOWL | ||
7 | +# imports: http://purl.org/dc/terms/ | ||
8 | + | ||
9 | +@prefix : <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
10 | +@prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . | ||
11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
12 | +@prefix p1: <http://example.org/file1#> . | ||
13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
16 | + | ||
17 | +<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> | ||
18 | + rdfs:subClassOf iso15926:PossibleIndividual . | ||
19 | + | ||
20 | +<http://www.reportinghub.no/iso15926/bindEP-NativeOWL> | ||
21 | + rdf:type owl:Ontology ; | ||
22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ; | ||
23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
www.reportinghub.no/iso15926/nativeOWL.ttl
0 → 100644
1 | +# Saved by TopBraid on Thu Aug 04 09:41:43 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/iso15926/nativeOWL | ||
3 | +# imports: http://purl.org/dc/elements/1.1/ | ||
4 | +# imports: http://www.w3.org/2004/02/skos/core | ||
5 | +# imports: http://purl.org/dc/terms/ | ||
6 | + | ||
7 | +@prefix : <http://www.reportinghub.no/iso15926/nativeOWL#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +<http://www.reportinghub.no/iso15926/nativeOWL> | ||
14 | + rdf:type owl:Ontology ; | ||
15 | + owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ; | ||
16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
17 | + | ||
18 | +:PossibleIndividual | ||
19 | + rdf:type owl:Class ; | ||
20 | + rdfs:label "possible individual"^^xsd:string ; | ||
21 | + rdfs:subClassOf owl:Thing . | ||
22 | + | ||
23 | +:hasTemporalPart | ||
24 | + rdf:type owl:TransitiveProperty ; | ||
25 | + rdfs:domain :PossibleIndividual ; | ||
26 | + rdfs:label "has temporal part"^^xsd:string ; | ||
27 | + rdfs:range :PossibleIndividual ; | ||
28 | + owl:inverseOf :temporalPartOf . | ||
29 | + | ||
30 | +:temporalPartOf | ||
31 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
32 | + rdfs:domain :PossibleIndividual ; | ||
33 | + rdfs:label "temporal part of"^^xsd:string ; | ||
34 | + rdfs:range :PossibleIndividual ; | ||
35 | + owl:inverseOf :hasTemporalPart . |
-
Please register or login to post a comment