From 8e20f03dd317e27349fae880889ea7d13593efc9 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Tue, 8 Nov 2022 11:33:45 +0100 Subject: [PATCH] doc for enrichement graphs --- .../sparql/enrichment-graphs-info.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrichment-graphs-info.txt b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrichment-graphs-info.txt index e69de29..adbaf11 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrichment-graphs-info.txt +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrichment-graphs-info.txt @@ -0,0 +1,30 @@ + + + + + + + +Triples that must be in each graph. + +For the temporal information: + +: +%record aocat:has_temporal_coverage ?temporal . + + : +?temporal aocat:has_period ?periodOURI . +?temporal aocat:from ?temporalFrom . +?temporal aocat:until ?temporalUntil . + + +?periodOURI skos:prefLabel ?origTemporalPeriodName . + + +For the subjects: + + +%record aocat:has_derived_subject ?derivedSubject . + + +?derivedSubject skos:prefLabel ?origDerivedSubjectPrefLabel . \ No newline at end of file