David Price

Most DDR PDF fixed from SpiraTest Issues 1806, 1807 and 1811

...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
18 18
19 ep-fac:Completion 19 ep-fac:Completion
20 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 20 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
21 rdfs:label "completion"^^xsd:string ; 21 rdfs:label "completion"^^xsd:string ;
22 rdfs:subClassOf ep-fac:TemporalPartOfACompletion . 22 rdfs:subClassOf ep-fac:TemporalPartOfACompletion .
23 23
...@@ -27,50 +27,55 @@ ep-fac:Facility ...@@ -27,50 +27,55 @@ ep-fac:Facility
27 rdfs:subClassOf ep-core:PhysicalObject . 27 rdfs:subClassOf ep-core:PhysicalObject .
28 28
29 ep-fac:Field 29 ep-fac:Field
30 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 30 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
31 rdfs:label "field"^^xsd:string ; 31 rdfs:label "field"^^xsd:string ;
32 rdfs:subClassOf ep-fac:TemporalPartOfAField . 32 rdfs:subClassOf ep-fac:TemporalPartOfAField .
33 33
34 ep-fac:FixedFacility 34 ep-fac:FixedFacility
35 - rdf:type owl:DeprecatedClass ; 35 + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ;
36 rdfs:subClassOf ep-fac:TemporalPartOfAFixedFacility . 36 rdfs:subClassOf ep-fac:TemporalPartOfAFixedFacility .
37 37
38 +ep-fac:FixedOrMoveableFacilityType
39 + rdf:type rdfs:Class ;
40 + rdfs:label "fixed or moveable facility type"^^xsd:string ;
41 + rdfs:subClassOf owl:Class .
42 +
38 ep-fac:FixedOrMoveableRigType 43 ep-fac:FixedOrMoveableRigType
39 rdf:type rdfs:Class ; 44 rdf:type rdfs:Class ;
40 rdfs:label "fixed or moveable rig type"^^xsd:string ; 45 rdfs:label "fixed or moveable rig type"^^xsd:string ;
41 rdfs:subClassOf owl:Class . 46 rdfs:subClassOf owl:Class .
42 47
43 ep-fac:FixedRig 48 ep-fac:FixedRig
44 - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; 49 + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
45 rdfs:label "fixed rig"^^xsd:string ; 50 rdfs:label "fixed rig"^^xsd:string ;
46 - rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . 51 + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig .
47 52
48 ep-fac:Flowline 53 ep-fac:Flowline
49 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 54 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
50 rdfs:label "flowline"^^xsd:string ; 55 rdfs:label "flowline"^^xsd:string ;
51 rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . 56 rdfs:subClassOf ep-fac:TemporalPartOfAFlowline .
52 57
53 ep-fac:Flowline-production 58 ep-fac:Flowline-production
54 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 59 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
55 rdfs:label "flowline - production"^^xsd:string ; 60 rdfs:label "flowline - production"^^xsd:string ;
56 rdfs:subClassOf ep-fac:Flowline . 61 rdfs:subClassOf ep-fac:Flowline .
57 62
58 ep-fac:Lease 63 ep-fac:Lease
59 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 64 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
60 rdfs:label "lease"^^xsd:string ; 65 rdfs:label "lease"^^xsd:string ;
61 rdfs:subClassOf ep-fac:Facility . 66 rdfs:subClassOf ep-fac:Facility .
62 67
63 ep-fac:MoveableFacility 68 ep-fac:MoveableFacility
64 - rdf:type owl:Class ; 69 + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ;
65 rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . 70 rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility .
66 71
67 ep-fac:MoveableRig 72 ep-fac:MoveableRig
68 - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; 73 + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
69 rdfs:label "moveable rig"^^xsd:string ; 74 rdfs:label "moveable rig"^^xsd:string ;
70 - rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . 75 + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig .
71 76
72 ep-fac:Platform 77 ep-fac:Platform
73 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 78 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
74 rdfs:label "platform"^^xsd:string ; 79 rdfs:label "platform"^^xsd:string ;
75 rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . 80 rdfs:subClassOf ep-fac:TemporalPartOfAPlatform .
76 81
...@@ -85,7 +90,7 @@ ep-fac:ProductionFacilityType ...@@ -85,7 +90,7 @@ ep-fac:ProductionFacilityType
85 rdfs:subClassOf owl:Class . 90 rdfs:subClassOf owl:Class .
86 91
87 ep-fac:Reservoir 92 ep-fac:Reservoir
88 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 93 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
89 rdfs:label "reservoir"^^xsd:string ; 94 rdfs:label "reservoir"^^xsd:string ;
90 rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . 95 rdfs:subClassOf ep-fac:TemporalPartOfAReservoir .
91 96
...@@ -113,7 +118,7 @@ ep-fac:SurroundingWater-meanSeaLevel ...@@ -113,7 +118,7 @@ ep-fac:SurroundingWater-meanSeaLevel
113 rdfs:subClassOf ep-fac:SurroundingWater . 118 rdfs:subClassOf ep-fac:SurroundingWater .
114 119
115 ep-fac:Template 120 ep-fac:Template
116 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 121 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
117 rdfs:label "template"^^xsd:string ; 122 rdfs:label "template"^^xsd:string ;
118 rdfs:subClassOf ep-fac:TemporalPartOfATemplate . 123 rdfs:subClassOf ep-fac:TemporalPartOfATemplate .
119 124
...@@ -163,12 +168,12 @@ ep-fac:TemporalPartOfAZone ...@@ -163,12 +168,12 @@ ep-fac:TemporalPartOfAZone
163 rdfs:subClassOf ep-fac:Facility . 168 rdfs:subClassOf ep-fac:Facility .
164 169
165 ep-fac:Zone 170 ep-fac:Zone
166 - rdf:type owl:Class , ep-fac:ProductionFacilityType ; 171 + rdf:type ep-fac:ProductionFacilityType , owl:Class ;
167 rdfs:label "zone"^^xsd:string ; 172 rdfs:label "zone"^^xsd:string ;
168 rdfs:subClassOf ep-fac:TemporalPartOfAZone . 173 rdfs:subClassOf ep-fac:TemporalPartOfAZone .
169 174
170 ep-fac:depthOfSurroundingWater 175 ep-fac:depthOfSurroundingWater
171 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 176 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
172 rdfs:domain ep-fac:SurroundingWater ; 177 rdfs:domain ep-fac:SurroundingWater ;
173 rdfs:label "depth of surrounding water"^^xsd:string ; 178 rdfs:label "depth of surrounding water"^^xsd:string ;
174 rdfs:range ep-core:Length . 179 rdfs:range ep-core:Length .
......
This diff could not be displayed because it is too large.