@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 skos: <http://www.w3.org/2004/02/skos/core#> .

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:provenance rdfs:label "Provenance"@en ;
    dcterms:description "The statement may include a description of any changes successive custodians made to the resource."@en .

dcterms:references rdfs:label "References"@en ;
    dcterms:description "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."@en ;
    dcterms:provenance "Derived from Qualified Relations ISO-19115-DCTERMS and PROV-O" .

ns1:status rdfs:label "registry status" .

rdf:type rdfs:label "type" .

rdfs:isDefinedBy rdfs:label "isDefinedBy" .

rdfs:label rdfs:label "label" .

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:historyNote rdfs:label "history note"@en ;
    skos:definition "A note about the past state/use/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: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/geofeatures/Terrane> a skos:Concept ;
    dcterms:identifier "gftrs:Terrane"^^prez:identifier,
        "geofeatures:Terrane"^^prez:slug ;
    dcterms:references <http://www.glossaryofgeology.org> ;
    rdfs:isDefinedBy <https://linked.data.gov.au/def/geofeatures> ;
    skos:broader <https://linked.data.gov.au/def/geofeatures/TectonicFeature> ;
    skos:definition "A fault-bounded body of rock of regional extent, characterised by a geologic history different from that of contiguous terranes or bounding continents. A terrane is generally considered to be a discrete allochthonous fragment of oceanic or continental material added to a craton (or continental plate) at an active margin by accretion (After: Neuendorf et al., 2011)."@en ;
    skos:historyNote "Compiled by the Geological Survey of Queensland" ;
    skos:inScheme <https://linked.data.gov.au/def/geofeatures> ;
    skos:notation "gftrn" ;
    skos:prefLabel "terrane"@en ;
    prez:link "/v/vocab/defn:geofeatures/gftrs:Terrane" .

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

<https://linked.data.gov.au/def/geofeatures/TectonicFeature> dcterms:identifier "gftrs:TectonicFeature"^^prez:identifier ;
    skos:definition "Tectonic Features (Tectonic Units, Tectonic Entities) include the lithosphere, including the continental and oceanic crust, tectonic plates (that the lithosphere is subdivided into), mid-ocean ridges, orogens, subduction zones, volcanic arcs, continents, cratons/shields, extended crust provinces, tectonised and or metamorphosed provinces, metallogenic (mineral) provinces, igneous provinces (including large igneous provinces), and sedimentary basins; collectively, they include continents, past and present, and, when previously formed, supercontinents (Modified and extended from: Kumpulainen, 2017; Wikipedia, March 2022)."@en ;
    skos:prefLabel "tectonic feature"@en ;
    prez:link "/v/vocab/defn:geofeatures/gftrs:TectonicFeature" .

<https://linked.data.gov.au/def/geofeatures> dcterms:identifier "defn:geofeatures"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "This vocabulary lists types of geological features relevant to the duties of the Geological Survey of Queensland. It is automatically derived from GSQ's Geologic Features Ontology (https://linked.data.gov.au/def/geofeatures)"@en ;
    skos:prefLabel "Geologic Feature Types"@en ;
    prez:link "/v/vocab/defn:geofeatures" .

