forked from egonw/chembl.rdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchembl-rdf-void.ttl
53 lines (47 loc) · 1.99 KB
/
chembl-rdf-void.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
@prefix : <http://rdf.chemspider.com/chemspider-drugbank-example.rdf#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix pav: <http://purl.org/pav/2.0/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix void: <http://rdfs.org/ns/void#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
<http://data.kasabi.com/dataset/chembl-rdf/chembl-rdf-void.ttl>
a void:DatasetDescription;
dcterms:title "ChEMBL-RDF VoID Description"^^xsd:string;
dcterms:description
"""This is the VoID description for a ChEMBL-RDF dataset."""^^xsd:string;
pav:createdBy <http://egonw.github.com/#me> ;
pav:createdOn "2012-06-11"^^xsd:date;
foaf:primaryTopic :chemblrdf_dataset;
:chemblrdf_dataset
a void:Dataset;
pav:derivedFrom :chembl_dataset;
foaf:homepage <http://github.com/egonw/chembl.rdf/>;
dcterms:title "ChEMBL-RDF 13.OPS.2";
pav:createdBy <http://egonw.github.com/#me> ;
pav:createdOn "2012-06-11"^^xsd:date;
dcterms:description "The ChEMBL database in RDF format." ;
void:dataDump <https://semantics.bigcat.unimaas.nl/chembl12/...> .
:chembl_dataset
a void:Dataset;
foaf:homepage <http://www.ebi.ac.uk/chembl/>;
dcterms:title "ChEMBL";
dcterms:description "The ChEMBL database.";
pav:importedFrom <http://ftp....>;
pav:importedBy <http://egonw.github.com/#me> .
:uniprot_dataset
a void:Dataset ;
dcterms:title "Uniprot" ;
dcterms:description "The Uniprot database in RDF format." .
:chembl_uniprot_linkset
a void:Linkset;
dcterms:title "ChEMBL Uniprot Linkset"^^xsd:string;
dcterms:description "Linkset relating ChEMBL targets to Uniprot proteins."^^xsd:string;
dcterms:license <cc-sa-by> ;
pav:authoredBy <http://www.chemspider.com/>;
void:subjectsTarget :chemblrdf_dataset ;
void:objectsTarget :uniprot_dataset;
void:linkPredicate skos:exactMatch;
# void:triples "6428"^^xsd:nonNegativeInteger .