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: 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: INSERT { GRAPH { ?derivedSubject skos:prefLabel ?prefLabel . } } WHERE { GRAPH { ?s aocat:has_derived_subject ?derivedSubject . ?derivedSubject skos:prefLabel ?prefLabel . } };