PREFIX aocat: INSERT { GRAPH { ?s aocat:has_ARIADNE_subject ?collSubj } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:is_part_of ?coll . ?coll aocat:has_ARIADNE_subject ?collSubj } }; PREFIX aocat: INSERT { GRAPH { ?temporal aocat:has_period ?periodOURI . ?temporal aocat:from ?temporalFrom . ?temporal aocat:until ?temporalUntil . } } WHERE { GRAPH { ?temporal aocat:has_period ?periodOURI . ?temporal aocat:from ?temporalFrom . ?temporal aocat:until ?temporalUntil . } }; PREFIX aocat: PREFIX skos: INSERT { GRAPH { ?periodOURI skos:prefLabel ?periodLabel . } } WHERE { GRAPH { ?temporal aocat:has_period ?periodOURI . ?periodOURI skos:prefLabel ?periodLabel . } }; PREFIX aocat: INSERT { GRAPH { ?s aocat:has_derived_subject ?derivedSubject . } } WHERE { GRAPH { ?s aocat:has_derived_subject ?derivedSubject . } }; PREFIX aocat: PREFIX skos: INSERT { GRAPH { ?derivedSubject skos:prefLabel ?prefLabel . } } WHERE { GRAPH { ?s aocat:has_derived_subject ?derivedSubject . ?derivedSubject skos:prefLabel ?prefLabel . } }; PREFIX aocat: 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 { ?s aocat:has_creator ?pub . } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_publisher ?pub . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_creator ?creator . } } }; PREFIX aocat: INSERT { GRAPH { ?s aocat:has_contributor ?pub . } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_publisher ?pub . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_contributor ?c . } } }; PREFIX aocat: INSERT { GRAPH { ?s aocat:was_modified ?created } } WHERE { GRAPH { ?s aocat:was_created_on ?created . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:was_modified ?mod . } } }; PREFIX aocat: INSERT { GRAPH { ?s aocat:was_issued ?created } } WHERE { GRAPH { ?s aocat:was_created_on ?created . MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:was_issued ?mod . } } };