-
Notifications
You must be signed in to change notification settings - Fork 6
/
doap-project.ttl
34 lines (29 loc) · 1.38 KB
/
doap-project.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
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix asf: <http://projects.apache.org/ns/asfext#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
<https://w3id.org/um/ids/projects#translator-openpredict>
a doap:Project ;
doap:name "Translator OpenPredict" ;
doap:description "OpenPredict is a Python library and API to train and serve predicted biomedical entities associations (e.g. disease treated by drug). Metadata about runs, models evaluations, features are stored using the ML Schema ontology in RDF." ;
bibo:status "Active" ;
doap:programming-language "Python" ;
doap:license <https://github.com/MaastrichtU-IDS/translator-openpredict/blob/master/LICENSE> ;
doap:homepage <https://github.com/MaastrichtU-IDS/translator-openpredict> ;
doap:bug-database <https://github.com/MaastrichtU-IDS/translator-openpredict/issues> ;
doap:service-endpoint <https://openpredict.semanticscience.org> ;
doap:category "Research" ;
doap:repository [
a doap:GitRepository ;
doap:location <https://github.com/MaastrichtU-IDS/translator-openpredict> ;
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Remzi Celebi" ;
foaf:mbox <mailto:[email protected]>
] ;
doap:maintainer [
a foaf:Person ;
foaf:name "Vincent Emonet" ;
foaf:mbox <mailto:[email protected]>
] .