@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/linked-data/registry#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prez: <https://prez.dev/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGB> a skos:Concept ;
    dcterms:identifier "RockName:MCGB"^^prez:identifier ;
    dcterms:source "http://data.bgs.ac.uk/ref/EarthMaterialClass/RockName"^^xsd:anyURI ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    rdfs:seeAlso <http://dbpedia.org/resource/Gabbro> ;
    owl:sameAs <http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/MCGB> ;
    skos:broader <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBR> ;
    skos:definition "Microgabbro - A type of microgabbroic-rock. In the Rock Classification Scheme, it is the medium-grained equivalent of gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:inScheme <http://data.bgs.ac.uk/ref/EarthMaterialClass/RockName> ;
    skos:narrower <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOLFO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCCPXN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFX>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBGL>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBHY>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBM>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBNO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBPG>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBPP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBS>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBSH>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBTH>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBV>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBXN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBY>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCHBGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCNO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOCPN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOGBN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOLGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOLNO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOOPG>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOPGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHCN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHGN>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHNO>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHOG>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCTRCT>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBOCM>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBOMA>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBPMC>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBPOM>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGPOCM> ;
    skos:notation "MCGB"@en ;
    skos:prefLabel "Microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGB" .

<http://data.bgs.ac.uk/ref/EarthMaterialClass/RockClassAll> dcterms:identifier "rthmtrlclss:RockClassAll"^^prez:identifier ;
    dcterms:title "The BGS Rock Classification Scheme"@en ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "The BGS Rock Classification Scheme classifies all types of earth material or other substance that may be recorded in a geological log or section. This is a combined scheme that consists of all concepts from the 3 sub-schemes. The 3 sub-schemes cover different sets of terms (single rocks, composite rocks, dummy rocks) and have different semantics of hierarchical relationship"@en ;
    skos:prefLabel "The BGS Rock Classification Scheme"@en .

dcterms:description rdfs:label "Description"@en ;
    dcterms:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource."@en .

dcterms:identifier rdfs:label "Identifier"@en ;
    dcterms:description "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN).  Persistent identifiers should be provided as HTTP URIs."@en .

dcterms:source rdfs:label "Source"@en ;
    dcterms:description "This property is intended to be used with non-literal values. The described resource may be derived from the related resource in whole or in part. Best practice is to identify the related resource by means of a URI or a string conforming to a formal identification system."@en .

dcterms:title rdfs:label "Title"@en .

ns1:status rdfs:label "Status"@en .

rdf:type rdfs:label "Type"@en .

rdfs:label rdfs:label "label" .

rdfs:seeAlso rdfs:label "seeAlso" .

owl:sameAs rdfs:label "Same As"@en .

skos:broader rdfs:label "has broader"@en ;
    skos:definition "Relates a concept to a concept that is more general in meaning."@en .

skos:definition rdfs:label "definition"@en ;
    skos:definition "A statement or formal explanation of the meaning of a concept."@en .

skos:inScheme rdfs:label "is in scheme"@en ;
    skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en .

skos:narrower rdfs:label "has narrower"@en ;
    skos:definition "Relates a concept to a concept that is more specific in meaning."@en .

skos:notation rdfs:label "notation"@en ;
    skos:definition "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en .

skos:prefLabel rdfs:label "preferred label"@en ;
    skos:definition "The preferred lexical label for a resource, in a given language."@en .

<https://linked.data.gov.au/def/reg-statuses> dcterms:identifier "defn:reg-statuses"^^prez:identifier ;
    skos:definition """This vocabulary is a re-published and only marginally changed version of the Registry Ontology's (http://epimorphics.com/public/vocabulary/Registry.html) *Status* vocabulary (online in RDF: http://purl.org/linked-data/registry). The only real change to content has been the addition of the term `unstable`. This re-publication has been performed to allow the IRIs of each vocab term (skos:Concept) to resolve to both human-readable and machine-readable forms of content (HTML and RDF), using HTTP content negotiation.

Note that just like the original form of this vocabulary, while it is a SKOS vocabulary implemented as a single skos:ConceptScheme, it is also an OWL Ontology and that each *Status* is both a skos:Concept and a reg:Status individual."""@en ;
    skos:prefLabel "Registry Status Vocabulary"@en .

prez:link rdfs:label "link" .

schema:color rdfs:label "color" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/MCGB> rdfs:label "Microgabbro"@en ;
    dcterms:identifier "RockClassAll:MCGB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro - A type of microgabbroic-rock. In the Rock Classification Scheme, it is the medium-grained equivalent of gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockClassAll/RockClassAll:MCGB" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOLFO> dcterms:identifier "RockName:DOLFO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Dolerite, foliated"@en ;
    skos:prefLabel "Foliated dolerite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:DOLFO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCCPXN> dcterms:identifier "RockName:MCCPXN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Clinopyroxene-micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of clinopyroxene-norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Clinopyroxene-micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCCPXN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFO> dcterms:identifier "RockName:MCGBFO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, foliated"@en ;
    skos:prefLabel "Foliated microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBFO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFP> dcterms:identifier "RockName:MCGBFP"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, feldspar-phyric"@en ;
    skos:prefLabel "Feldspar-phyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBFP" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBFX> dcterms:identifier "RockName:MCGBFX"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, fluxioned"@en ;
    skos:prefLabel "Fluxioned microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBFX" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBGL> dcterms:identifier "RockName:MCGBGL"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, glassy"@en ;
    skos:prefLabel "Glassy microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBGL" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBHY> dcterms:identifier "RockName:MCGBHY"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Orthopyroxene-microgabbro, hypersthene"@en ;
    skos:prefLabel "Hypersthene orthopyroxene-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBHY" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBM> dcterms:identifier "RockName:MCGBM"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Melamicrogabbro"@en ;
    skos:prefLabel "Melamicrogabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBM" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBNO> dcterms:identifier "RockName:MCGBNO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of gabbronorite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Microgabbronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBNO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBO> dcterms:identifier "RockName:MCGBO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Melamicrogabbro, olivine"@en ;
    skos:prefLabel "Olivine melamicrogabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBP> dcterms:identifier "RockName:MCGBP"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, porphyritic"@en ;
    skos:prefLabel "Porphyritic microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBP" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBPG> dcterms:identifier "RockName:MCGBPG"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, pegmatitic"@en ;
    skos:prefLabel "Pegmatitic microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBPG" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBPP> dcterms:identifier "RockName:MCGBPP"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, plagioclase-phyric"@en ;
    skos:prefLabel "Plagioclase-phyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBPP" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBR> dcterms:identifier "RockName:MCGBR"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbroic-rock - A type of medium-grained normal crystalline rock. In the Rock Classification Scheme, it is the medium-grained equivalent of gabbroic-rock. The class includes microgabbro, micromonzogabbro, and similar rocks. The term may be used as a field classification when an accurate mineral mode from thin section examination is not available. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Microgabbroic-rock"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBR" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBS> dcterms:identifier "RockName:MCGBS"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro (s.s.) - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of gabbro (s.s.). British Geological Survey Research Report RR/99/06, section 5.1. Synonym: dolerite."@en ;
    skos:prefLabel "Microgabbro (s.s.)"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBS" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBSH> dcterms:identifier "RockName:MCGBSH"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, sheared"@en ;
    skos:prefLabel "Sheared microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBSH" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBTH> dcterms:identifier "RockName:MCGBTH"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, tholeiitic"@en ;
    skos:prefLabel "Tholeiitic microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBTH" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBV> dcterms:identifier "RockName:MCGBV"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, variolitic"@en ;
    skos:prefLabel "Variolitic microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBV" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBXN> dcterms:identifier "RockName:MCGBXN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, xenolithic"@en ;
    skos:prefLabel "Xenolithic microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBXN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBY> dcterms:identifier "RockName:MCGBY"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, bytownite"@en ;
    skos:prefLabel "Bytownite microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBY" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCHBGB> dcterms:identifier "RockName:MCHBGB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Hornblende-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of hornblende-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Hornblende-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCHBGB" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCNO> dcterms:identifier "RockName:MCNO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCNO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOCPN> dcterms:identifier "RockName:MCOCPN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Olivine-clinopyroxene-micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of olivine-clinopyroxene-norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Olivine-clinopyroxene-micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOCPN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOGBN> dcterms:identifier "RockName:MCOGBN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Olivine-microgabbronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of olivine-gabbronorite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Olivine-microgabbronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOGBN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOLGB> dcterms:identifier "RockName:MCOLGB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Olivine-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of olivine-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Olivine-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOLGB" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOLNO> dcterms:identifier "RockName:MCOLNO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Olivine-micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of olivine-norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Olivine-micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOLNO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOOPG> dcterms:identifier "RockName:MCOOPG"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Olivine-orthopyroxene-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of olivine-orthopyroxene-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Olivine-orthopyroxene-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOOPG" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCOPGB> dcterms:identifier "RockName:MCOPGB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Orthopyroxene-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of orthopyroxene-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Orthopyroxene-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCOPGB" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHCN> dcterms:identifier "RockName:MCPHCN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Pyroxene-hornblende-clinopyroxene-micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of pyroxene-hornblende-clinopyroxene-norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Pyroxene-hornblende-clinopyroxene-micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCPHCN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHGB> dcterms:identifier "RockName:MCPHGB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Pyroxene-hornblende-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of pyroxene-hornblende-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Pyroxene-hornblende-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCPHGB" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHGN> dcterms:identifier "RockName:MCPHGN"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Pyroxene-hornblende-microgabbronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of pyroxene-hornblende-gabbronorite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Pyroxene-hornblende-microgabbronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCPHGN" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHNO> dcterms:identifier "RockName:MCPHNO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Pyroxene-hornblende-micronorite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of pyroxene-hornblende-norite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Pyroxene-hornblende-micronorite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCPHNO" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCPHOG> dcterms:identifier "RockName:MCPHOG"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Pyroxene-hornblende-orthopyroxene-microgabbro - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of pyroxene-hornblende-orthopyroxene-gabbro. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Pyroxene-hornblende-orthopyroxene-microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCPHOG" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCTRCT> dcterms:identifier "RockName:MCTRCT"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microtroctolite - A type of microgabbro. In the Rock Classification Scheme, it is the medium-grained equivalent of troctolite. British Geological Survey Research Report RR/99/06, section 5.1."@en ;
    skos:prefLabel "Microtroctolite"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCTRCT" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBOCM> dcterms:identifier "RockName:MGBOCM"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, olivine-clinopyroxene-macrophyric"@en ;
    skos:prefLabel "Olivine-clinopyroxene-macrophyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGBOCM" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBOMA> dcterms:identifier "RockName:MGBOMA"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, olivine-macrophyric"@en ;
    skos:prefLabel "Olivine-macrophyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGBOMA" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBPMC> dcterms:identifier "RockName:MGBPMC"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, plagioclase-microphyric"@en ;
    skos:prefLabel "Plagioclase-microphyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGBPMC" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGBPOM> dcterms:identifier "RockName:MGBPOM"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, plagioclase-olivine-microphyric"@en ;
    skos:prefLabel "Plagioclase-olivine-microphyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGBPOM" .

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGPOCM> dcterms:identifier "RockName:MGPOCM"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Microgabbro, plagioclase-olivine-clinopyroxene-macrophyric"@en ;
    skos:prefLabel "Plagioclase-olivine-clinopyroxene-macrophyric microgabbro"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGPOCM" .

<http://data.bgs.ac.uk/ref/EarthMaterialClass/RockName> dcterms:identifier "rthmtrlclss:RockName"^^prez:identifier ;
    dcterms:title "Rock Classification Scheme - single rock types sub-scheme"@en ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Subscheme of Rock Classification Scheme that classifies single rock types in a class-sub class hierarchy. Volumes 1 to 4 of published reports."@en ;
    skos:prefLabel "Rock Classification Scheme - single rock types sub-scheme"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName" .

skos:Concept rdfs:label "Concept"@en ;
    skos:definition "An idea or notion; a unit of thought."@en .

<https://linked.data.gov.au/def/reg-statuses/stable> dcterms:identifier "rstatus:stable"^^prez:identifier ;
    skos:definition "An entry that is seen as having a reasonable measure of stability, may be used to mark the full adoption of a previously 'experimental' entry."@en ;
    skos:prefLabel "stable"@en ;
    prez:link "/v/vocab/defn:reg-statuses/rstatus:stable" ;
    schema:color "#2e8c09" .

