@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix ssd:   <http://www.w3.org/ns/sparql-service-description#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix qb:    <http://purl.org/linked-data/cube#> .
@prefix dgu:   <http://reference.data.gov.uk/def/reference/> .
@prefix ui:    <http://purl.org/linked-data/registry-ui#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix reg:   <http://purl.org/linked-data/registry#> .
@prefix api:   <http://purl.org/linked-data/api/vocab#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix cc:    <http://creativecommons.org/ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix org:   <http://www.w3.org/ns/org#> .
@prefix odrs:  <http://schema.theodi.org/odrs#> .
@prefix env-ui: <http://environment.data.gov.uk/registry/structure/ui/> .
@prefix hike:  <https://data.geoscience.earth/ncl/def/hike/> .
@prefix version: <http://purl.org/linked-data/version#> .
@prefix dbo:   <http://dbpedia.org/ontology/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ldp:   <http://www.w3.org/ns/ldp#> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<https://data.geoscience.earth/ncl/DrillingMethod/_directPush>
        a                  reg:RegisterItem ;
        rdfs:label         "direct push"@en ;
        dct:dateAccepted   "2019-01-23T10:20:30.862Z"^^xsd:dateTime ;
        dct:dateSubmitted  "2019-01-23T10:20:10.729Z"^^xsd:dateTime ;
        dct:modified       "2019-02-26T15:35:17.886Z"^^xsd:dateTime ;
        reg:definition     [ reg:entity       <https://data.geoscience.earth/ncl/DrillingMethod/directPush> ;
                             reg:sourceGraph  <https://data.geoscience.earth/ncl/DrillingMethod/_directPush:5#graph>
                           ] ;
        reg:itemClass      skos:Concept ;
        reg:notation       "directPush" ;
        reg:register       <https://data.geoscience.earth/ncl/DrillingMethod> ;
        reg:status         reg:statusExperimental ;
        reg:submitter      [ foaf:accountName  "a.feliachi@ext.brgm.fr" ;
                             foaf:name         "Abdel FELIACHI"
                           ] ;
        owl:versionInfo    5 .

<https://data.geoscience.earth/ncl/DrillingMethod/directPush>
        a                skos:Concept ;
        dct:source       <https://en.wikipedia.org/wiki/Drilling_rig#Direct_push_rigs> ;
        skos:broader     <https://data.geoscience.earth/ncl/DrillingMethod/coreDrilling> ;
        skos:definition  "Direct push technology includes several types of drilling rigs and drilling equipment which advances a drill string by pushing or hammering without rotating the drill string. Direct push rigs include both cone penetration testing rigs and direct push sampling rigs such as a PowerProbe or Geoprobe. Direct push rigs typically are limited to drilling in unconsolidated soil materials and very soft rock. Direct push drilling rigs use hydraulic cylinders and a hydraulic hammer in advancing a hollow core sampler, typically no longer than 2 metres, to gather soil and groundwater samples. The core pipe has a valve on top that is used to create a vacuum at the top of the core when pulling the core out of the sediment. The method can be used in up to 5m of water."@en ;
        skos:narrower    <https://data.geoscience.earth/ncl/DrillingMethod/mackerethCore> , <https://data.geoscience.earth/ncl/DrillingMethod/gravityCore> , <https://data.geoscience.earth/ncl/DrillingMethod/windowSampler> , <https://data.geoscience.earth/ncl/DrillingMethod/delftSampler> , <https://data.geoscience.earth/ncl/DrillingMethod/geoprobeCore> , <https://data.geoscience.earth/ncl/DrillingMethod/kastenCore> , <https://data.geoscience.earth/ncl/DrillingMethod/pistonCore> ;
        skos:notation    "4.2"^^xsd:ID ;
        skos:prefLabel   "direct push"@en .
