Holger Knublauch

Renaming from 1.1 to 1.0

NPD namespace changes
UI progress
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.
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 1 +# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints
2 -# 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 6 +
7 - 7 +@prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> .
8 -@prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . 8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 9 +@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#> . 10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 +@prefix sp: <http://spinrdf.org/sp#> .
12 -@prefix sp: <http://spinrdf.org/sp#> . 12 +@prefix spin: <http://spinrdf.org/spin#> .
13 -@prefix spin: <http://spinrdf.org/spin#> . 13 +@prefix spl: <http://spinrdf.org/spl#> .
14 -@prefix spl: <http://spinrdf.org/spl#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 +
16 - 16 +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
17 -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> 17 + spin:constraint
18 - spin:constraint 18 + [ rdf:type sp:Ask ;
19 - [ rdf:type sp:Ask ; 19 + rdfs:comment "Unregistered well bore name"^^xsd:string ;
20 - rdfs:comment "Unregistered well bore name"^^xsd:string ; 20 + sp:where ([ sp:object _:b1 ;
21 - sp:where ([ sp:object _:b1 ; 21 + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
22 - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; 22 + sp:subject spin:_this
23 - sp:subject spin:_this 23 + ] [ rdf:type sp:NamedGraph ;
24 - ] [ rdf:type sp:NamedGraph ; 24 + sp:elements ([ rdf:type sp:NotExists ;
25 - sp:elements ([ rdf:type sp:NotExists ; 25 + sp:elements ([ sp:object _:b1 ;
26 - sp:elements ([ sp:object _:b1 ; 26 + sp:predicate <http://www.reportinghub.no/npd/schema#name> ;
27 - sp:predicate <http://www.reportinghub.no/schema/npd#name> ; 27 + sp:subject _:b2
28 - sp:subject _:b2 28 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
29 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; 29 + sp:predicate rdf:type ;
30 - sp:predicate rdf:type ; 30 + sp:subject _:b2
31 - sp:subject _:b2 31 + ])
32 - ]) 32 + ]) ;
33 - ]) ; 33 + sp:graphNameNode <https://www.reportinghub.no/ep/data/npd>
34 - sp:graphNameNode <https://www.reportinghub.no/ep/data/npd> 34 + ])
35 - ]) 35 + ] .
36 - ] . 36 +
37 - 37 +<http://www.reportinghub.no/ep/spin/ddr-constraints>
38 -<http://www.reportinghub.no/ep/spin/ddr-constraints> 38 + rdf:type owl:Ontology ;
39 - rdf:type owl:Ontology ; 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> ;
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> ; 40 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
41 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 41 +
42 - 42 +_:b1 sp:varName "nameWellbore"^^xsd:string .
43 -_:b2 sp:varName "wellBore"^^xsd:string . 43 +
44 - 44 +_:b2 sp:varName "wellBore"^^xsd:string .
45 -_:b1 sp:varName "nameWellbore"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Aug 09 14:47:57 BST 2011 1 +# baseURI: null
2 -# baseURI: null 2 +
3 - 3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . 5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix visual: <http://topbraid.org/visual#> .
10 -@prefix visual: <http://topbraid.org/visual#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +
12 - 12 +[] rdf:type inference:Configuration ;
13 -[] rdf:type inference:Configuration ; 13 + composite:child
14 - composite:child 14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 15 + composite:index "0"^^xsd:int
16 - composite:index "0"^^xsd:int 16 + ] .
17 - ] .
......
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 15:37:11 BST 2011 1 +# baseURI: null
2 -# baseURI: null 2 +
3 - 3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . 5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix visual: <http://topbraid.org/visual#> .
10 -@prefix visual: <http://topbraid.org/visual#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +
12 - 12 +[] rdf:type inference:Configuration ;
13 -[] rdf:type inference:Configuration ; 13 + composite:child
14 - composite:child 14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 15 + composite:index "0"^^xsd:int
16 - composite:index "0"^^xsd:int 16 + ] .
17 - ] .
......
...@@ -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 could not be displayed because it is too large.
1 -# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 1 +# baseURI: null
2 -# baseURI: null 2 +
3 - 3 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . 5 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix visual: <http://topbraid.org/visual#> .
10 -@prefix visual: <http://topbraid.org/visual#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +
12 - 12 +[] rdf:type inference:Configuration ;
13 -[] rdf:type inference:Configuration ; 13 + composite:child
14 - composite:child 14 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 15 + composite:index "1"^^xsd:int
16 - composite:index "0"^^xsd:int 16 + ] ;
17 - ] ; 17 + composite:child
18 - composite:child 18 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
19 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 19 + composite:index "0"^^xsd:int
20 - composite:index "1"^^xsd:int 20 + ] ;
21 - ] ; 21 + inference:completeMode
22 - inference:completeMode 22 + "true"^^xsd:boolean ;
23 - "true"^^xsd:boolean ; 23 + inference:inferredMode
24 - inference:inferredMode 24 + "true"^^xsd:boolean .
25 - "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>
......