@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#> .

<http://linked.data.gov.au/def/australian-phone-area-codes/08> a skos:Concept ;
    dcterms:identifier "strln-phn-r-cds:08"^^prez:identifier,
        "australian-phone-area-codes:08"^^prez:slug ;
    dcterms:provenance "Derived from Australian Standard AS 4590.1:2017 citing The Australian Communications Media Authority (ACMA) Telecommunications Numbering Plan 2015." ;
    rdfs:isDefinedBy <http://linked.data.gov.au/def/australian-phone-area-codes> ;
    skos:altLabel "(08)"@en ;
    skos:definition "The Australian telephone area code for South Australia and Western Australia, including Christmas Island  and Cocos (Keeling) Islands. (ACMA)"@en ;
    skos:inScheme <http://linked.data.gov.au/def/australian-phone-area-codes> ;
    skos:prefLabel "08"@en ;
    skos:topConceptOf <http://linked.data.gov.au/def/australian-phone-area-codes> ;
    prez:link "/v/vocab/def:australian-phone-area-codes/strln-phn-r-cds:08" .

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 .

ns1:status rdfs:label "registry status" .

rdf:type rdfs:label "type" .

rdfs:isDefinedBy rdfs:label "isDefinedBy" .

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

skos:topConceptOf rdfs:label "is top concept in scheme"@en ;
    skos:definition "Relates a concept to the concept scheme that it is a top level concept of."@en .

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

<http://linked.data.gov.au/def/australian-phone-area-codes> dcterms:identifier "def:australian-phone-area-codes"^^prez:identifier ;
    dcterms:provenance "Derived from Australian Standard AS 4590.1:2017 citing The Australian Communications Media Authority (ACMA) Telecommunications Numbering Plan 2015." ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "A two-digit-prefix code denoting the area in Australia to which a fixed telephone is registered."@en ;
    skos:prefLabel "Australian Telephone Area Codes"@en ;
    prez:link "/v/vocab/def:australian-phone-area-codes" .

