Showing
23 changed files
with
511 additions
and
139 deletions
1 | +# baseURI: http://www.energistics.org/schemas/abstract | ||
2 | +# imports: http://www.linkedmodel.org/schema/dtype | ||
3 | +# imports: http://www.linkedmodel.org/schema/vaem | ||
4 | + | ||
5 | +@prefix abstract: <http://www.energistics.org/schemas/abstract#> . | ||
6 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
7 | +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
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 skos: <http://www.w3.org/2004/02/skos/core#> . | ||
12 | +@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> . | ||
13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
14 | + | ||
15 | +dc:description | ||
16 | + rdfs:label "description"^^xsd:string . | ||
17 | + | ||
18 | +<http://www.energistics.org/schemas/abstract> | ||
19 | + rdf:type owl:Ontology ; | ||
20 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/schema/dtype> ; | ||
21 | + owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string . | ||
22 | + | ||
23 | +abstract:AbstractContextualObject | ||
24 | + rdf:type owl:Class ; | ||
25 | + rdfs:label "Abstract contextual object"^^xsd:string ; | ||
26 | + rdfs:subClassOf abstract:AbstractObject ; | ||
27 | + dc:description "Substitution group for contextual objects."^^xsd:string . | ||
28 | + | ||
29 | +abstract:AbstractDataObject | ||
30 | + rdf:type owl:Class ; | ||
31 | + rdfs:label "Abstract data object"^^xsd:string ; | ||
32 | + rdfs:subClassOf abstract:AbstractObject ; | ||
33 | + dc:description "Substitution group for normative data objects."^^xsd:string . | ||
34 | + | ||
35 | +abstract:AbstractObject | ||
36 | + rdf:type owl:Class ; | ||
37 | + rdfs:label "Abstract object"^^xsd:string ; | ||
38 | + dc:description """The intended abstract supertype of all schema roots | ||
39 | + that may be a member of a substitution group (whether contextual or data). | ||
40 | + The type of root global elements should be extended from this type and the | ||
41 | + root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string . | ||
42 | + | ||
43 | +skos:prefLabel | ||
44 | + rdf:type owl:AnnotationProperty ; | ||
45 | + rdfs:label "pref label"^^xsd:string . |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 | +# Saved by TopBraid on Tue Aug 09 15:02:54 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.1/core | ||
3 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
4 | + | ||
5 | +@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
6 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
7 | +@prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . | ||
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/ep/schema/1.1/core> | ||
14 | + rdf:type owl:Ontology ; | ||
15 | + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | ||
16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
17 | + | ||
18 | +ep-core:PhysicalObject | ||
19 | + rdf:type owl:Class ; | ||
20 | + rdfs:label "physical object"^^xsd:string ; | ||
21 | + rdfs:subClassOf ep-core:PhysicalThing . | ||
22 | + | ||
23 | +ep-core:PhysicalThing | ||
24 | + rdf:type owl:Class ; | ||
25 | + rdfs:label "physical thing"^^xsd:string ; | ||
26 | + rdfs:subClassOf owl:Thing . | ||
27 | + | ||
28 | +ep-core:basisFor | ||
29 | + rdf:type owl:ObjectProperty ; | ||
30 | + rdfs:label "basis for"^^xsd:string . | ||
31 | + | ||
32 | +ep-core:derivedFrom | ||
33 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
34 | + rdfs:label "derived from"^^xsd:string . | ||
35 | + | ||
36 | +ep-core:hasPart | ||
37 | + rdf:type owl:TransitiveProperty ; | ||
38 | + rdfs:domain ep-core:PhysicalThing ; | ||
39 | + rdfs:label "has part"^^xsd:string ; | ||
40 | + rdfs:range ep-core:PhysicalThing ; | ||
41 | + owl:inverseOf ep-core:partOf . | ||
42 | + | ||
43 | +ep-core:hasTemporalPart | ||
44 | + rdf:type owl:TransitiveProperty ; | ||
45 | + rdfs:domain ep-core:PhysicalThing ; | ||
46 | + rdfs:label "has temporal part"^^xsd:string ; | ||
47 | + rdfs:range ep-core:PhysicalThing ; | ||
48 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
49 | + owl:inverseOf ep-core:partOf . | ||
50 | + | ||
51 | +ep-core:name | ||
52 | + rdf:type owl:DatatypeProperty ; | ||
53 | + rdfs:label "name"^^xsd:string ; | ||
54 | + rdfs:range xsd:string . | ||
55 | + | ||
56 | +ep-core:partOf | ||
57 | + rdf:type owl:TransitiveProperty ; | ||
58 | + rdfs:domain ep-core:PhysicalThing ; | ||
59 | + rdfs:label "part of"^^xsd:string ; | ||
60 | + rdfs:range ep-core:PhysicalThing ; | ||
61 | + owl:inverseOf ep-core:hasPart . | ||
62 | + | ||
63 | +ep-core:temporalPartOf | ||
64 | + rdf:type owl:TransitiveProperty ; | ||
65 | + rdfs:domain ep-core:PhysicalThing ; | ||
66 | + rdfs:label "temporal part of"^^xsd:string ; | ||
67 | + rdfs:range ep-core:PhysicalThing ; | ||
68 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
69 | + owl:inverseOf ep-core:hasTemporalPart . |
This diff could not be displayed because it is too large.
1 | +# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/equipment | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
4 | + | ||
5 | +@prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | ||
6 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | ||
13 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
14 | + | ||
15 | +<http://www.reportinghub.no/ep/schema/equipment> | ||
16 | + rdf:type owl:Ontology ; | ||
17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
19 | + | ||
20 | +ep-eqt:Equipment | ||
21 | + rdf:type owl:Class ; | ||
22 | + rdfs:label "Equipment"^^xsd:string ; | ||
23 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
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 | +# baseURI: http://www.reportinghub.no/ep/schema/organization | ||
2 | +# imports: http://purl.org/dc/elements/1.1/ | ||
3 | +# imports: http://spinrdf.org/spin | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | + | ||
6 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
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 sp: <http://spinrdf.org/sp#> . | ||
11 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
12 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
14 | + | ||
15 | +<http://www.reportinghub.no/ep/schema/organization> | ||
16 | + rdf:type owl:Ontology ; | ||
17 | + owl:imports <http://spinrdf.org/spin> , <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
19 | + | ||
20 | +ep-org:Company | ||
21 | + rdf:type owl:Class ; | ||
22 | + rdfs:label "Company"^^xsd:string ; | ||
23 | + rdfs:subClassOf ep-org:Organization . | ||
24 | + | ||
25 | +ep-org:Organization | ||
26 | + rdf:type owl:Class ; | ||
27 | + rdfs:label "organization"^^xsd:string ; | ||
28 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
1 | +# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/report | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
5 | + | ||
6 | +@prefix : <http://www.reportinghub.no/ep/schema/report#> . | ||
7 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
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/ep/schema/report> | ||
14 | + rdf:type owl:Ontology ; | ||
15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
17 | + | ||
18 | +ep-report:DailyDrillingReport | ||
19 | + rdf:type owl:Class ; | ||
20 | + rdfs:subClassOf ep-report:Report . | ||
21 | + | ||
22 | +ep-report:FinalDailyDrillingReport | ||
23 | + rdf:type owl:Class ; | ||
24 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
25 | + | ||
26 | +ep-report:NormalDailyDrillingReport | ||
27 | + rdf:type owl:Class ; | ||
28 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
29 | + | ||
30 | +ep-report:PreliminaryDailyDrillingReport | ||
31 | + rdf:type owl:Class ; | ||
32 | + rdfs:subClassOf ep-report:DailyDrillingReport . | ||
33 | + | ||
34 | +ep-report:Report | ||
35 | + rdf:type owl:Class ; | ||
36 | + rdfs:subClassOf owl:Thing . |
1 | +# Saved by TopBraid on Tue Jul 26 01:03:35 CEST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/1.1/schema/epvv | ||
3 | +# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
4 | +# imports: http://www.reportinghub.no/1.1/schema/epa | ||
5 | +# imports: http://www.linkedmodel.org/1.0/schema/dtype | ||
6 | +# imports: http://spinrdf.org/spin | ||
7 | + | ||
8 | +@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
9 | +@prefix epvv: <http://www.reportinghub.no/schema/epvv#> . | ||
10 | +@prefix epvv-1.1: <http://www.reportinghub.no/1.1/schema/epvv#> . | ||
11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
14 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
15 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
16 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
18 | + | ||
19 | +<http://www.reportinghub.no/1.1/schema/epvv> | ||
20 | + rdf:type owl:Ontology ; | ||
21 | + owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; | ||
22 | + owl:versionInfo "TBD by RH"^^xsd:string . | ||
23 | + | ||
24 | +epvv:Discrepancy | ||
25 | + rdf:type owl:Class ; | ||
26 | + rdfs:label "Discrepancy"^^xsd:string ; | ||
27 | + rdfs:subClassOf owl:Thing . | ||
28 | + | ||
29 | +epvv:ET_InvalidAttributeValue | ||
30 | + rdf:type epvv:ErrorType ; | ||
31 | + rdfs:label "invalid attribute value"^^xsd:string ; | ||
32 | + dtype:value "invalid attribute value"^^xsd:string . | ||
33 | + | ||
34 | +epvv:ET_InvalidEndTime | ||
35 | + rdf:type epvv:EnumeratedValue ; | ||
36 | + rdfs:label "Invalid end time"^^xsd:string . | ||
37 | + | ||
38 | +epvv:ET_InvalidEnumeratedValue | ||
39 | + rdf:type epvv:ErrorType ; | ||
40 | + rdfs:label "invalid enumerated value"^^xsd:string ; | ||
41 | + dtype:value "invalid enumerated value"^^xsd:string . | ||
42 | + | ||
43 | +epvv:ET_InvalidStartTime | ||
44 | + rdf:type epvv:EnumeratedValue ; | ||
45 | + rdfs:label "Invalid start time"^^xsd:string . | ||
46 | + | ||
47 | +epvv:ET_MissingAttribute | ||
48 | + rdf:type epvv:ErrorType ; | ||
49 | + rdfs:label "missing attribute"^^xsd:string ; | ||
50 | + dtype:value "missing attribute"^^xsd:string . | ||
51 | + | ||
52 | +epvv:ET_TotalTimeLessThanReportingPeriod | ||
53 | + rdf:type epvv:EnumeratedValue ; | ||
54 | + rdfs:label "total time is less than reporting period"^^xsd:string . | ||
55 | + | ||
56 | +epvv:ET_TotalTimeMoreThanReportingPeriod | ||
57 | + rdf:type epvv:EnumeratedValue ; | ||
58 | + rdfs:label "total time is more than reporting period"^^xsd:string . | ||
59 | + | ||
60 | +epvv:EnumeratedValue | ||
61 | + rdf:type owl:Class ; | ||
62 | + rdfs:label "Enumerated value"^^xsd:string ; | ||
63 | + rdfs:subClassOf dtype:EnumeratedValue . | ||
64 | + | ||
65 | +epvv:ErrorType | ||
66 | + rdf:type owl:Class ; | ||
67 | + rdfs:label "Error type"^^xsd:string ; | ||
68 | + rdfs:subClassOf epvv:EnumeratedValue . | ||
69 | + | ||
70 | +epvv:Subject | ||
71 | + rdf:type owl:Class ; | ||
72 | + rdfs:label "Source location"^^xsd:string ; | ||
73 | + rdfs:subClassOf owl:Thing . | ||
74 | + | ||
75 | +epvv:WarningType | ||
76 | + rdf:type owl:Class ; | ||
77 | + rdfs:label "Warning type"^^xsd:string ; | ||
78 | + rdfs:subClassOf epvv:EnumeratedValue . | ||
79 | + | ||
80 | +epvv:hasSubject | ||
81 | + rdf:type owl:ObjectProperty ; | ||
82 | + rdfs:label "has subject"^^xsd:string . | ||
83 | + | ||
84 | +epvv:lineNumber | ||
85 | + rdf:type owl:DatatypeProperty ; | ||
86 | + rdfs:label "line number"^^xsd:string ; | ||
87 | + rdfs:range xsd:integer . |
1 | +# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011 | ||
2 | +# baseURI: http://www.reportinghub.no/ep/schema/well | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
4 | + | ||
5 | +@prefix : <http://www.reportinghub.no/ep/schema/well#> . | ||
6 | +@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://www.reportinghub.no/ep/schema/well> | ||
13 | + rdf:type owl:Ontology ; | ||
14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
16 | + | ||
17 | +ep-well:AllOrPartOfTheLifeOfAWellBore | ||
18 | + rdf:type owl:Class ; | ||
19 | + rdfs:label "all or part of the life of a well bore"^^xsd:string ; | ||
20 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
21 | + | ||
22 | +ep-well:TemporalPartOfAWellBore | ||
23 | + rdf:type owl:Class ; | ||
24 | + rdfs:label "temporal part of a well bore"^^xsd:string ; | ||
25 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | ||
26 | + | ||
27 | +ep-well:Well | ||
28 | + rdf:type owl:Class ; | ||
29 | + rdfs:label "Well"^^xsd:string ; | ||
30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
31 | + rdfs:subClassOf | ||
32 | + [ rdf:type owl:Restriction ; | ||
33 | + owl:allValuesFrom ep-well:WellBore ; | ||
34 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
35 | + ] ; | ||
36 | + rdfs:subClassOf | ||
37 | + [ rdf:type owl:Restriction ; | ||
38 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
39 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
40 | + ] . | ||
41 | + | ||
42 | +ep-well:WellBore | ||
43 | + rdf:type owl:Class ; | ||
44 | + rdfs:label "well bore"^^xsd:string ; | ||
45 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore ; | ||
46 | + rdfs:subClassOf | ||
47 | + [ rdf:type owl:Restriction ; | ||
48 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
49 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
50 | + ] . |
1 | -# Saved by TopBraid on Tue Aug 09 14:47:57 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints | 1 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints |
2 | +# imports: http://spinrdf.org/spin | ||
3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
5 | -# imports: http://spinrdf.org/spin | 5 | +# imports: http://www.reportinghub.no/npd/1.1/schema |
6 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
7 | 6 | ||
8 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . | 7 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . |
9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -24,7 +23,7 @@ | ... | @@ -24,7 +23,7 @@ |
24 | ] [ rdf:type sp:NamedGraph ; | 23 | ] [ rdf:type sp:NamedGraph ; |
25 | sp:elements ([ rdf:type sp:NotExists ; | 24 | sp:elements ([ rdf:type sp:NotExists ; |
26 | sp:elements ([ sp:object _:b1 ; | 25 | sp:elements ([ sp:object _:b1 ; |
27 | - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 26 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
28 | sp:subject _:b2 | 27 | sp:subject _:b2 |
29 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 28 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
30 | sp:predicate rdf:type ; | 29 | sp:predicate rdf:type ; |
... | @@ -37,9 +36,9 @@ | ... | @@ -37,9 +36,9 @@ |
37 | 36 | ||
38 | <http://www.reportinghub.no/ep/spin/ddr-constraints> | 37 | <http://www.reportinghub.no/ep/spin/ddr-constraints> |
39 | rdf:type owl:Ontology ; | 38 | rdf:type owl:Ontology ; |
40 | - owl:imports <http://www.reportinghub.no/1.1/schema/npd> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | 39 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> ; |
41 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 40 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
42 | 41 | ||
43 | -_:b2 sp:varName "wellBore"^^xsd:string . | ||
44 | - | ||
45 | _:b1 sp:varName "nameWellbore"^^xsd:string . | 42 | _:b1 sp:varName "nameWellbore"^^xsd:string . |
43 | + | ||
44 | +_:b2 sp:varName "wellBore"^^xsd:string . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/examples/npdi | 1 | # baseURI: http://www.reportinghub.no/examples/npdi |
2 | -# imports: http://www.reportinghub.no/1.1/schema/npd | 2 | +# imports: http://www.reportinghub.no/npd/1.1/schema |
3 | 3 | ||
4 | @prefix : <http://www.reportinghub.no/examples/npdi#> . | 4 | @prefix : <http://www.reportinghub.no/examples/npdi#> . |
5 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . | 5 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . |
... | @@ -11,5 +11,5 @@ | ... | @@ -11,5 +11,5 @@ |
11 | 11 | ||
12 | <http://www.reportinghub.no/examples/npdi> | 12 | <http://www.reportinghub.no/examples/npdi> |
13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/1.1/schema/npd> ; | 14 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Tue Aug 09 14:48:52 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 | 1 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 |
3 | -# imports: http://topbraid.org/spin/spinmapl | ||
4 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
5 | -# imports: http://spinrdf.org/spin | ||
6 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL | 2 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL |
3 | +# imports: http://spinrdf.org/spin | ||
4 | +# imports: http://topbraid.org/spin/spinmapl | ||
5 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
7 | 6 | ||
8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
9 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | 8 | @prefix dm: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . |
... | @@ -22,7 +21,7 @@ | ... | @@ -22,7 +21,7 @@ |
22 | 21 | ||
23 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> | 22 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> |
24 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
25 | - owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/1.1/schema/npd> , <http://rds.posccaesar.org/2008/06/OWL/RDL> ; | 24 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://rds.posccaesar.org/2008/06/OWL/RDL> , <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> ; |
26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
27 | 26 | ||
28 | npdMap:ClassifyArrangedIndividual | 27 | npdMap:ClassifyArrangedIndividual |
... | @@ -53,7 +52,7 @@ npdMap:ClassifyArrangedIndividual | ... | @@ -53,7 +52,7 @@ npdMap:ClassifyArrangedIndividual |
53 | ] [ sp:object | 52 | ] [ sp:object |
54 | [ sp:varName "npdid"^^xsd:string | 53 | [ sp:varName "npdid"^^xsd:string |
55 | ] ; | 54 | ] ; |
56 | - sp:predicate npd:id ; | 55 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
57 | sp:subject spin:_this | 56 | sp:subject spin:_this |
58 | ] [ rdf:type sp:Bind ; | 57 | ] [ rdf:type sp:Bind ; |
59 | sp:expression "http://www.reportinghub.no/ep/" ; | 58 | sp:expression "http://www.reportinghub.no/ep/" ; |
... | @@ -147,7 +146,7 @@ npdMap:CreateIndividualWithNPDID | ... | @@ -147,7 +146,7 @@ npdMap:CreateIndividualWithNPDID |
147 | sp:subject _:b6 | 146 | sp:subject _:b6 |
148 | ]) ; | 147 | ]) ; |
149 | sp:where ([ sp:object _:b8 ; | 148 | sp:where ([ sp:object _:b8 ; |
150 | - sp:predicate npd:id ; | 149 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
151 | sp:subject spin:_this | 150 | sp:subject spin:_this |
152 | ] [ sp:object _:b9 ; | 151 | ] [ sp:object _:b9 ; |
153 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
... | @@ -224,11 +223,15 @@ npdMap:CreateIndividualWithNPDID | ... | @@ -224,11 +223,15 @@ npdMap:CreateIndividualWithNPDID |
224 | ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string . | 223 | ?wbIDCOIClsn is classification relationship from ?wbCOI to the RDL entry for wellbore identification code - RDS16622067"""^^xsd:string . |
225 | 224 | ||
226 | npdMap:Licence_1 | 225 | npdMap:Licence_1 |
227 | - rdf:type npd:Licence ; | 226 | + rdf:type <http://www.reportinghub.no/npd/schema#Licence> ; |
228 | - npd:id "ABC123"^^xsd:string . | 227 | + <http://www.reportinghub.no/npd/schema#id> |
228 | + "ABC123"^^xsd:string . | ||
229 | 229 | ||
230 | <http://www.reportinghub.no/ep/schema/well#WellBore> | 230 | <http://www.reportinghub.no/ep/schema/well#WellBore> |
231 | spin:rule | 231 | spin:rule |
232 | + [ rdf:type npdMap:ClassifyArrangedIndividual | ||
233 | + ] ; | ||
234 | + spin:rule | ||
232 | [ rdf:type sp:Construct ; | 235 | [ rdf:type sp:Construct ; |
233 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) | 236 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) |
234 | Note that because it uses the same URI production rule as other functions, we don't get repeated instances of the Well and WellBore...hopefully"""^^xsd:string ; | 237 | Note that because it uses the same URI production rule as other functions, we don't get repeated instances of the Well and WellBore...hopefully"""^^xsd:string ; |
... | @@ -251,15 +254,15 @@ Note that because it uses the same URI production rule as other functions, we do | ... | @@ -251,15 +254,15 @@ Note that because it uses the same URI production rule as other functions, we do |
251 | sp:where ([ sp:object | 254 | sp:where ([ sp:object |
252 | [ sp:varName "npdid"^^xsd:string | 255 | [ sp:varName "npdid"^^xsd:string |
253 | ] ; | 256 | ] ; |
254 | - sp:predicate npd:id ; | 257 | + sp:predicate <http://www.reportinghub.no/npd/schema#id> ; |
255 | sp:subject spin:_this | 258 | sp:subject spin:_this |
256 | ] [ sp:object _:b13 ; | 259 | ] [ sp:object _:b13 ; |
257 | - sp:predicate npd:partOfWell ; | 260 | + sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ; |
258 | sp:subject spin:_this | 261 | sp:subject spin:_this |
259 | ] [ sp:object | 262 | ] [ sp:object |
260 | [ sp:varName "wellName"^^xsd:string | 263 | [ sp:varName "wellName"^^xsd:string |
261 | ] ; | 264 | ] ; |
262 | - sp:predicate npd:name ; | 265 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
263 | sp:subject _:b13 | 266 | sp:subject _:b13 |
264 | ] [ rdf:type sp:Bind ; | 267 | ] [ rdf:type sp:Bind ; |
265 | sp:expression "http://www.reportinghub.no/ep/" ; | 268 | sp:expression "http://www.reportinghub.no/ep/" ; |
... | @@ -285,19 +288,16 @@ Note that because it uses the same URI production rule as other functions, we do | ... | @@ -285,19 +288,16 @@ Note that because it uses the same URI production rule as other functions, we do |
285 | ] ; | 288 | ] ; |
286 | sp:variable _:b12 | 289 | sp:variable _:b12 |
287 | ]) | 290 | ]) |
288 | - ] ; | ||
289 | - spin:rule | ||
290 | - [ rdf:type npdMap:ClassifyArrangedIndividual | ||
291 | ] . | 291 | ] . |
292 | 292 | ||
293 | -npd:NpdIndividual | 293 | +<http://www.reportinghub.no/npd/schema#NPDIndividual> |
294 | spin:rule | 294 | spin:rule |
295 | [ rdf:type npdMap:CreateIndividualWithNPDID ; | 295 | [ rdf:type npdMap:CreateIndividualWithNPDID ; |
296 | sp:arg1 "\"Individual\""^^xsd:string | 296 | sp:arg1 "\"Individual\""^^xsd:string |
297 | ] . | 297 | ] . |
298 | 298 | ||
299 | npd:WellBore_1 | 299 | npd:WellBore_1 |
300 | - npd:drilledInProductionLicence | 300 | + <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> |
301 | npdMap:Licence_1 . | 301 | npdMap:Licence_1 . |
302 | 302 | ||
303 | npd:wellDiskosType | 303 | npd:wellDiskosType |
... | @@ -306,32 +306,32 @@ npd:wellDiskosType | ... | @@ -306,32 +306,32 @@ npd:wellDiskosType |
306 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; | 306 | rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; |
307 | rdfs:range xsd:string . | 307 | rdfs:range xsd:string . |
308 | 308 | ||
309 | -_:b13 | 309 | +_:b1 sp:varName "AI"^^xsd:string . |
310 | - sp:varName "well"^^xsd:string . | ||
311 | 310 | ||
312 | -_:b12 | 311 | +_:b2 sp:varName "AIClsn"^^xsd:string . |
313 | - sp:varName "wellBoreComp"^^xsd:string . | ||
314 | 312 | ||
315 | -_:b11 | 313 | +_:b3 sp:varName "npdType"^^xsd:string . |
316 | - sp:varName "wellAI"^^xsd:string . | ||
317 | 314 | ||
318 | -_:b10 | 315 | +_:b4 sp:varName "AI"^^xsd:string . |
319 | - sp:varName "wellBoreAI"^^xsd:string . | ||
320 | 316 | ||
321 | -_:b9 sp:varName "npdType"^^xsd:string . | 317 | +_:b5 sp:varName "npdCOI"^^xsd:string . |
322 | 318 | ||
323 | -_:b8 sp:varName "npdid"^^xsd:string . | 319 | +_:b6 sp:varName "npdExpStr"^^xsd:string . |
324 | 320 | ||
325 | _:b7 sp:varName "npdCOIClsn"^^xsd:string . | 321 | _:b7 sp:varName "npdCOIClsn"^^xsd:string . |
326 | 322 | ||
327 | -_:b6 sp:varName "npdExpStr"^^xsd:string . | 323 | +_:b8 sp:varName "npdid"^^xsd:string . |
328 | 324 | ||
329 | -_:b5 sp:varName "npdCOI"^^xsd:string . | 325 | +_:b9 sp:varName "npdType"^^xsd:string . |
330 | 326 | ||
331 | -_:b4 sp:varName "AI"^^xsd:string . | 327 | +_:b10 |
328 | + sp:varName "wellBoreAI"^^xsd:string . | ||
332 | 329 | ||
333 | -_:b3 sp:varName "npdType"^^xsd:string . | 330 | +_:b11 |
331 | + sp:varName "wellAI"^^xsd:string . | ||
334 | 332 | ||
335 | -_:b2 sp:varName "AIClsn"^^xsd:string . | 333 | +_:b12 |
334 | + sp:varName "wellBoreComp"^^xsd:string . | ||
336 | 335 | ||
337 | -_:b1 sp:varName "AI"^^xsd:string . | 336 | +_:b13 |
337 | + sp:varName "well"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Tue Aug 09 15:35:38 BST 2011 | 1 | +# baseURI: http://www.reportinghub.no/npd/1.1/schema |
2 | -# baseURI: http://www.reportinghub.no/1.1/schema/npd | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/organization | ||
4 | # imports: http://www.reportinghub.no/ep/schema/facility | 2 | # imports: http://www.reportinghub.no/ep/schema/facility |
3 | +# imports: http://www.reportinghub.no/ep/schema/organization | ||
5 | # imports: http://www.reportinghub.no/ep/schema/well | 4 | # imports: http://www.reportinghub.no/ep/schema/well |
6 | 5 | ||
7 | @prefix facility: <http://www.reportinghub.no/ep/schema/facility#> . | 6 | @prefix facility: <http://www.reportinghub.no/ep/schema/facility#> . |
8 | -@prefix npd: <http://www.reportinghub.no/schema/npd#> . | 7 | +@prefix npd: <http://www.reportinghub.no/npd/schema#> . |
9 | @prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . | 8 | @prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . |
10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -16,18 +15,13 @@ | ... | @@ -16,18 +15,13 @@ |
16 | @prefix spl: <http://spinrdf.org/spl#> . | 15 | @prefix spl: <http://spinrdf.org/spl#> . |
17 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
18 | 17 | ||
19 | -<http://www.reportinghub.no/1.1/schema/npd> | ||
20 | - rdf:type owl:Ontology ; | ||
21 | - owl:imports <http://www.reportinghub.no/ep/schema/organization> , <http://www.reportinghub.no/ep/schema/facility> , <http://www.reportinghub.no/ep/schema/well> ; | ||
22 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
23 | - | ||
24 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> | 18 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> |
25 | rdf:type owl:Class ; | 19 | rdf:type owl:Class ; |
26 | rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up. - IB"^^xsd:string . | 20 | rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up. - IB"^^xsd:string . |
27 | 21 | ||
28 | facility:Facility | 22 | facility:Facility |
29 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
30 | - rdfs:subClassOf npd:NpdIndividual . | 24 | + rdfs:subClassOf npd:NPDIndividual . |
31 | 25 | ||
32 | facility:FixedFacility | 26 | facility:FixedFacility |
33 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
... | @@ -48,7 +42,6 @@ facility:SurfaceFixedFacility | ... | @@ -48,7 +42,6 @@ facility:SurfaceFixedFacility |
48 | rdfs:subClassOf facility:FixedFacility . | 42 | rdfs:subClassOf facility:FixedFacility . |
49 | 43 | ||
50 | organization:Company | 44 | organization:Company |
51 | - rdf:type owl:Class ; | ||
52 | rdfs:subClassOf npd:Individual . | 45 | rdfs:subClassOf npd:Individual . |
53 | 46 | ||
54 | <http://www.reportinghub.no/ep/schema/well#Well> | 47 | <http://www.reportinghub.no/ep/schema/well#Well> |
... | @@ -58,12 +51,17 @@ organization:Company | ... | @@ -58,12 +51,17 @@ organization:Company |
58 | 51 | ||
59 | <http://www.reportinghub.no/ep/schema/well#WellBore> | 52 | <http://www.reportinghub.no/ep/schema/well#WellBore> |
60 | rdf:type owl:Class ; | 53 | rdf:type owl:Class ; |
61 | - rdfs:subClassOf npd:NpdIndividual , <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> . | 54 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> . |
55 | + | ||
56 | +<http://www.reportinghub.no/npd/1.1/schema> | ||
57 | + rdf:type owl:Ontology ; | ||
58 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/facility> , <http://www.reportinghub.no/ep/schema/organization> ; | ||
59 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
62 | 60 | ||
63 | npd:BusinessArrangementArea | 61 | npd:BusinessArrangementArea |
64 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
65 | rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; | 63 | rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; |
66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . | 64 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . |
67 | 65 | ||
68 | npd:DAS_DecidedByTheLicensees | 66 | npd:DAS_DecidedByTheLicensees |
69 | rdf:type npd:DiscoveryActivityStatus ; | 67 | rdf:type npd:DiscoveryActivityStatus ; |
... | @@ -139,7 +137,7 @@ npd:DevelopmentWellBorePurpose | ... | @@ -139,7 +137,7 @@ npd:DevelopmentWellBorePurpose |
139 | npd:Discovery | 137 | npd:Discovery |
140 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
141 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; | 139 | rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; |
142 | - rdfs:subClassOf npd:NpdIndividual . | 140 | + rdfs:subClassOf npd:NPDIndividual . |
143 | 141 | ||
144 | npd:DiscoveryActivityStatus | 142 | npd:DiscoveryActivityStatus |
145 | rdf:type owl:Class ; | 143 | rdf:type owl:Class ; |
... | @@ -265,7 +263,7 @@ npd:FieldPart | ... | @@ -265,7 +263,7 @@ npd:FieldPart |
265 | 263 | ||
266 | npd:FixedFacilityParent | 264 | npd:FixedFacilityParent |
267 | rdf:type owl:Class ; | 265 | rdf:type owl:Class ; |
268 | - rdfs:subClassOf npd:NpdIndividual . | 266 | + rdfs:subClassOf npd:NPDIndividual . |
269 | 267 | ||
270 | npd:FixedFacilityPhase | 268 | npd:FixedFacilityPhase |
271 | rdf:type owl:Class ; | 269 | rdf:type owl:Class ; |
... | @@ -304,23 +302,23 @@ npd:Individual | ... | @@ -304,23 +302,23 @@ npd:Individual |
304 | rdfs:subClassOf owl:Thing . | 302 | rdfs:subClassOf owl:Thing . |
305 | 303 | ||
306 | npd:LS_Active | 304 | npd:LS_Active |
307 | - rdf:type npd:LicenseStatus ; | 305 | + rdf:type npd:LicenceStatus ; |
308 | rdfs:label "active"@en ; | 306 | rdfs:label "active"@en ; |
309 | npd:code "ACTIVE"^^xsd:string . | 307 | npd:code "ACTIVE"^^xsd:string . |
310 | 308 | ||
311 | npd:LS_Inactive | 309 | npd:LS_Inactive |
312 | - rdf:type npd:LicenseStatus ; | 310 | + rdf:type npd:LicenceStatus ; |
313 | rdfs:label "inactive"@en ; | 311 | rdfs:label "inactive"@en ; |
314 | npd:code "INACTIVE"^^xsd:string . | 312 | npd:code "INACTIVE"^^xsd:string . |
315 | 313 | ||
316 | npd:Licence | 314 | npd:Licence |
317 | rdf:type owl:Class ; | 315 | rdf:type owl:Class ; |
318 | rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; | 316 | rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; |
319 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . | 317 | + rdfs:subClassOf npd:NPDIndividual , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:Owner . |
320 | 318 | ||
321 | -npd:LicenseStatus | 319 | +npd:LicenceStatus |
322 | rdf:type owl:Class ; | 320 | rdf:type owl:Class ; |
323 | - rdfs:label "License status"^^xsd:string ; | 321 | + rdfs:label "Licence status"^^xsd:string ; |
324 | rdfs:subClassOf npd:Enumeration ; | 322 | rdfs:subClassOf npd:Enumeration ; |
325 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . | 323 | owl:oneOf (npd:LS_Active npd:LS_Inactive) . |
326 | 324 | ||
... | @@ -345,13 +343,13 @@ npd:MainNCSArea | ... | @@ -345,13 +343,13 @@ npd:MainNCSArea |
345 | rdfs:subClassOf npd:Enumeration ; | 343 | rdfs:subClassOf npd:Enumeration ; |
346 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . | 344 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . |
347 | 345 | ||
348 | -npd:NpdIndividual | 346 | +npd:NPDIndividual |
349 | rdf:type owl:Class ; | 347 | rdf:type owl:Class ; |
350 | rdfs:subClassOf npd:Individual . | 348 | rdfs:subClassOf npd:Individual . |
351 | 349 | ||
352 | npd:OperatingCompany | 350 | npd:OperatingCompany |
353 | rdf:type owl:Class ; | 351 | rdf:type owl:Class ; |
354 | - rdfs:subClassOf organization:Company , npd:NpdIndividual . | 352 | + rdfs:subClassOf npd:NPDIndividual , organization:Company . |
355 | 353 | ||
356 | npd:Owner | 354 | npd:Owner |
357 | rdf:type owl:Class ; | 355 | rdf:type owl:Class ; |
... | @@ -393,7 +391,7 @@ npd:TUF | ... | @@ -393,7 +391,7 @@ npd:TUF |
393 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; | 391 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; |
394 | rdfs:subClassOf facility:Facility , npd:FixedFacilityParent . | 392 | rdfs:subClassOf facility:Facility , npd:FixedFacilityParent . |
395 | 393 | ||
396 | -npd:TufPart | 394 | +npd:TUFPart |
397 | rdf:type owl:Class ; | 395 | rdf:type owl:Class ; |
398 | rdfs:comment "A part of a TUF"^^xsd:string ; | 396 | rdfs:comment "A part of a TUF"^^xsd:string ; |
399 | rdfs:subClassOf npd:FixedFacilityParent . | 397 | rdfs:subClassOf npd:FixedFacilityParent . |
... | @@ -600,7 +598,7 @@ npd:fixedFacilityPhase | ... | @@ -600,7 +598,7 @@ npd:fixedFacilityPhase |
600 | 598 | ||
601 | npd:id | 599 | npd:id |
602 | rdf:type owl:DatatypeProperty ; | 600 | rdf:type owl:DatatypeProperty ; |
603 | - rdfs:domain npd:NpdIndividual ; | 601 | + rdfs:domain npd:NPDIndividual ; |
604 | rdfs:range xsd:string . | 602 | rdfs:range xsd:string . |
605 | 603 | ||
606 | npd:licenceShared | 604 | npd:licenceShared |
... | @@ -608,11 +606,11 @@ npd:licenceShared | ... | @@ -608,11 +606,11 @@ npd:licenceShared |
608 | rdfs:domain npd:ShareOfLicence ; | 606 | rdfs:domain npd:ShareOfLicence ; |
609 | rdfs:range npd:Licence . | 607 | rdfs:range npd:Licence . |
610 | 608 | ||
611 | -npd:licenseStatus | 609 | +npd:licenceStatus |
612 | rdf:type owl:ObjectProperty ; | 610 | rdf:type owl:ObjectProperty ; |
613 | rdfs:comment "corresponds to the Status field in the License table"^^xsd:string ; | 611 | rdfs:comment "corresponds to the Status field in the License table"^^xsd:string ; |
614 | rdfs:domain npd:Licence ; | 612 | rdfs:domain npd:Licence ; |
615 | - rdfs:range npd:LicenseStatus . | 613 | + rdfs:range npd:LicenceStatus . |
616 | 614 | ||
617 | npd:licensingActivity | 615 | npd:licensingActivity |
618 | rdf:type owl:DatatypeProperty ; | 616 | rdf:type owl:DatatypeProperty ; |
... | @@ -642,9 +640,9 @@ npd:partOfField | ... | @@ -642,9 +640,9 @@ npd:partOfField |
642 | rdfs:domain npd:FieldPart ; | 640 | rdfs:domain npd:FieldPart ; |
643 | rdfs:range npd:Field . | 641 | rdfs:range npd:Field . |
644 | 642 | ||
645 | -npd:partOfTuf | 643 | +npd:partOfTUF |
646 | rdf:type owl:ObjectProperty ; | 644 | rdf:type owl:ObjectProperty ; |
647 | - rdfs:domain npd:TufPart ; | 645 | + rdfs:domain npd:TUFPart ; |
648 | rdfs:range npd:TUF . | 646 | rdfs:range npd:TUF . |
649 | 647 | ||
650 | npd:partOfWell | 648 | npd:partOfWell | ... | ... |
1 | -# Saved by TopBraid on Tue Aug 09 15:37:11 BST 2011 | ||
2 | # baseURI: http://www.reportinghub.no/spin/rh | 1 | # baseURI: http://www.reportinghub.no/spin/rh |
3 | -# imports: http://topbraid.org/spin/spinmapl | ||
4 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
5 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | +# imports: http://topbraid.org/spin/spinmapl | ||
4 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
6 | 5 | ||
7 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 6 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -48,7 +47,7 @@ | ... | @@ -48,7 +47,7 @@ |
48 | <http://www.reportinghub.no/spin/rh> | 47 | <http://www.reportinghub.no/spin/rh> |
49 | rdf:type owl:Ontology ; | 48 | rdf:type owl:Ontology ; |
50 | rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; | 49 | rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; |
51 | - owl:imports <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/1.1/schema/npd> ; | 50 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> ; |
52 | owl:versionInfo "0.1.0"^^xsd:string . | 51 | owl:versionInfo "0.1.0"^^xsd:string . |
53 | 52 | ||
54 | rhspin:GetWellBoresOfWell | 53 | rhspin:GetWellBoresOfWell |
... | @@ -64,10 +63,10 @@ rhspin:GetWellBoresOfWell | ... | @@ -64,10 +63,10 @@ rhspin:GetWellBoresOfWell |
64 | sp:elements ([ sp:object | 63 | sp:elements ([ sp:object |
65 | [ sp:varName "well"^^xsd:string | 64 | [ sp:varName "well"^^xsd:string |
66 | ] ; | 65 | ] ; |
67 | - sp:predicate <http://www.reportinghub.no/schema/npd#partOfWell> ; | 66 | + sp:predicate <http://www.reportinghub.no/npd/schema#partOfWell> ; |
68 | sp:subject _:b2 | 67 | sp:subject _:b2 |
69 | ] [ sp:object _:b1 ; | 68 | ] [ sp:object _:b1 ; |
70 | - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 69 | + sp:predicate <http://www.reportinghub.no/npd/schema#name> ; |
71 | sp:subject _:b2 | 70 | sp:subject _:b2 |
72 | ]) ; | 71 | ]) ; |
73 | sp:graphNameNode <https://www.reportinghub.no/data/npd> | 72 | sp:graphNameNode <https://www.reportinghub.no/data/npd> |
... | @@ -147,16 +146,16 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -147,16 +146,16 @@ rhspin:companyHasLicenceForWellBore |
147 | ] ; | 146 | ] ; |
148 | sp:variable _:b4 | 147 | sp:variable _:b4 |
149 | ] [ sp:object spin:_arg1 ; | 148 | ] [ sp:object spin:_arg1 ; |
150 | - sp:predicate <http://www.reportinghub.no/schema/npd#shareHolder> ; | 149 | + sp:predicate <http://www.reportinghub.no/npd/schema#shareHolder> ; |
151 | sp:subject _:b5 | 150 | sp:subject _:b5 |
152 | ] [ sp:object _:b6 ; | 151 | ] [ sp:object _:b6 ; |
153 | - sp:predicate <http://www.reportinghub.no/schema/npd#licenceShared> ; | 152 | + sp:predicate <http://www.reportinghub.no/npd/schema#licenceShared> ; |
154 | sp:subject _:b5 | 153 | sp:subject _:b5 |
155 | - ] [ sp:object <http://www.reportinghub.no/schema/npd#LS_Active> ; | 154 | + ] [ sp:object <http://www.reportinghub.no/npd/schema#LS_Active> ; |
156 | - sp:predicate <http://www.reportinghub.no/schema/npd#licenseStatus> ; | 155 | + sp:predicate <http://www.reportinghub.no/npd/schema#licenceStatus> ; |
157 | sp:subject _:b6 | 156 | sp:subject _:b6 |
158 | ] [ sp:object _:b7 ; | 157 | ] [ sp:object _:b7 ; |
159 | - sp:predicate <http://www.reportinghub.no/schema/npd#startDate> ; | 158 | + sp:predicate <http://www.reportinghub.no/npd/schema#startDate> ; |
160 | sp:subject _:b6 | 159 | sp:subject _:b6 |
161 | ] [ rdf:type sp:Filter ; | 160 | ] [ rdf:type sp:Filter ; |
162 | sp:expression | 161 | sp:expression |
... | @@ -165,7 +164,7 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -165,7 +164,7 @@ rhspin:companyHasLicenceForWellBore |
165 | sp:arg2 _:b4 | 164 | sp:arg2 _:b4 |
166 | ] | 165 | ] |
167 | ] [ sp:object _:b8 ; | 166 | ] [ sp:object _:b8 ; |
168 | - sp:predicate <http://www.reportinghub.no/schema/npd#endDate> ; | 167 | + sp:predicate <http://www.reportinghub.no/npd/schema#endDate> ; |
169 | sp:subject _:b6 | 168 | sp:subject _:b6 |
170 | ] [ rdf:type sp:Filter ; | 169 | ] [ rdf:type sp:Filter ; |
171 | sp:expression | 170 | sp:expression |
... | @@ -174,7 +173,7 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -174,7 +173,7 @@ rhspin:companyHasLicenceForWellBore |
174 | sp:arg2 _:b4 | 173 | sp:arg2 _:b4 |
175 | ] | 174 | ] |
176 | ] [ sp:object _:b6 ; | 175 | ] [ sp:object _:b6 ; |
177 | - sp:predicate <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> ; | 176 | + sp:predicate <http://www.reportinghub.no/npd/schema#drilledInProductionLicence> ; |
178 | sp:subject _:b3 | 177 | sp:subject _:b3 |
179 | ]) | 178 | ]) |
180 | ] ; | 179 | ] ; |
... | @@ -273,7 +272,7 @@ rhspin:licenceById | ... | @@ -273,7 +272,7 @@ rhspin:licenceById |
273 | spl:predicate <http://spinrdf.org/arg#id> ; | 272 | spl:predicate <http://spinrdf.org/arg#id> ; |
274 | spl:valueType xsd:string | 273 | spl:valueType xsd:string |
275 | ] ; | 274 | ] ; |
276 | - spin:returnType <http://www.reportinghub.no/schema/npd#Licence> . | 275 | + spin:returnType <http://www.reportinghub.no/npd/schema#Licence> . |
277 | 276 | ||
278 | rhspin:normalizeString | 277 | rhspin:normalizeString |
279 | rdf:type spin:Function ; | 278 | rdf:type spin:Function ; | ... | ... |
... | @@ -10,44 +10,40 @@ | ... | @@ -10,44 +10,40 @@ |
10 | <td class="ddrSummaryLeft"> | 10 | <td class="ddrSummaryLeft"> |
11 | <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> | 11 | <rhswp:NameValuePair arg:name="Report Number:" arg:value="{ spl:object(?this, ?) }" /> |
12 | <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{# SELECT ?wellBoreName WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/rdfs:label ?wellBoreName } }" /> | 12 | <rhswp:NameValuePair arg:name="Wellbore:" arg:value="{# SELECT ?wellBoreName WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/rdfs:label ?wellBoreName } }" /> |
13 | - <!-- | 13 | + <rhswp:NameValuePair arg:name="Status:" arg:value="{= ui:label(spl:object(?this, rdf:type)) }" /> |
14 | - <rhswp:NameValuePair arg:name="Status:" arg:value="{= spl:object(?this, ???) }" /> | 14 | + <rhswp:NameValuePair arg:name="Operator:" arg:value="{ spl:object(?this, ???) }" /> |
15 | - <rhswp:NameValuePair arg:name="Operator:" arg:value="{= spl:object(?this, ???) }" /> | 15 | + <rhswp:NameValuePair arg:name="Rig name:" arg:value="{ spl:object(?this, ???) }" /> |
16 | - <rhswp:NameValuePair arg:name="Rig name:" arg:value="{= spl:object(?this, ???) }" /> | 16 | + <rhswp:NameValuePair arg:name="Spud date:" arg:value="{ spl:object(?this, ???) }" /> |
17 | - <rhswp:NameValuePair arg:name="Spud date:" arg:value="{= spl:object(?this, ???) }" /> | 17 | + <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
18 | - <rhswp:NameValuePair arg:name="Elevation RKB-MSL m:" arg:value="{= spl:object(?this, ???) }" /> | 18 | + <rhswp:NameValuePair arg:name="Tight well:" arg:value="{ spl:object(?this, ???) }" /> |
19 | - <rhswp:NameValuePair arg:name="Tight well:" arg:value="{= spl:object(?this, ???) }" /> | 19 | + <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{ spl:object(?this, ???) }" /> |
20 | - <rhswp:NameValuePair arg:name="Pressure psig:" arg:value="{= spl:object(?this, ???) }" /> | 20 | + <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{ spl:object(?this, ???) }" /> |
21 | - <rhswp:NameValuePair arg:name="Fixed rig:" arg:value="{= spl:object(?this, ???) }" /> | 21 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{ spl:object(?this, ???) }" /> |
22 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mMD:" arg:value="{= spl:object(?this, ???) }" /> | 22 | + <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{ spl:object(?this, ???) }" /> |
23 | - <rhswp:NameValuePair arg:name="Plug Back Depth mMD:" arg:value="{= spl:object(?this, ???) }" /> | 23 | + <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{ spl:object(?this, ???) }" /> |
24 | - <rhswp:NameValuePair arg:name="Penetration Rate m/h:" arg:value="{= spl:object(?this, ???) }" /> | 24 | + <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{ spl:object(?this, ???) }" /> |
25 | - <rhswp:NameValuePair arg:name="Pressure Test Type:" arg:value="{= spl:object(?this, ???) }" /> | 25 | + <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{ spl:object(?this, ???) }" /> |
26 | - <rhswp:NameValuePair arg:name="Depth At Formation Strength mMD:" arg:value="{= spl:object(?this, ???) }" /> | 26 | + <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{ spl:object(?this, ???) }" /> |
27 | - <rhswp:NameValuePair arg:name="Dia Last Casing In:" arg:value="{= spl:object(?this, ???) }" /> | 27 | + <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{ spl:object(?this, ???) }" /> |
28 | - <rhswp:NameValuePair arg:name="Depth At Last Casing MTVD:" arg:value="{= spl:object(?this, ???) }" /> | ||
29 | - --> | ||
30 | </td> | 28 | </td> |
31 | <td class="ddrSummaryRight"> | 29 | <td class="ddrSummaryRight"> |
32 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?reportOn, ep-activity:startedAt)), ' - ', ui:label(spl:object(?reportOn, ep-activity:finishedAt))) }" /> | 30 | <rhswp:NameValuePair arg:name="Period:" arg:value="{= fn:concat(ui:label(spl:object(?reportOn, ep-activity:startedAt)), ' - ', ui:label(spl:object(?reportOn, ep-activity:finishedAt))) }" /> |
33 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{ SELECT ?wellBoreId WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/??? ?wellBoreId } }" /> | 31 | <rhswp:NameValuePair arg:name="Wellbore Id:" arg:value="{ SELECT ?wellBoreId WHERE { ?reportOn iso15926:hasPart/ep-activity:onWellBore/iso15926:temporalPartOf/??? ?wellBoreId } }" /> |
34 | - <rhswp:NameValuePair arg:name="Created date:" arg:value="{= spl:object(?this, ep-activity:createdAt) }" /> | 32 | + <rhswp:NameValuePair arg:name="Created date:" arg:value="{ spl:object(?this, ep-activity:createdAt) }" /> |
35 | - <!-- | 33 | + <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{ spl:object(?this, ???) }" /> |
36 | - <rhswp:NameValuePair arg:name="Drilling contractor:" arg:value="{= spl:object(?this, ???) }" /> | 34 | + <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{ spl:object(?this, ???) }" /> |
37 | - <rhswp:NameValuePair arg:name="NPD Rig Id:" arg:value="{= spl:object(?this, ???) }" /> | 35 | + <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{ spl:object(?this, ???) }" /> |
38 | - <rhswp:NameValuePair arg:name="Date Well Complete:" arg:value="{= spl:object(?this, ???) }" /> | 36 | + <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{ spl:object(?this, ???) }" /> |
39 | - <rhswp:NameValuePair arg:name="Water depth MSL m:" arg:value="{= spl:object(?this, ???) }" /> | 37 | + <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{ spl:object(?this, ???) }" /> |
40 | - <rhswp:NameValuePair arg:name="High pressure - High temperature:" arg:value="{= spl:object(?this, ???) }" /> | 38 | + <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{ spl:object(?this, ???) }" /> |
41 | - <rhswp:NameValuePair arg:name="Temprature degC:" arg:value="{= spl:object(?this, ???) }" /> | 39 | + <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{ spl:object(?this, ???) }" /> |
42 | - <rhswp:NameValuePair arg:name="Wellbore type:" arg:value="{= spl:object(?this, ???) }" /> | 40 | + <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
43 | - <rhswp:NameValuePair arg:name="Depth at Kick Off mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 41 | + <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
44 | - <rhswp:NameValuePair arg:name="Depth mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 42 | + <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{ spl:object(?this, ???) }" /> |
45 | - <rhswp:NameValuePair arg:name="Dist Drilled m:" arg:value="{= spl:object(?this, ???) }" /> | 43 | + <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{ spl:object(?this, ???) }" /> |
46 | - <rhswp:NameValuePair arg:name="Hole Dia in:" arg:value="{= spl:object(?this, ???) }" /> | 44 | + <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{ spl:object(?this, ???) }" /> |
47 | - <rhswp:NameValuePair arg:name="Formation Strength g/cm3:" arg:value="{= spl:object(?this, ???) }" /> | 45 | + <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{ spl:object(?this, ???) }" /> |
48 | - <rhswp:NameValuePair arg:name="Depth At Formation Strength mTVD:" arg:value="{= spl:object(?this, ???) }" /> | 46 | + <rhswp:NameValuePair arg:name="Depth At Last Casting mMD:" arg:value="{ spl:object(?this, ???) }" /> |
49 | - <rhswp:NameValuePair arg:name="Depth At Last Casting mMD:" arg:value="{= spl:object(?this, ???) }" /> | ||
50 | - --> | ||
51 | </td> | 47 | </td> |
52 | </tr></table> | 48 | </tr></table> |
53 | </body> | 49 | </body> | ... | ... |
1 | # baseURI: http://www.reportinghub.no/swp/rh | 1 | # baseURI: http://www.reportinghub.no/swp/rh |
2 | # imports: http://uispin.org/tui | 2 | # imports: http://uispin.org/tui |
3 | +# imports: http://www.reportinghub.no/npd/1.1/schema | ||
3 | # imports: http://www.reportinghub.no/spin/rh | 4 | # imports: http://www.reportinghub.no/spin/rh |
4 | 5 | ||
5 | @prefix html: <http://uispin.org/html#> . | 6 | @prefix html: <http://uispin.org/html#> . |
... | @@ -23,7 +24,7 @@ | ... | @@ -23,7 +24,7 @@ |
23 | <http://www.reportinghub.no/swp/rh> | 24 | <http://www.reportinghub.no/swp/rh> |
24 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
25 | rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ; | 26 | rdfs:comment "SWP components and definitions for ReportingHub."^^xsd:string ; |
26 | - owl:imports <http://uispin.org/tui> , <http://www.reportinghub.no/spin/rh> ; | 27 | + owl:imports <http://www.reportinghub.no/npd/1.1/schema> , <http://www.reportinghub.no/spin/rh> , <http://uispin.org/tui> ; |
27 | owl:versionInfo "0.1.0"^^xsd:string . | 28 | owl:versionInfo "0.1.0"^^xsd:string . |
28 | 29 | ||
29 | rhswp:Elements | 30 | rhswp:Elements |
... | @@ -44,15 +45,15 @@ rhswp:NameValuePair | ... | @@ -44,15 +45,15 @@ rhswp:NameValuePair |
44 | rdfs:subClassOf rhswp:Elements ; | 45 | rdfs:subClassOf rhswp:Elements ; |
45 | spin:constraint | 46 | spin:constraint |
46 | [ rdf:type spl:Argument ; | 47 | [ rdf:type spl:Argument ; |
47 | - rdfs:comment "The value to display."^^xsd:string ; | ||
48 | - spl:predicate <http://spinrdf.org/arg#value> | ||
49 | - ] ; | ||
50 | - spin:constraint | ||
51 | - [ rdf:type spl:Argument ; | ||
52 | rdfs:comment "The label of the value."^^xsd:string ; | 48 | rdfs:comment "The label of the value."^^xsd:string ; |
53 | spl:predicate <http://spinrdf.org/arg#name> ; | 49 | spl:predicate <http://spinrdf.org/arg#name> ; |
54 | spl:valueType xsd:string | 50 | spl:valueType xsd:string |
55 | ] ; | 51 | ] ; |
52 | + spin:constraint | ||
53 | + [ rdf:type spl:Argument ; | ||
54 | + rdfs:comment "The value to display."^^xsd:string ; | ||
55 | + spl:predicate <http://spinrdf.org/arg#value> | ||
56 | + ] ; | ||
56 | ui:prototype | 57 | ui:prototype |
57 | [ rdf:type html:Table ; | 58 | [ rdf:type html:Table ; |
58 | html:class "nameValuePair"^^xsd:string ; | 59 | html:class "nameValuePair"^^xsd:string ; |
... | @@ -60,25 +61,25 @@ rhswp:NameValuePair | ... | @@ -60,25 +61,25 @@ rhswp:NameValuePair |
60 | [ rdf:type html:Tr ; | 61 | [ rdf:type html:Tr ; |
61 | ui:child | 62 | ui:child |
62 | [ rdf:type html:Td ; | 63 | [ rdf:type html:Td ; |
63 | - html:class "nameValueValue"^^xsd:string ; | 64 | + html:class "nameValueName"^^xsd:string ; |
64 | ui:child | 65 | ui:child |
65 | [ rdf:type ui:TextNode ; | 66 | [ rdf:type ui:TextNode ; |
66 | ui:childIndex 0 ; | 67 | ui:childIndex 0 ; |
67 | - ui:text [ sp:varName "value"^^xsd:string | 68 | + ui:text [ sp:varName "name"^^xsd:string |
68 | ] | 69 | ] |
69 | ] ; | 70 | ] ; |
70 | - ui:childIndex 1 | 71 | + ui:childIndex 0 |
71 | ] ; | 72 | ] ; |
72 | ui:child | 73 | ui:child |
73 | [ rdf:type html:Td ; | 74 | [ rdf:type html:Td ; |
74 | - html:class "nameValueName"^^xsd:string ; | 75 | + html:class "nameValueValue"^^xsd:string ; |
75 | ui:child | 76 | ui:child |
76 | [ rdf:type ui:TextNode ; | 77 | [ rdf:type ui:TextNode ; |
77 | ui:childIndex 0 ; | 78 | ui:childIndex 0 ; |
78 | - ui:text [ sp:varName "name"^^xsd:string | 79 | + ui:text [ sp:varName "value"^^xsd:string |
79 | ] | 80 | ] |
80 | ] ; | 81 | ] ; |
81 | - ui:childIndex 0 | 82 | + ui:childIndex 1 |
82 | ] ; | 83 | ] ; |
83 | ui:childIndex 0 | 84 | ui:childIndex 0 |
84 | ] | 85 | ] | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 | ||
2 | # baseURI: null | 1 | # baseURI: null |
3 | 2 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 3 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
... | @@ -13,11 +12,11 @@ | ... | @@ -13,11 +12,11 @@ |
13 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
14 | composite:child | 13 | composite:child |
15 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
16 | - composite:index "0"^^xsd:int | 15 | + composite:index "1"^^xsd:int |
17 | ] ; | 16 | ] ; |
18 | composite:child | 17 | composite:child |
19 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
20 | - composite:index "1"^^xsd:int | 19 | + composite:index "0"^^xsd:int |
21 | ] ; | 20 | ] ; |
22 | inference:completeMode | 21 | inference:completeMode |
23 | "true"^^xsd:boolean ; | 22 | "true"^^xsd:boolean ; | ... | ... |
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | - <title>ReportingHub - Validate or Upload DDR</title> | 3 | + <title>ReportingHub - Validate/Upload DDR</title> |
4 | <link href="lib/rh/rh.css" rel="stylesheet" type="text/css" /> | 4 | <link href="lib/rh/rh.css" rel="stylesheet" type="text/css" /> |
5 | <script type="text/javascript" src="lib/rh/jquery/jquery.js"></script> | 5 | <script type="text/javascript" src="lib/rh/jquery/jquery.js"></script> |
6 | <script type="text/javascript" src="lib/rh/jquery/jquery.form.js"></script> | 6 | <script type="text/javascript" src="lib/rh/jquery/jquery.form.js"></script> |
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | <rhswp:Header /> | 36 | <rhswp:Header /> |
37 | 37 | ||
38 | <div id="content"> | 38 | <div id="content"> |
39 | - <h3>Validate or Upload a Daily Drilling Report</h3> | 39 | + <h3>Validate/Upload a Daily Drilling Report</h3> |
40 | <p> | 40 | <p> |
41 | Please select a DDR XML file: | 41 | Please select a DDR XML file: |
42 | </p> | 42 | </p> |
... | @@ -51,7 +51,7 @@ | ... | @@ -51,7 +51,7 @@ |
51 | <script> | 51 | <script> |
52 | 52 | ||
53 | function updateAction() { | 53 | function updateAction() { |
54 | - var newAction = $("#validateButton").attr("checked") ? "validate-report" : "submit-report"; | 54 | + var newAction = $("#validateButton").attr("checked") ? "validate-report" : "validate-and-upload-report"; |
55 | $("#theForm").attr("action", newAction); | 55 | $("#theForm").attr("action", newAction); |
56 | } | 56 | } |
57 | 57 | ||
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
64 | <input type="submit" value="Submit" /> | 64 | <input type="submit" value="Submit" /> |
65 | </form> | 65 | </form> |
66 | <br /> | 66 | <br /> |
67 | - <div id="output" /> | 67 | + <div id="output"></div> |
68 | </div> | 68 | </div> |
69 | </div> | 69 | </div> |
70 | </body> | 70 | </body> | ... | ... |
-
Please register or login to post a comment