PREFIX aocat: PREFIX skos: PREFIX time: PREFIX ariadneplus: INSERT { GRAPH { ?temporal aocat:has_period ?periodO . ?temporal aocat:from ?temporalFrom . ?temporal aocat:until ?temporalUntil . } } WHERE { ?temporal aocat:has_native_period ?native_period . ?native_period skos:prefLabel ?native_label . optional { ?periodO skos:altLabel ?native_label . ?periodO skos:inScheme . ?periodO time:intervalStartedBy ?intervalStartedBy . ?intervalStartedBy skos:prefLabel ?temporalFrom . ?periodO time:intervalFinishedBy ?intervalFinishedBy . ?intervalFinishedBy skos:prefLabel ?temporalUntil . } }