doc for enrichement graphs
This commit is contained in:
parent
ca1d4a3b90
commit
8e20f03dd3
|
@ -0,0 +1,30 @@
|
|||
<https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::%collectionId>
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodoplus>
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodo>
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::aatplus>
|
||||
<https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::aat>
|
||||
|
||||
|
||||
Triples that must be in each graph.
|
||||
|
||||
For the temporal information:
|
||||
|
||||
<https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::%collectionId>:
|
||||
%record aocat:has_temporal_coverage ?temporal .
|
||||
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodoplus> :
|
||||
?temporal aocat:has_period ?periodOURI .
|
||||
?temporal aocat:from ?temporalFrom .
|
||||
?temporal aocat:until ?temporalUntil .
|
||||
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodo>
|
||||
?periodOURI skos:prefLabel ?origTemporalPeriodName .
|
||||
|
||||
|
||||
For the subjects:
|
||||
|
||||
<https://ariadne-infrastructure.eu/ariadneplus::%datasource::aatplus>
|
||||
%record aocat:has_derived_subject ?derivedSubject .
|
||||
|
||||
<https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::aat>
|
||||
?derivedSubject skos:prefLabel ?origDerivedSubjectPrefLabel .
|
Loading…
Reference in New Issue