originalId set to mandatory

This commit is contained in:
Enrico Ottonello 2020-03-06 13:11:35 +01:00
parent 2b85674659
commit 5c3d50f309
1 changed files with 1 additions and 4 deletions

View File

@ -64,11 +64,8 @@ from <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::271>
where {
?record aocat:has_language / skos:prefLabel ?language .
?record aocat:has_original_id ?originalId .
optional {
{
?record aocat:has_original_id ?originalId .
}
union
{
?record aocat:has_native_subject ?nativeSubject .
?nativeSubject skos:prefLabel ?nativeSubjectPrefLabel .