diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/UIBK/ordered_sparql_insert_UIBK_Collection.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/UIBK/ordered_sparql_insert_UIBK_Collection.sparql index f20dc09..640ff48 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/UIBK/ordered_sparql_insert_UIBK_Collection.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/UIBK/ordered_sparql_insert_UIBK_Collection.sparql @@ -3,7 +3,7 @@ PREFIX skos: PREFIX rdf: PREFIX rdfs: INSERT { - GRAPH { + GRAPH { ?s aocat:has_owner . rdf:type . rdfs:label "Not provided" . @@ -11,7 +11,7 @@ INSERT { } } WHERE { - GRAPH { + GRAPH { ?s rdf:type . MINUS { ?s rdf:type . @@ -25,7 +25,7 @@ PREFIX skos: PREFIX rdf: PREFIX rdfs: INSERT { - GRAPH { + GRAPH { ?s aocat:has_type . rdf:type . skos:prefLabel "collection" @@ -33,14 +33,14 @@ INSERT { } } WHERE { - GRAPH { + GRAPH { ?s rdf:type . } }; PREFIX skos: INSERT DATA{ -GRAPH { +GRAPH { skos:prefLabel "de" . skos:prefLabel "en" . skos:prefLabel "Site/monument"@en . @@ -53,13 +53,13 @@ PREFIX skos: PREFIX rdf: PREFIX rdfs: INSERT { - GRAPH { + GRAPH { ?s aocat:has_part ?x } } WHERE { - GRAPH { + GRAPH { ?x aocat:is_part_of ?s } }; @@ -69,7 +69,7 @@ PREFIX skos: PREFIX rdf: PREFIX rdfs: INSERT { - GRAPH { + GRAPH { ?s aocat:has_owner . rdf:type . rdfs:label "Not provided" . @@ -77,43 +77,11 @@ INSERT { } } WHERE { - GRAPH { + GRAPH { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_owner ?o . } } -}; - - -PREFIX aocat: -PREFIX skos: -INSERT { - GRAPH { - ?record aocat:has_derived_subject ?aat . - } -} -WHERE { - GRAPH { - ?record aocat:has_derived_subject ?aat . - } -}; - - PREFIX skos: - PREFIX aocat: - PREFIX time: - INSERT { - GRAPH { - ?temporal aocat:has_period ?periodO . - ?temporal aocat:from ?temporalFrom . - ?temporal aocat:until ?temporalUntil . - } - } - WHERE { - GRAPH { - ?temporal aocat:has_period ?periodO . - ?temporal aocat:from ?temporalFrom . - ?temporal aocat:until ?temporalUntil . - } -}; +}; \ No newline at end of file