@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://www.w3.org/ns/dcat#> .
@prefix ns2: <http://purl.org/linked-data/registry#> .
@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/ref/Lexicon/NamedRockUnit> a skos:ConceptScheme ;
    dcterms:bibliographicCitation "British Geological Survey. [year]. The BGS Lexicon of Named Rock Units [Linked Open Data]. Keyworth, Nottingham. Available from https://data.bgs.ac.uk/ref/Lexicon/NamedRockUnit"@en ;
    dcterms:created "1997-03-05"^^xsd:date ;
    dcterms:creator <http://data.bgs.ac.uk/ref/BritishGeologicalSurvey> ;
    dcterms:identifier "http://data.bgs.ac.uk/ref/Lexicon/NamedRockUnit"@en ;
    dcterms:modified "2025-02-03"^^xsd:date,
        "2026-04-02"^^xsd:date ;
    dcterms:publisher <http://data.bgs.ac.uk/ref/BritishGeologicalSurvey> ;
    dcterms:title "BGS Lexicon of Named Rock Units"@en ;
    ns2:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "The BGS Lexicon of Named Rock Units provides our definitions of the lithostratigraphic, lithodemic and lithomorphogenetic geological units of the UK and its continental shelf"@en ;
    skos:prefLabel "BGS Lexicon of Named Rock Units"@en ;
    prez:childrenCount 3310 ;
    ns1:landingPage <https://www.bgs.ac.uk/technologies/the-bgs-lexicon-of-named-rock-units/> .

dcterms:bibliographicCitation rdfs:label "Bibliographic Citation"@en ;
    dcterms:description "Recommended practice is to include sufficient bibliographic detail to identify the resource as unambiguously as possible."@en .

dcterms:created rdfs:label "Date Created"@en ;
    dcterms:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en .

dcterms:creator rdfs:label "Creator"@en ;
    dcterms:description "Recommended practice is to identify the creator with a URI.  If this is not possible or feasible, a literal value that identifies the creator may be provided."@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:modified rdfs:label "Date Modified"@en ;
    dcterms:description "Recommended practice is to describe the date, date/time, or period of time as recommended for the property Date, of which this is a subproperty."@en .

dcterms:publisher rdfs:label "Publisher"@en .

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

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

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

rdfs:label rdfs:label "label" .

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

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

schema:color rdfs:label "color" .

ns1:landingPage rdfs:label "Landing Page"@en .

skos:ConceptScheme rdfs:label "Concept Scheme"@en ;
    skos:definition "A set of concepts, optionally including statements about semantic relationships between those concepts."@en .

<https://linked.data.gov.au/def/reg-statuses/stable> 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 ;
    schema:color "#2e8c09" .

