removed periodO insert from old Ariadne periodO
This commit is contained in:
parent
510161b3df
commit
7358dd1f1f
|
@ -186,25 +186,6 @@ WHERE {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
|
||||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
||||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
||||||
INSERT {
|
|
||||||
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::dans::easy> {
|
|
||||||
?s aocat:has_landing_page ?id .
|
|
||||||
}
|
|
||||||
}
|
|
||||||
WHERE {
|
|
||||||
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::dans::easy> {
|
|
||||||
?s rdf:type aocat:AO_Individual_Data_Resource .
|
|
||||||
?s aocat:has_original_id ?id .
|
|
||||||
MINUS {
|
|
||||||
?s rdf:type aocat:AO_Individual_Data_Resource .
|
|
||||||
?s aocat:has_landing_page ?lp .
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
||||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||||
INSERT {
|
INSERT {
|
||||||
|
@ -240,27 +221,6 @@ WHERE {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
PREFIX dcterms: <http://purl.org/dc/terms/>
|
|
||||||
INSERT {
|
|
||||||
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::dans::periodo> {
|
|
||||||
?periodO ?pred ?o .
|
|
||||||
?o ?pred2 ?o2 .
|
|
||||||
?o2 ?pred3 ?o3 .
|
|
||||||
}
|
|
||||||
}
|
|
||||||
WHERE {
|
|
||||||
GRAPH <https://ariadne-infrastructure.eu/ariadne/periodo> {
|
|
||||||
?periodO dcterms:spatial <http://www.wikidata.org/entity/Q55> .
|
|
||||||
?periodO ?pred ?o .
|
|
||||||
optional {
|
|
||||||
?o ?pred2 ?o2 .
|
|
||||||
optional {
|
|
||||||
?o2 ?pred3 ?o3 .
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||||
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
|
||||||
|
|
Loading…
Reference in New Issue