-
Notifications
You must be signed in to change notification settings - Fork 9
/
covidontheweb-metadata-dataset.ttl
198 lines (162 loc) · 8.79 KB
/
covidontheweb-metadata-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
@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 bibo: <http://purl.org/ontology/bibo/> .
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix frbr: <http://purl.org/vocab/frbr/core#>.
@prefix oa: <http://www.w3.org/ns/oa#>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix schema: <http://schema.org/>.
@prefix sd: <http://www.w3.org/ns/sparql-service-description#>.
@prefix void: <http://rdfs.org/ns/void#>.
@prefix wd: <http://www.wikidata.org/entity/>.
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix covid: <http://ns.inria.fr/covid19/>.
@prefix covidpr: <http://ns.inria.fr/covid19/property/>.
covid:covidontheweb-1-2 owl:sameAs covid:dataset-1-2.
covid:dataset-1-2 owl:sameAs covid:covidontheweb-1-2; rdfs:label "Covid-on-the-Web dataset".
covid:covidontheweb-1-2
a dcat:Dataset, void:Dataset, schema:Dataset;
dct:title "Covid-on-the-Web dataset";
schema:name "Covid-on-the-Web dataset";
dct:description "This RDF dataset provides two main knowledge graphs produced by processing the Covid-19 Open Research Dataset (CORD-19). The CORD-19 Named Entities Knowledge Graph provides named entities identified and disambiguated by NCBO BioPortal annotator, Entity-fishing and DBpedia Spotlight. The CORD-19 Argumentative Knowledge Graph provides argumentative components extracted from the articles by the Argumentative Clinical Trial Analysis platform (ACTA).";
dct:licence <http://opendatacommons.org/licenses/by/1.0>;
schema:licence <http://opendatacommons.org/licenses/by/1.0>;
owl:versionInfo "1.2";
dct:issued "2020-11-05"^^xsd:date; schema:datePublished "2020-11-05"^^xsd:date;
dct:subject "covid19", "coronavirus", "cord19", "literature", "annotation", "named entity",
"named entity recognition", "NER", "argumentation theory", "argument mining";
schema:keywords "covid19", "coronavirus", "cord19", "literature", "annotation", "named entity",
"named entity recognition", "NER", "argumentation theory", "argument mining";
dct:creator <https://team.inria.fr/wimmics/>;
schema:author <https://team.inria.fr/wimmics/>;
dct:publisher <https://ror.org/0496p8026>, <https://ror.org/02kvxyf05>, <https://ror.org/02feahw73>;
schema:publisher <https://ror.org/0496p8026>, <https://ror.org/02kvxyf05>, <https://ror.org/02feahw73>;
a prov:Entity;
schema:isBasedOn covid:cord19v47;
prov:wasDerivedFrom covid:cord19v47;
prov:wasGeneratedBy covid:RdfGeneration;
prov:generatedAtTime "2020-11-05"^^xsd:date;
void:uriSpace "http://ns.inria.fr/covid19/";
void:triples "1372643149"^^xsd:integer;
void:sparqlEndpoint <https://covidontheweb.inria.fr/sparql>;
void:dataDump <https://doi.org/10.5281/zenodo.4247134>;
void:vocabulary
bibo:, dcat:, dce:, dct:, fabio:, foaf:, frbr:, oa:, prov:, schema:, void:,
<http://www.arg.dundee.ac.uk/aif#>, # Argument Interchange Format
<http://purl.org/spar/amo>, # Argument Model Ontology (Toulmin)
<http://rdfs.org/sioc/argument#>; # SIOC Argumentation Module
.
<https://ror.org/0496p8026> a foaf:Organization; foaf:name "University Côte d'Azur";
foaf:homepage <http://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://team.inria.fr/wimmics/> a foaf:Organization; foaf:name "Wimmics research team".
# --- SPARQL Service Description and DCAT DataService
covid:sparql-service
a sd:Service, dcat:DataService;
sd:supportedLanguage sd:SPARQL10Query, sd:SPARQL11Query;
sd:endpoint <https://covidontheweb.inria.fr/sparql>;
dcat:endpointURL <https://covidontheweb.inria.fr/sparql>;
rdfs:label "SPARQL endpoint serving the Covid-on-the-Web dataset";
dcat:servesDataset covid:covidontheweb-1-2;
sd:availableGraphs [
a sd:GraphCollection;
sd:namedGraph
<http://ns.inria.fr/covid19/graph/metadata>,
<http://ns.inria.fr/covid19/graph/articles>,
<http://ns.inria.fr/covid19/graph/entityfishing>,
<http://ns.inria.fr/covid19/graph/entityfishing/body>,
<http://ns.inria.fr/covid19/graph/bioportal-annotator>,
<http://ns.inria.fr/covid19/graph/dbpedia-spotlight>,
<http://ns.inria.fr/covid19/graph/acta>
].
# --- CORD-19 dataset and provenance information
covid:cord19v47
a dcat:Dataset, schema:Dataset;
dct:title "COVID-19 Open Research Dataset (CORD-19)";
schema:name "COVID-19 Open Research Dataset (CORD-19)";
dct:issued "2020-09-01"^^xsd:date; schema:datePublished "2020-09-01"^^xsd:date;
schema:url <https://www.kaggle.com/dataset/08dd9ead3afd4f61ef246bfd6aee098765a19d9f6dbf514f0142965748be859b/version/47>;
owl:versionInfo "47".
covid:ProvenanceEF
a prov:Activity;
prov:used covid:cord19v47;
prov:wasAssociatedWith <https://github.com/kermitt2/entity-fishing>.
covid:ProvenanceDBpSpotlight
a prov:Activity;
prov:wasAssociatedWith <https://www.dbpedia-spotlight.org/>;
prov:used covid:cord19v47.
covid:ProvenanceNCBOAnnotator
a prov:Activity;
prov:wasAssociatedWith <http://bioportal.bioontology.org/annotator>;
prov:used covid:cord19v47.
covid:ProvenanceActa
a prov:Activity;
prov:wasAssociatedWith <http://ns.inria.fr/acta/>;
prov:used covid:cord19v47.
covid:RdfGeneration
a prov:Activity;
dct:title "RDF generation process"; rdfs:label "RDF generation process";
dct:description "Transformation of the CORD-19 annotations into RDF using the Morph-xR2RML mapping pocessing engine";
prov:wasAssociatedWith covid:xR2RML.
covid:xR2RML
a prov:SoftwareAgent;
foaf:homepage <https://github.com/frmichel/morph-xr2rml/>;
dct:title "Morph-xR2RML"; rdfs:label "Morph-xR2RML";
dct:description "Implementation of the xR2RML mapping language for MongoDB";
dce:creator "Franck Michel"; schema:author "Franck Michel";
dct:licence <http://www.apache.org/licenses/LICENSE-2.0>;
owl:versionInfo "1.3";
schema:subjectOf covid:hal01207828.
covid:hal01207828
a <https://data.archives-ouvertes.fr/doctype/Article>, bibo:AcademicArticle, schema:ScholarlyArticle;
dct:title "Translation of Relational and Non-Relational Databases into RDF with xR2RML";
schema:name "Translation of Relational and Non-Relational Databases into RDF with xR2RML";
dct:issued "2015"^^xsd:gYear; schema:datePublished "2015"^^xsd:gYear;
dct:bibliographicCitation "Franck Michel, Loïc Djimenou, Catherine Faron Zucker, Johan Montagnat. Translation of Relational and Non-Relational Databases into RDF with xR2RML. Proceedings of the WebIST'15 Conference, 2015, Lisbon, Portugal. pp.443-454";
bibo:doi "10.5220/0005448304430454";
dce:creator "Franck Michel", "Loïc Djimenou", "Catherine Faron Zucker", "Johan Montagnat";
schema:author "Franck Michel", "Loïc Djimenou", "Catherine Faron Zucker", "Johan Montagnat";
schema:sameAs <https://hal.archives-ouvertes.fr/hal-01207828>;
schema:about covid:xR2RML.
# --- VOID Linksets
covid:Wikidata
dct:title "Wikidata"@en;
a void:Dataset;
foaf:homepage <https://wikidata.org>.
covid:cotw2wikidata
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget covid:covidontheweb-1-2;
void:objectsTarget covid:Wikidata;
void:triples "66098777"^^xsd:integer;
.
covid:DBpedia
dct:title "DBpedia"@en;
a void:Dataset;
foaf:homepage <http://dbpedia.org>.
covid:cotw2dbpedia
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget covid:covidontheweb-1-2;
void:objectsTarget covid:DBpedia;
void:triples "4084979"^^xsd:integer;
.
covid:UMLS
dct:title "UMLS"@en;
a void:Dataset;
foaf:homepage <https://www.nlm.nih.gov/research/umls/>.
covid:cotw2umls
a void:Linkset;
void:linkPredicate oa:hasBody;
void:subjectsTarget covid:covidontheweb-1-2;
void:objectsTarget covid:UMLS;
void:triples "42972551"^^xsd:integer;
.