added label for UIBK landing pages
This commit is contained in:
parent
52eddcbe65
commit
7abb9418fe
|
@ -87,3 +87,18 @@ WHERE {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
||||||
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
|
INSERT {
|
||||||
|
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::UIBK::himat_ord> {
|
||||||
|
?lpResource rdfs:label ?label
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
WHERE {
|
||||||
|
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::UIBK::himat_ord> {
|
||||||
|
?s aocat:has_landing_page ?lpResource .
|
||||||
|
BIND (STR(?lpResource) as ?label)
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue