AAT enrichment for FindSampo - Finalnd
This commit is contained in:
parent
acb9faa3ce
commit
d4242390cf
|
@ -0,0 +1,31 @@
|
||||||
|
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
||||||
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||||
|
INSERT {
|
||||||
|
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::findsampo::aatplus> {
|
||||||
|
?record aocat:has_derived_subject ?aat_subject .
|
||||||
|
}
|
||||||
|
}
|
||||||
|
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::findsampo::finds>
|
||||||
|
WHERE {
|
||||||
|
?record aocat:has_derived_subject ?aat_subject .
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
||||||
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||||
|
PREFIX skosxl: <http://www.w3.org/2008/05/skos-xl#>
|
||||||
|
PREFIX gvp: <http://vocab.getty.edu/ontology#>
|
||||||
|
INSERT {
|
||||||
|
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::findsampo::aat> {
|
||||||
|
?aat_subject skos:prefLabel ?label .
|
||||||
|
}
|
||||||
|
}
|
||||||
|
USING <http://vocab.getty.edu/aat/>
|
||||||
|
USING <https://ariadne-infrastructure.eu/ariadneplus::findsampo::aatplus>
|
||||||
|
WHERE {
|
||||||
|
?record aocat:has_derived_subject ?aat_subject .
|
||||||
|
?aat_subject rdf:type gvp:Concept .
|
||||||
|
?aat_subject gvp:prefLabelGVP ?lab .
|
||||||
|
?lab gvp:term ?label .
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue