fixed records query for precision section - wrong record placeholder
This commit is contained in:
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…
Reference in New Issue