PREFIX aocat: PREFIX rdf: PREFIX skos: INSERT { GRAPH { ?s aocat:has_type . skos:prefLabel "provided record" . } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_native_subject ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_native_subject ?x . ?x ?p ?o . MINUS{ ?record aocat:has_native_subject ?ns } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_publisher ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_publisher ?x . ?x ?p ?o . MINUS{ ?record aocat:has_publisher ?p } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_contributor ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_contributor ?x . ?x ?p ?o . MINUS{ ?record aocat:has_contributor ?p } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_owner ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_owner ?x . ?x ?p ?o . MINUS{ ?record aocat:has_owner ?p } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_creator ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_creator ?x . ?x ?p ?o . MINUS{ ?record aocat:has_creator ?p } }; PREFIX aocat: PREFIX rdfs: INSERT { GRAPH { ?s aocat:has_creator . aocat:has_name "Not provided" . } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_creator ?creator . } } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_responsible ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_responsible ?x . ?x ?p ?o . MINUS{ ?record aocat:has_responsible ?p } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_ARIADNE_subject ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_ARIADNE_subject ?x . ?x ?p ?o . MINUS{ ?record aocat:has_ARIADNE_subject ?as } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_native_subject ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_native_subject ?x . ?x ?p ?o . MINUS{ ?record aocat:has_native_subject ?as } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_access_rights ?x . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_access_rights ?x . MINUS{ ?record aocat:has_access_rights ?ar } }; PREFIX aocat: INSERT { GRAPH { ?record aocat:has_access_policy ?x . ?x ?p ?o . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_access_policy ?x . ?x ?p ?o . MINUS{ ?record aocat:has_access_policy ?ap } }; PREFIX aocat: INSERT { GRAPH { ?temporal aocat:has_period ?nativePeriod . ?temporal aocat:from ?temporalFrom . ?temporal aocat:until ?temporalUntil . } } WHERE { GRAPH { ?temporal aocat:has_native_period ?nativePeriod . ?temporal aocat:from ?temporalFrom . ?temporal aocat:until ?temporalUntil . } }; PREFIX aocat: PREFIX rdfs: PREFIX skos: INSERT { GRAPH { ?nativePeriod skos:prefLabel ?periodLabel . } } WHERE { GRAPH { ?temporal aocat:has_native_period ?nativePeriod . ?nativePeriod rdfs:label ?periodLabel . } }; PREFIX aocat: PREFIX skos: INSERT { GRAPH { ?nativePeriod skos:prefLabel ?periodLabel . } } WHERE { GRAPH { ?temporal aocat:has_native_period ?nativePeriod . ?nativePeriod skos:prefLabel ?periodLabel . } }; PREFIX aocat: PREFIX skos: INSERT { GRAPH { ?record aocat:has_derived_subject ?aat_subject . } } USING USING WHERE { ?record aocat:is_part_of ?collection . ?collection aocat:has_derived_subject ?aat_subject . }; PREFIX aocat: PREFIX rdfs: INSERT { GRAPH { ?record aocat:was_issued "2023-04-13"^^xsd:date } } USING WHERE { ?record rdf:type aocat:AO_Individual_Data_Resource . MINUS{ ?record aocat:was_issued ?date } }; PREFIX aocat: PREFIX rdfs: INSERT { GRAPH { ?record aocat:was_modified "2023-04-13"^^xsd:date } } USING WHERE { ?record rdf:type aocat:AO_Individual_Data_Resource . MINUS{ ?record aocat:was_modified ?date } };