@prefix ns1: <http://www.w3.org/2002/07/owl#> .
@prefix ns2: <http://linked.data.gov.au/def/geox#> .
@prefix ns3: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns4: <http://linked.data.gov.au/def/datatype/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://linked.data.gov.au/dataset/bioregion/BHC01> a <http://www.opengis.net/ont/geosparql#Feature>,
        ns3:Concept ;
    ns2:hasArea _:ub789bL750C27 ;
    ns1:sameAs <http://linked.data.gov.au/dataset/bioregion/BHC01> ;
    ns3:broader <http://linked.data.gov.au/dataset/bioregion/BHC> ;
    ns3:hiddenLabel "REC_ID 55"@en,
        "REG_NO_61 25"@en ;
    ns3:inScheme <http://linked.data.gov.au/dataset/bioregion/IBRA7> ;
    ns3:notation "BHC01" ;
    ns3:prefLabel "Barrier Range"@en .

_:ub789bL750C27 a ns4:QuantitativeMeasure ;
    ns4:unit <http://qudt.org/vocab/unit/HA> ;
    ns4:value 1802995 ;
    ns1:sameAs _:ub789bL750C27 .

