@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/linked-data/registry#> .
@prefix ns2: <http://data.bgs.ac.uk/ref/Lexicon/> .
@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/Lexicon/NamedRockUnit/LGS> a skos:Concept ;
    ns2:hasLithology "http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/C"^^xsd:anyURI,
        "http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/S"^^xsd:anyURI,
        "http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/SDST"^^xsd:anyURI,
        "http://data.bgs.ac.uk/id/EarthMaterialClass/RockClassAll/Z"^^xsd:anyURI ;
    ns2:hasLithologyDescription "Mainly sands and sandstones (varying from well-sorted fine-grained to poorly sorted medium- to coarse-grained) with silts and clays in some intervals."@en ;
    ns2:hasLowerBoundaryDefinition "In southern England, erosional unconformity or disconformity at base of Atherfield Clay Formation: in most of area overlies Wealden Clay Formation, elsewhere Lower Greensand Group oversteps onto Jurassic rocks."@en ;
    ns2:hasObsoleteEquivalent <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/H1024> ;
    ns2:hasOldestAge <http://data.bgs.ac.uk/id/Geochronology/Division/KP> ;
    ns2:hasOldestAgeValue 1.214e+02 ;
    ns2:hasRockUnitRank <http://data.bgs.ac.uk/id/Lexicon/RockUnitRank/G> ;
    ns2:hasThicknessDescription "c.250m in south-western Weald"@en ;
    ns2:hasUpperBoundaryDefinition "Base of Gault; specifically in the Wealden area, base of a short interval of condensed facies beds at the base of the silty clays of the Gault above the sands of the Folkestone Formation."@en ;
    ns2:hasYoungestAge <http://data.bgs.ac.uk/id/Geochronology/Division/KA> ;
    ns2:hasYoungestAgeValue 1.005e+02 ;
    dcterms:identifier "NamedRockUnit:LGS"^^prez:identifier ;
    dcterms:source "http://data.bgs.ac.uk/ref/Lexicon/NamedRockUnit"^^xsd:anyURI ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:altLabel "Lower Greensand [Obsolete: use WBS, LGS, WHS]"@en ;
    skos:definition "Sand and sandstone with subsidiary clay and silt. Stratified bedrock. Occurs both onshore and offshore. Deposited during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:inScheme ns2:NamedRockUnit ;
    skos:isTopConceptOf ns2:NamedRockUnit ;
    skos:narrower <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/AC>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/CLNE>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FDNS>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FO>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FOSA>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FRS>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/HY>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/HYAC>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/MBSA>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/MHPS>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/NSF>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SAB>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SAHY>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SEEI>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SIOW>,
        <http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/WBS> ;
    skos:notation "LGS"@en ;
    skos:prefLabel "Lower Greensand Group"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:LGS" .

<http://data.bgs.ac.uk/ref/Geochronology/Division> dcterms:identifier "gchrnlgy:Division"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Divisions of geological time from source table DIC_GEOCHRON. The BGS Geochronology Dataset is based on The Geologic Time Scale 2012 by F M Gradstein, J G Ogg, M Schmitz and G Ogg (2012), with additions. The result is a composite geological time scale that will be updated as improved timescales become available."@en ;
    skos:prefLabel "Geochronology Division"@en .

ns2:RockUnitRank dcterms:identifier "lxcn:RockUnitRank"^^prez:identifier ;
    skos:definition "Dictionary of the controlled vocabulary for ranks of lithostratigraphical, lithodemic, litho-morpho-genetic and other types of deposits."@en ;
    skos:prefLabel "Lexicon Rock Unit Rank"@en .

ns2:hasLithologyDescription rdfs:label "has lithology description"@en .

ns2:hasLowerBoundaryDefinition rdfs:label "has lower boundary definition"@en .

ns2:hasObsoleteEquivalent rdfs:label "has obsolete equivalent"@en .

ns2:hasOldestAge rdfs:label "has oldest age"@en .

ns2:hasOldestAgeValue rdfs:label "has oldest age value"@en .

ns2:hasRockUnitRank rdfs:label "has rock unit rank"@en .

ns2:hasThicknessDescription rdfs:label "has thickness description"@en .

ns2:hasUpperBoundaryDefinition rdfs:label "has upper boundary definition"@en .

ns2:hasYoungestAge rdfs:label "has youngest age"@en .

ns2:hasYoungestAgeValue rdfs:label "has youngest age value"@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" .

skos:altLabel rdfs:label "alternative label"@en ;
    skos:definition "An alternative lexical label for a resource."@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/Geochronology/Division/KA> rdfs:label "Albian Age"@en ;
    dcterms:identifier "Division:KA"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Albian Age is a division of geological time within the Cretaceous Period. It is the last of the six ages within the Early Cretaceous Epoch. It is preceded by the Aptian Age and succeeded by the Cenomanian Age (Late Cretaceous Epoch) (Geologic Time Scale 2020, figs. 2.1, 27.1; https://timescalefoundation.org/)."@en ;
    skos:prefLabel "Albian Age"@en ;
    prez:link "/v/vocab/gchrnlgy:Division/Division:KA" ;
    schema:color "#CCEA97" .

<http://data.bgs.ac.uk/id/Geochronology/Division/KP> rdfs:label "Aptian Age"@en ;
    dcterms:identifier "Division:KP"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Aptian Age is a division of geological time within the Cretaceous Period. It is the fifth of the six ages within the Early Cretaceous Epoch. It is preceded by the Barremian Age and succeeded by the Albian Age (Geologic Time Scale 2020, figs. 2.1, 27.1; https://timescalefoundation.org/)."@en ;
    skos:prefLabel "Aptian Age"@en ;
    prez:link "/v/vocab/gchrnlgy:Division/Division:KP" ;
    schema:color "#BFE48A" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/AC> dcterms:identifier "NamedRockUnit:AC"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Clay, mudstone and silt with subsidiary limestone and trace ironstone and sand. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Atherfield Clay Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:AC" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/CLNE> dcterms:identifier "NamedRockUnit:CLNE"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Sandstone and trace mudstone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Calne Sands Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:CLNE" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FDNS> dcterms:identifier "NamedRockUnit:FDNS"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Ferruginous sandstone, glauconitic sandstone, pebbly (gravelly) sandstone, sandstone, shelly sandstone and siltstone with subsidiary conglomerate. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Faringdon Sand Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:FDNS" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FO> dcterms:identifier "NamedRockUnit:FO"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Sand and sandstone with subsidiary calcareous sandstone and trace clay, coarse silicate-sandstone and gravel. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:prefLabel "Folkestone Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:FO" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FOSA> dcterms:identifier "NamedRockUnit:FOSA"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Sand, sandstone and silt with subsidiary calcareous sandstone and trace clay, coarse silicate-sandstone, gravel, limestone and smectite-claystone. Bedrock. Occurs onshore. Formed during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:prefLabel "Folkestone Formation And Sandgate Formation (Undifferentiated)"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:FOSA" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/FRS> dcterms:identifier "NamedRockUnit:FRS"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Glauconitic sandstone, sand, sandstone and sandy mudstone with subsidiary mudstone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Ferruginous Sands Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:FRS" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/H1024> dcterms:identifier "NamedRockUnit:H1024"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/deprecated> ;
    skos:definition "Obsolete name. Stratified bedrock. Occurs onshore. Age not entered."@en ;
    skos:prefLabel "Lower Greensand [Obsolete: use WBS, LGS, WHS]"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:H1024" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/HY> dcterms:identifier "NamedRockUnit:HY"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Limestone, sand and sandstone with subsidiary sandy mudstone and siltstone and trace smectite-claystone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Hythe Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:HY" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/HYAC> dcterms:identifier "NamedRockUnit:HYAC"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Clay, limestone, mudstone, sand, sandstone and silt with subsidiary sandy mudstone and siltstone and trace ironstone and smectite-claystone. Bedrock. Occurs onshore. Formed during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Hythe Formation And Atherfield Clay Formation (Undifferentiated)"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:HYAC" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/MBSA> dcterms:identifier "NamedRockUnit:MBSA"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Ferruginous sandstone and gritty sandstone with subsidiary glauconitic sandstone. Stratified bedrock. Occurs onshore. Deposited during the Albian Age (Cretaceous Period) (113.2-100.5 Ma BP)."@en ;
    skos:prefLabel "Monk's Bay Sandstone Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:MBSA" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/MHPS> dcterms:identifier "NamedRockUnit:MHPS"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Ferruginous sandstone, glauconitic sandstone and sandy mudstone with subsidiary micritic limestone. Stratified bedrock. Occurs onshore. Deposited during the Albian Age (Cretaceous Period) (113.2-100.5 Ma BP)."@en ;
    skos:prefLabel "Munday's Hill Phosphatic Sandstone Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:MHPS" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/NSF> dcterms:identifier "NamedRockUnit:NSF"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Gravel and sand. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:prefLabel "Nuneham Sand Formation - Proposed"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:NSF" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SAB> dcterms:identifier "NamedRockUnit:SAB"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Clay, sand and silt with subsidiary calcareous sandstone and sandstone and trace limestone and smectite-claystone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Sandgate Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:SAB" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SAHY> dcterms:identifier "NamedRockUnit:SAHY"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Clay, sand and silt with subsidiary calcareous sandstone, sandstone, sandy mudstone and siltstone and trace limestone and smectite-claystone. Bedrock. Occurs onshore. Formed during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Sandgate Formation And Hythe Formation (Undifferentiated)"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:SAHY" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SEEI> dcterms:identifier "NamedRockUnit:SEEI"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Ferruginous sandstone with subsidiary shelly sandstone and trace mudstone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age (Cretaceous Period) (121.4-113.2 Ma BP)."@en ;
    skos:prefLabel "Seend Ironstone Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:SEEI" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/SIOW> dcterms:identifier "NamedRockUnit:SIOW"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Mudstone and sandstone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:prefLabel "Sandrock Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:SIOW" .

<http://data.bgs.ac.uk/id/Lexicon/NamedRockUnit/WBS> dcterms:identifier "NamedRockUnit:WBS"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Sand and sandstone and trace lignite, nodular phosphorite and smectite-claystone. Stratified bedrock. Occurs onshore. Deposited during the Aptian Age - to - Albian Age (Cretaceous Period) (121.4-100.5 Ma BP)."@en ;
    skos:prefLabel "Woburn Sands Formation"@en ;
    prez:link "/v/vocab/lxcn:NamedRockUnit/NamedRockUnit:WBS" .

<http://data.bgs.ac.uk/id/Lexicon/RockUnitRank/G> rdfs:label "Group"@en ;
    dcterms:identifier "RockUnitRank:G"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Group is the formal lithostratigraphical unit next in rank above a formation and is commonly applied to a sequence of contiguous formations with significant diagnostic lithological characteristics. This term forms part of the internationally accepted framework for classifying lithostratigraphical units, and has Rank 2 (McMillan, A A, Hamblin, R J O and Merritt, J W. 2011. A lithostratigraphical framework for onshore Quaternary and Neogene (Tertiary) superficial deposits of Great Britain and the Isle of Man. British Geological Survey Research Report, RR/10/03. 343pp.)."@en ;
    skos:prefLabel "Group"@en ;
    prez:link "/v/vocab/lxcn:RockUnitRank/RockUnitRank:G" .

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/deprecated> skos:definition "An entry that has been Retired or Superseded or has become Unstable and is no longer to be used."@en ;
    skos:prefLabel "deprecated"@en ;
    schema:color "#a86a0d" .

ns2:NamedRockUnit dcterms:identifier "lxcn:NamedRockUnit"^^prez:identifier ;
    dcterms:title "BGS Lexicon of Named Rock Units"@en ;
    ns1: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:link "/v/vocab/lxcn:NamedRockUnit" .

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

