@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://linked.data.gov.au/def/anzsic-2006/E3020> a skos:Concept ;
    dcterms:identifier "nzsc-2006:E3020"^^prez:identifier,
        "anzsic-2006:E3020"^^prez:slug ;
    dcterms:source "https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1292.02006%20(Revision%202.0)?OpenDocument"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://linked.data.gov.au/def/anzsic-2006> ;
    skos:broader <http://linked.data.gov.au/def/anzsic-2006/E3000> ;
    skos:definition "An individual business entity whose predominant economic activity is Non-Residential Building Construction."@en ;
    skos:inScheme <http://linked.data.gov.au/def/anzsic-2006> ;
    skos:notation "E3020" ;
    skos:prefLabel "Non-Residential Building Construction"@en ;
    prez:link "/v/vocab/def:anzsic-2006/nzsc-2006:E3020" .

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 .

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

<http://linked.data.gov.au/def/anzsic-2006/E3000> dcterms:identifier "nzsc-2006:E3000"^^prez:identifier ;
    skos:definition "An individual business entity whose predominant economic activity is Building Construction."@en ;
    skos:prefLabel "Building Construction"@en ;
    prez:link "/v/vocab/def:anzsic-2006/nzsc-2006:E3000" .

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

<http://linked.data.gov.au/def/anzsic-2006> dcterms:identifier "def:anzsic-2006"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition """An industrial classification organises data about business units. It provides a standard framework under which business units carrying out similar production activities can be grouped together, with each resultant group referred to as an industry.\r
    An individual business entity is assigned to an industry based on its predominant economic activity. The term business entity is used in its widest sense to include any organisation undertaking productive activities, including companies, non-profit organisations, government departments and enterprises. ANZSIC has four hierarchic levels: Divisions (the broadest level), Subdivisions, Groups and Classes (the finest level).\r
    At the Divisional level, the main purpose is to provide a limited number of categories which provide a broad overall picture of the economy and are suitable for the publication of summary tables in official statistics. The Subdivision, Group and Class levels provide increasingly detailed dissections of these categories for the compilation of more specific and detailed statistics."""@en ;
    skos:prefLabel "Australian and New Zealand Standard Industrial Classification 2006 - Codes and Titles"@en ;
    prez:link "/v/vocab/def:anzsic-2006" .

