diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/OEAW/ordered_sparql_insert_collection_oeaw_arche.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/OEAW/ordered_sparql_insert_collection_oeaw_arche.sparql index 7404a4a..636b373 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/OEAW/ordered_sparql_insert_collection_oeaw_arche.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/OEAW/ordered_sparql_insert_collection_oeaw_arche.sparql @@ -21,14 +21,14 @@ INSERT { PREFIX aocat: DELETE WHERE { GRAPH { - ?x aocat:from "" . + ?x aocat:from ""^^xsd:dateTime . } }; PREFIX aocat: DELETE WHERE { GRAPH { - ?x aocat:until "" . + ?x aocat:until ""^^xsd:dateTime . } }; @@ -52,6 +52,26 @@ WHERE { } }; +PREFIX aocat: +PREFIX rdf: +INSERT { + GRAPH { + ?s aocat:has_creator . + rdf:type . + rdfs:label "Not provided" . + aocat:has_name "Not provided" . + } +} +WHERE { + GRAPH { + ?s rdf:type . + MINUS { + ?s rdf:type . + ?s aocat:has_creator ?agent . + } + } +}; + PREFIX aocat: PREFIX skos: PREFIX ariadneplus: