-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaopwiki-datasets.ttl
38 lines (34 loc) · 2.83 KB
/
aopwiki-datasets.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
@prefix sbd: <https://www.sbd4nano.eu/rdf/#> .
@prefix sbdbel: <https://www.sbd4nano.eu/bel/#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
<https://h2020-sbd4nano.github.io/sbd-data-aopwiki/>
a void:DatasetDescription ;
foaf:img <https://aopwiki.rdf.bigcat-bioinformatics.org/assets/images/aopwiki-snorql-logo.png> ;
dc:source <https://aopwiki.rdf.bigcat-bioinformatics.org/> ;
dcterms:title "AOP-Wiki data"@en ;
dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> .
<https://h2020-sbd4nano.github.io/sbd-data-aopwiki/ao/>
a sbd:Dataset ;
dc:source <https://h2020-sbd4nano.github.io/sbd-data-aopwiki/> ;
rdfs:label "AOP-Wiki AOP-AO dataset"@en ;
sbd:endpoint sbdbel:AdverseOutcome ;
dcterms:license <https://www.wikidata.org/entity/Q50423863> ;
foaf:page <https://aopwiki.rdf.bigcat-bioinformatics.org/sparql?default-graph-uri=&query=SELECT+%3FAOP+%3FAOPTitle+%3FAO+%3FAOTitle+WHERE+%7B%0D%0A%3FAOP+a+aopo%3AAdverseOutcomePathway+%3B%0D%0Adc%3Atitle+%3FAOPTitle+%3B%0D%0Aaopo%3Ahas_adverse_outcome+%3FAO.%0D%0A%3FAO+dc%3Atitle+%3FAOTitle+.%7D&should-sponge=&format=text%2Fhtml&timeout=0&debug=on&run=+Run+Query+>.
<https://h2020-sbd4nano.github.io/sbd-data-aopwiki/ke/>
a sbd:Dataset ;
dc:source <https://h2020-sbd4nano.github.io/sbd-data-aopwiki/> ;
rdfs:label "AOP-Wiki AOP-KE dataset"@en ;
sbd:endpoint sbdbel:KeyEvent ;
dcterms:license <https://www.wikidata.org/entity/Q50423863> ;
foaf:page <https://aopwiki.rdf.bigcat-bioinformatics.org/sparql?default-graph-uri=&query=SELECT+%3FAOP+%3FAOPTitle+%3FKE+%3FKETitle+WHERE+%7B%0D%0A%3FAOP+a+aopo%3AAdverseOutcomePathway+%3B%0D%0Adc%3Atitle+%3FAOPTitle+%3B%0D%0Aaopo%3Ahas_key_event+%3FKE.%0D%0A%3FKE+dc%3Atitle+%3FKETitle+.%7D&should-sponge=&format=text%2Fhtml&timeout=0&debug=on&run=+Run+Query+> .
<https://h2020-sbd4nano.github.io/sbd-data-aopwiki/mie/>
a sbd:Dataset ;
dc:source <https://h2020-sbd4nano.github.io/sbd-data-aopwiki/> ;
rdfs:label "AOP-Wiki MIE-KE dataset"@en ;
sbd:endpoint sbdbel:KeyEvent ;
dcterms:license <https://www.wikidata.org/entity/Q50423863> ;
foaf:page <https://aopwiki.rdf.bigcat-bioinformatics.org/sparql?default-graph-uri=&query=SELECT+%3FMIE+%3FMolecularInitiatingEventName+%3FKE+%3FKeyEventName+WHERE+%7B%0D%0A%3FMIE+dc%3Atitle+%3FMolecularInitiatingEventName+.%0D%0A%3FAOP+a+aopo%3AAdverseOutcomePathway+%3B%0D%0Aaopo%3Ahas_molecular_initiating_event+%3FMIE%3B%0D%0Aaopo%3Ahas_key_event+%3FKE.%0D%0A%3FKE+dc%3Atitle+%3FKeyEventName+.%0D%0AFILTER+%28%3FMIE+%21%3D+%3FKE%29%7D&should-sponge=&format=text%2Fhtml&timeout=0&debug=on&run=+Run+Query+> .