David Price

Update bit

......@@ -21,7 +21,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:type owl:Ontology ;
rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -293,25 +293,32 @@ ddr-tables:BitRecord
[ sp:varName "drillBitType"^^xsd:string
]
] [ sp:object
[ sp:varName "dbDiam"^^xsd:string
[ sp:varName "model"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ;
sp:subject
[ sp:varName "drillBitType"^^xsd:string
]
] [ sp:object
[ sp:varName "bitSize"^^xsd:string
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "drillBitSizeType"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#inch> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "dbDiam"^^xsd:string
[ sp:varName "drillBit"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfDrillBitBySize> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "drillBitSizeType"^^xsd:string
]
] [ sp:object
[ sp:varName "model"^^xsd:string
[ sp:varName "bitSize"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "drillBitType"^^xsd:string
[ sp:varName "drillBitSizeType"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......