| ... | ... | @@ -352,7 +352,7 @@ PREFIX skosxl: <http://www.w3.org/2008/05/skos-xl#> |
|
|
|
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
|
|
|
|
|
|
SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2
|
|
|
|
?ISO_31661_alpha3 ?ISO_31661_num
|
|
|
|
?ISO_31661_alpha3 ?ISO_31661_num ?style_guide_code
|
|
|
|
|
|
|
|
WHERE {
|
|
|
|
|
| ... | ... | @@ -389,6 +389,13 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
?not_num dct:type <http://publications.europa.eu/resource/authority/notation-type/ISO_3166_1_NUM> .
|
|
|
|
}
|
|
|
|
|
|
|
|
#retrieving the codes used into the interinstitutional style guide
|
|
|
|
optional {
|
|
|
|
?country_uri euvoc:xlNotation ?not_style .
|
|
|
|
?not_style rdf:value ?style_guide_code .
|
|
|
|
?not_style dct:type <http://publications.europa.eu/resource/authority/notation-type/ISG_COU> .
|
|
|
|
}
|
|
|
|
|
|
|
|
# Filtering out the deprecated and the retired concepts
|
|
|
|
filter not exists {?country_uri owl:deprecated ?dep}
|
|
|
|
filter not exists {
|
| ... | ... | |
| ... | ... | |