@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://publications.europa.eu/resource/authority/country/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . <http://publications.europa.eu/resource/authority/country/0001> a owl:NamedIndividual ; skos:prefLabel "List of current states"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://publications.europa.eu/resource/authority/country/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://publications.europa.eu/resource/authority/country/0001>
    a owl:NamedIndividual ;
    skos:prefLabel "List of current states"@en .