-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdataset.ttl
219 lines (184 loc) · 8.72 KB
/
dataset.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix sd: <http://www.w3.org/ns/sparql-service-description#>.
@prefix void: <http://rdfs.org/ns/void#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix eprint: <http://purl.org/eprint/type/> .
@prefix oa: <http://www.w3.org/ns/oa#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix geonames: <http://www.geonames.org/ontology#>.
@prefix issa: <http://data-issa.instance.fr/>.
@prefix issap: <http://data-issa.instance.fr/property/>.
###############################################################################
# This is a template for a ISSA dataset metadata. To adapt this template to
# a concrete use case instance:
# - define the dataset name e.g. 'issa-agritrop'
# - define the source dataset name e.g. 'agritrop'
# - provide specific title (dct:title, schema:name)
# - provide description (dct:description)
# - provide subjects (dct:subjects) and keywords (schema:keywords)
# - provide additional pubisher(s) (dct:publisher, schema:publisher)
# - provide the funding entity(s) (foaf:fundedBy)
# - assign the source dataset to the issa-dataset (schema:isBasedOn, prov:hadPrimarySource)
# - provide the namespace uri e.g. http://data-issa.cirad.fr/ (void:uriSpace)
# - provide the SPARQL endpoint url e.g. http://data-issa.cirad.fr/sparql (void:sparqlEndpoint)
# - provide additional vocabularies if needed (void:vocabulary)
# - provide dataset distribution information e.g. reference to Zenodo
# (void:dataDump, dct:identifier, dcat:distribution)
# After adapting this file to a use case instance:
# - either leave it in this dir
# - or move to the /config/instance dir
#################################################################################
# --- Dataset description
issa:issa-instance
a dcat:Dataset, void:Dataset, schema:Dataset;
dct:title "ISSA dataset";
schema:name "ISSA dataset";
dct:description "This RDF dataset was produced by processing documents...";
dct:licence <http://opendatacommons.org/licenses/by/1.0>;
schema:licence <http://opendatacommons.org/licenses/by/1.0>;
dct:subject "agricultural research", "rural development", "agritrop", "literature", "annotation", "named entity",
"named entity recognition", "NER";
schema:keywords "agricultural research", "rural development", "agritrop", "literature", "annotation", "named entity",
"named entity recognition", "NER";
dct:publisher <https://ror.org/0496p8026>, #Délégation Côte d_Azur
<https://ror.org/02kvxyf05>, #Inria
<https://ror.org/02feahw73>, #CNRS
<https://ror.org/05kpkpg04>; #CIRAD
schema:publisher <https://ror.org/0496p8026>,# Délégation Côte d_Azur
<https://ror.org/02kvxyf05>, #Inria
<https://ror.org/02feahw73>, #CNRS
<https://ror.org/05kpkpg04>; #CIRAD
foaf:fundedBy <https://ror.org/0496p8026>,# Délégation Côte d_Azur
<https://ror.org/02kvxyf05>, #Inria
<https://ror.org/02feahw73>, #CNRS
<https://ror.org/05kpkpg04>; #CIRAD
a prov:Entity;
schema:isBasedOn issa:source_dataset;
prov:hadPrimarySource issa:source_dataset;
prov:wasGeneratedBy issa:RdfGeneration;
void:uriSpace "http://data-issa.instance.fr/";
void:sparqlEndpoint <https://data-issa.instance.fr/sparql>;
void:vocabulary
bibo:, dcat:, dce:, dct:, fabio:, foaf:, frbr:, oa:, prov:, schema:, void:, geonames;
dct:issued "2022-01-01"^^xsd:date;
schema:dateCreated "2022-01-01"^^xsd:date;
schema:datePublished "2022-01-01"^^xsd:date;
# updatable properties
dct:modified "2022-01-01"^^xsd:date;
prov:generatedAtTime "2022-01-01"^^xsd:date;
void:triples "0"^^xsd:integer;
owl:versionInfo "1.0";
dcat:version "1.0";
# manualy updatable properties
void:dataDump <https://doi.org/10.5281/zenodo.123456>; # update when obtained new
dct:identifier "https://doi.org/10.5281/zenodo.123456";
dcat:distribution [
a dcat:Distribution;
dct:issued "2022-01-01"^^xsd:date;
dct:description "Distribution of ISSA Agritrop as an archive of RDF Turtle files";
dcat:accessURL <https://doi.org/10.5281/zenodo.123456>;
dcat:downloadURL <https://zenodo.org/record/6505847/files/issa-instance-1.0.zip>;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/turtle>;
dcat:compressFormat <http://www.iana.org/assignments/media-types/application/zip>;
]
.
# --- Organizations involved
<https://ror.org/0496p8026> a foaf:Organization; foaf:name "University Côte d_Azur";
foaf:homepage <http://www.univ-cotedazur.fr>.
<https://ror.org/02kvxyf05> a foaf:Organization; foaf:name "Inria";
foaf:homepage <https://www.inria.fr>.
<https://ror.org/02feahw73> a foaf:Organization; foaf:name "CNRS";
foaf:homepage <https://www.cnrs.fr>.
<https://ror.org/05kpkpg04> a foaf:Organization; foaf:name "Centre de Coopération Internationale en Recherche Agronomique pour le Développement";
foaf:homepage <https://www.cirad.fr>.
<https://ror.org/051escj72> a foaf:Organization; foaf:name "Université de Montpellier";
foaf:homepage <https://www.umontpellier.fr/>.
<https://ror.org/03e8rf594> a foaf:Organization; foaf:name "IMT Mines Alès";
foaf:homepage <https://www.imt-mines-ales.fr/>.
# --- SPARQL Service Description and DCAT DataService
issa:sparql-service
a sd:Service, dcat:DataService;
sd:supportedLanguage sd:SPARQL10Query, sd:SPARQL11Query;
sd:endpoint <https://data-issa.instance.fr/sparql>;
dcat:endpointURL <https://data-issa.instance.fr/sparql>;
rdfs:label "SPARQL endpoint serving the ISSA dataset";
dcat:servesDataset issa:issa-instance;
sd:availableGraphs [
a sd:GraphCollection;
sd:namedGraph
<http://data-issa.instance.fr/graph/dataset>,
<http://data-issa.instance.fr/graph/documents>,
<http://data-issa.instance.fr/graph/documents/text>,
<http://data-issa.instance.fr/graph/thematic-descriptors>,
<http://data-issa.instance.fr/graph/annif-descriptors>,
<http://data-issa.instance.fr/graph/geographic-nes>,
<http://data-issa.instance.fr/graph/entity-fishing-nes>,
<http://data-issa.instance.fr/graph/dbpedia-spotlight-nes>,
<http://data-issa.instance.fr/graph/pyclinrec-nes>,
<http://data-issa.instance.fr/graph/document-domains>
].
# --- Source dataset and provenance information
issa:source_dataset
a dcat:Dataset, schema:Dataset;
dct:title "Open Repository of publications";
schema:name "Open Repository of publications";
schema:url <https://source.dataset.fr/>;
.
# --- VOID Linksets
issa:Wikidata
dct:title "Wikidata"@en;
a void:Dataset;
foaf:homepage <https://wikidata.org>.
issa:issa2wikidata
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget issa:issa-agritrop;
void:objectsTarget issa:Wikidata;
# updatable property
void:triples "0"^^xsd:integer;
.
issa:DBpedia
dct:title "DBpedia"@en;
a void:Dataset;
foaf:homepage <http://dbpedia.org>.
issa:issa2dbpedia
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget issa:issa-agritrop;
void:objectsTarget issa:DBpedia;
# updatable property
void:triples "0"^^xsd:integer;
.
<http://www.geonames.org/ontology>
dct:title "GeoNames"@en;
a void:Dataset;
foaf:homepage <http://www.geonames.org/ontology/documentation.html>.
issa:issa2geonames
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget issa:issa-agritrop;
void:objectsTarget <http://www.geonames.org/ontology>;
# updatable property
void:triples "0"^^xsd:integer;
.
<http://aims.fao.org/aos/agrovoc/void.ttl#Agrovoc>
dct:title "Agrovoc"@en;
a void:Dataset;
foaf:homepage <http://aims.fao.org/agrovoc>.
issa:issa2agrovoc
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget issa:issa-agritrop;
void:objectsTarget <http://aims.fao.org/aos/agrovoc/void.ttl#Agrovoc>;
# updatable property
void:triples "0"^^xsd:integer;
.