fixed records query for precision section - wrong record placeholder

This commit is contained in:
Enrico Ottonello 2022-06-28 18:31:57 +02:00
parent 0bee268468
commit c4ee769054
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ where {
%record aocat:has_visual_component ?visualComponent . %record aocat:has_visual_component ?visualComponent .
} }
optional { optional {
?record aocat:has_spatial_precision / aocat:has_unit / skos:prefLabel ?spatialPrecisionUnit . %record aocat:has_spatial_precision / aocat:has_unit / skos:prefLabel ?spatialPrecisionUnit .
?record aocat:has_spatial_precision / aocat:has_value ?spatialPrecisionValue . %record aocat:has_spatial_precision / aocat:has_value ?spatialPrecisionValue .
} }
BIND (IRI(concat( "https://ariadne-infrastructure.eu/TextLang/",SHA1(STR(?description)))) as ?descriptionInfo) BIND (IRI(concat( "https://ariadne-infrastructure.eu/TextLang/",SHA1(STR(?description)))) as ?descriptionInfo)
BIND (LANG(?description) as ?descriptionLang) BIND (LANG(?description) as ?descriptionLang)