@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/MCGBR> a skos:Concept ;
    dcterms:identifier "RockName:MCGBR"^^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/MCGBR> ;
    skos:broader <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGNCR> ;
    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:inScheme <http://data.bgs.ac.uk/ref/EarthMaterialClass/RockName> ;
    skos:narrower <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DLRHB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOCOMA>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOCOMI>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOCOP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOLFS>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOLRQ>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOOCPA>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOOCPP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOOMI>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOOP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DOOPP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DRPMA>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DRPMI>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/DRPP>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCFBGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCFBMG>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBMG>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBRH>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGBRM>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCMZGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCQGB>,
        <http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCQMGB> ;
    skos:notation "MCGBR"@en ;
    skos:prefLabel "Microgabbroic-rock"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MCGBR" .

<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/MCGBR> rdfs:label "Microgabbroic-rock"@en ;
    dcterms:identifier "RockClassAll: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:RockClassAll/RockClassAll:MCGBR" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MCGB> dcterms:identifier "RockName: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:RockName/RockName:MCGB" .

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

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

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

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

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

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

<http://data.bgs.ac.uk/id/EarthMaterialClass/RockName/MGNCR> dcterms:identifier "RockName:MGNCR"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Medium-grained normal crystalline rock - In the Rock Classification Scheme, a crystalline rock is medium-grained if its average crystal size is in the range 0.25 - 2 mm. British Geological Survey Research Report RR/99/06, section 5.1 and fig. 3."@en ;
    skos:prefLabel "Medium-grained normal crystalline rock"@en ;
    prez:link "/v/vocab/rthmtrlclss:RockName/RockName:MGNCR" .

<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" .

