| ... | ... | @@ -203,7 +203,7 @@ SELECT distinct ?country_uri ?named_authority_code ?country_en ?country_bg ?coun |
|
|
|
?country_uri skos:prefLabel ?c_sl . Bind(str(?c_sl) as ?country_sl) filter(lang(?c_sl) = "sl")
|
|
|
|
?country_uri skos:prefLabel ?c_sv . Bind(str(?c_sv) as ?country_sv) filter(lang(?c_sv) = "sv")
|
|
|
|
|
|
|
|
# Retrieval of the EU official code
|
|
|
|
# Retrieval of the authority code
|
|
|
|
?country_uri euvoc:xlNotation ?not_authority .
|
|
|
|
?not_authority rdf:value ?named_authority_code .
|
|
|
|
?not_authority dct:type <http://publications.europa.eu/resource/authority/notation-type/NAC> .
|
| ... | ... | @@ -257,7 +257,7 @@ SELECT distinct ?country_uri ?named_authority_code ?country_en |
|
|
|
filter not exists {
|
|
|
|
?country_uri euvoc:status <http://publications.europa.eu/resource/authority/concept-status/RETIRED>}
|
|
|
|
|
|
|
|
# Retrieval of the EU official code
|
|
|
|
# Retrieval of the authority code
|
|
|
|
?country_uri euvoc:xlNotation ?not_authority .
|
|
|
|
?not_authority rdf:value ?named_authority_code .
|
|
|
|
?not_authority dct:type <http://publications.europa.eu/resource/authority/notation-type/NAC> .
|
| ... | ... | @@ -448,7 +448,7 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
Bind(str(?c_label_en) as ?country_en) .
|
|
|
|
filter(lang(?c_label_en) = "en")
|
|
|
|
|
|
|
|
# Retrieval of the EU official code
|
|
|
|
# Retrieval of the authority code
|
|
|
|
?country_uri euvoc:xlNotation ?not_authority .
|
|
|
|
?not_authority rdf:value ?named_authority_code .
|
|
|
|
?not_authority dct:type <http://publications.europa.eu/resource/authority/notation-type/NAC> .
|
| ... | ... | @@ -502,7 +502,7 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
from <http://publications.europa.eu/resource/authority/country>
|
|
|
|
|
|
|
|
WHERE {
|
|
|
|
# Retrieving the countries and their english preferred labels
|
|
|
|
# Retrieving the countries and their English preferred labels
|
|
|
|
?country_uri a skos:Concept .
|
|
|
|
?country_uri skos:topConceptOf <http://publications.europa.eu/resource/authority/country> .
|
|
|
|
?country_uri skos:prefLabel ?c_label_en .
|
| ... | ... | |
| ... | ... | |