@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/linked-data/registry#> .
@prefix ns2: <http://www.w3.org/ns/adms#> .
@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/countries/LT> a skos:Concept ;
    dcterms:identifier "cntrs:LT"^^prez:identifier,
        "countries:LT"^^prez:slug ;
    dcterms:source "http://dd.eionet.europa.eu/vocabulary/common/countries/view"^^xsd:anyURI ;
    rdfs:isDefinedBy <http://linked.data.gov.au/def/countries> ;
    skos:definition "Country of Lithuania"@en ;
    skos:exactMatch <http://dbpedia.org/resource/Lithuania>,
        <http://dd.eionet.europa.eu/vocabulary/art12_2012/countrycode/LT>,
        <http://dd.eionet.europa.eu/vocabulary/art17_2006/countries/LT>,
        <http://dd.eionet.europa.eu/vocabulary/cdda/regions/LTU>,
        <http://dd.eionet.europa.eu/vocabulary/common/nuts/LT>,
        <http://dd.eionet.europa.eu/vocabulary/eurostat/cities/LT>,
        <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/LT>,
        <http://dd.eionet.europa.eu/vocabulary/habides/habidescountries/LT>,
        <http://dd.eionet.europa.eu/vocabulary/lcp/lcpcountries/LT>,
        <http://publications.europa.eu/resource/authority/country/LTU>,
        <http://rdfdata.eionet.europa.eu/eea/countries/LT>,
        <http://rod.eionet.europa.eu/spatial/22>,
        <http://sws.geonames.org/597427/> ;
    skos:inScheme <http://linked.data.gov.au/def/countries> ;
    skos:notation "LT" ;
    skos:prefLabel "Литва"@bg,
        "Litva"@cs,
        "Litauen"@da,
        "Litauen"@de,
        "Λιθουανία"@el,
        "Lithuania"@en,
        "Lituania"@es,
        "Leedu"@et,
        "Liettua"@fi,
        "Lituanie (la)"@fr,
        "an Liotuáin"@ga,
        "Litva"@hr,
        "Litvánia"@hu,
        "Lituania"@it,
        "Lietuva"@lt,
        "Lietuva"@lv,
        "il-Litwanja"@mt,
        "Litouwen"@nl,
        "Litwa"@pl,
        "Lituânia"@pt,
        "Lituania"@ro,
        "Litva"@sk,
        "Litva"@sl,
        "Litauen"@sv ;
    ns2:status <http://dd.eionet.europa.eu/vocabulary/datadictionary/status/valid> ;
    prez:link "/v/vocab/def:countries/cntrs:LT" .

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:definition rdfs:label "definition"@en ;
    skos:definition "A statement or formal explanation of the meaning of a concept."@en .

skos:exactMatch rdfs:label "has exact match"@en ;
    skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@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 .

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

<http://linked.data.gov.au/def/countries> dcterms:identifier "def:countries"^^prez:identifier ;
    ns1:status <https://linked.data.gov.au/def/reg-statuses/stable> ;
    skos:definition "Country codes and names from ISO-3166."@en ;
    skos:prefLabel "Countries"@en ;
    prez:link "/v/vocab/def:countries" .

