@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .

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 .

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

rdfs:label rdfs:label "label" .

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:prefLabel rdfs:label "preferred label"@en ;
    skos:definition "The preferred lexical label for a resource, in a given language."@en .

skos:scopeNote rdfs:label "scope note"@en ;
    skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en .

<https://linked.data.gov.au/def/reg-statuses/deprecated> a <http://purl.org/linked-data/registry#Status>,
        skos:Concept ;
    dcterms:identifier "rstatus:deprecated"^^prez:identifier ;
    owl:sameAs <http://purl.org/linked-data/registry#statusDeprecated> ;
    skos:broader <https://linked.data.gov.au/def/reg-statuses/accepted> ;
    skos:definition "An entry that has been Retired or Superseded or has become Unstable and is no longer to be used."@en ;
    skos:inScheme <https://linked.data.gov.au/def/reg-statuses> ;
    skos:prefLabel "deprecated"@en ;
    skos:scopeNote "Approved for use but not available" ;
    prez:link "/v/vocab/defn:reg-statuses/rstatus:deprecated" ;
    schema:color "#a86a0d" .

prez:link rdfs:label "link" .

schema:color rdfs:label "color" .

<http://purl.org/linked-data/registry#Status> skos:definition "Open set of status code for entries in a register"@en ;
    skos:prefLabel "Status"@en .

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> 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 "/v/vocab/defn:reg-statuses" .

<https://linked.data.gov.au/def/reg-statuses/accepted> dcterms:identifier "rstatus:accepted"^^prez:identifier ;
    skos:definition "An entry that has been accepted for use and is visible in the default register listing. Includes entries that have seen been retired or superseded."@en ;
    skos:prefLabel "accepted"@en ;
    prez:link "/v/vocab/defn:reg-statuses/rstatus:accepted" ;
    schema:color "#1bc13f" .

