@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/BeddingSurfaceStructure> a skos:Collection ;
    dcterms:identifier "rf:BeddingSurfaceStructure"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/experimental> ;
    skos:definition "A dictionary of bed surface structures, eg. ripples, dessication cracks."@en ;
    skos:prefLabel "BeddingSurfaceStructure"@en ;
    prez:link "/v/collection/rf:BeddingSurfaceStructure",
        "/v/vocab/rf:BeddingSurfaceStructure" .

<http://data.bgs.ac.uk/ref/BoreholeMaterialType> a skos:Collection ;
    dcterms:identifier "rf:BoreholeMaterialType"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Dictionary table listing core material types and their short codes."@en ;
    skos:prefLabel "BoreholeMaterialType"@en ;
    prez:link "/v/collection/rf:BoreholeMaterialType",
        "/v/vocab/rf:BoreholeMaterialType" .

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 .

ns1: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 .

prez:count rdfs:label "count" .

prez:link rdfs:label "link" .

schema:color rdfs:label "color" .

<https://linked.data.gov.au/def/reg-statuses/experimental> skos:definition "An entry that has been accepted into the register temporarily and may be subject to change or withdrawal."@en ;
    skos:prefLabel "experimental"@en ;
    schema:color "#eae72c" .

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

skos:Collection rdfs:label "Collection"@en ;
    skos:definition "A meaningful collection of concepts."@en ;
    prez:count 2 .

