fixed records query for precision section - wrong record placeholder

centroids
Enrico Ottonello 2 years ago
parent 0bee268468
commit c4ee769054

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

Loading…
Cancel
Save