| ... | ... | @@ -252,7 +252,7 @@ SELECT distinct ?country_uri ?named_authority_code ?country_en WHERE { |
|
|
|
?not_authority dct:type <http://publications.europa.eu/resource/authority/notation-type/NAC> .
|
|
|
|
|
|
|
|
|
|
|
|
} order by ?country_en
|
|
|
|
} order by ?country_uri
|
|
|
|
|
|
|
|
```
|
|
|
|
|
| ... | ... | @@ -289,7 +289,7 @@ SELECT distinct ?country_uri ?named_authority_code ?country_en WHERE { |
|
|
|
?not_authority rdf:value ?named_authority_code .
|
|
|
|
?not_authority dct:type <http://publications.europa.eu/resource/authority/notation-type/NAC> .
|
|
|
|
|
|
|
|
} order by ?country_en
|
|
|
|
} order by ?country_uri
|
|
|
|
|
|
|
|
```
|
|
|
|
|
| ... | ... | @@ -330,7 +330,7 @@ SELECT distinct ?country_uri ?named_authority_code ?country_en |
|
|
|
?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> .
|
|
|
|
} order by ?country_en
|
|
|
|
} order by ?country_uri
|
|
|
|
|
|
|
|
```
|
|
|
|
|
| ... | ... | @@ -392,7 +392,7 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
filter not exists {?country_uri owl:deprecated ?dep}
|
|
|
|
filter not exists {
|
|
|
|
?country_uri euvoc:status <http://publications.europa.eu/resource/authority/concept-status/RETIRED>}
|
|
|
|
}
|
|
|
|
} order by ?country_uri
|
|
|
|
```
|
|
|
|
|
|
|
|
#### 4\.8 Current countries, territories and marines areas and their related ISO codes:
|
| ... | ... | @@ -449,7 +449,8 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
filter not exists {?country_uri owl:deprecated ?dep}
|
|
|
|
filter not exists {
|
|
|
|
?country_uri euvoc:status <http://publications.europa.eu/resource/authority/concept-status/RETIRED>}
|
|
|
|
}
|
|
|
|
|
|
|
|
} order by ?country_uri
|
|
|
|
```
|
|
|
|
#### 4\.9 Current EU member states, their official code, their preferred labels in english and their ISO codes:
|
|
|
|
|
| ... | ... | @@ -515,7 +516,7 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
filter not exists {
|
|
|
|
?country_uri euvoc:status <http://publications.europa.eu/resource/authority/concept-status/RETIRED>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}order by ?country_uri
|
|
|
|
```
|
|
|
|
#### 4\.10 Current OECD member states, their official code, their preferred labels in english and their ISO codes:
|
|
|
|
|
| ... | ... | @@ -581,6 +582,6 @@ SELECT ?country_uri ?named_authority_code ?country_en ?ISO_31661_alpha2 |
|
|
|
filter not exists {
|
|
|
|
?country_uri euvoc:status <http://publications.europa.eu/resource/authority/concept-status/RETIRED>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} order by ?country_uri
|
|
|
|
```
|
|
|
|
|