Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

doap-project.ttl 1.4 KB

You have to be logged in to leave a comment. Sign In
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
  1. @prefix doap: <http://usefulinc.com/ns/doap#> .
  2. @prefix asf: <http://projects.apache.org/ns/asfext#> .
  3. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  4. @prefix bibo: <http://purl.org/ontology/bibo/> .
  5. <https://w3id.org/um/ids/projects#translator-openpredict>
  6. a doap:Project ;
  7. doap:name "Translator OpenPredict" ;
  8. 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." ;
  9. bibo:status "Active" ;
  10. doap:programming-language "Python" ;
  11. doap:license <https://github.com/MaastrichtU-IDS/translator-openpredict/blob/master/LICENSE> ;
  12. doap:homepage <https://github.com/MaastrichtU-IDS/translator-openpredict> ;
  13. doap:bug-database <https://github.com/MaastrichtU-IDS/translator-openpredict/issues> ;
  14. doap:service-endpoint <https://openpredict.semanticscience.org> ;
  15. doap:category "Research" ;
  16. doap:repository [
  17. a doap:GitRepository ;
  18. doap:location <https://github.com/MaastrichtU-IDS/translator-openpredict> ;
  19. ] ;
  20. doap:maintainer [
  21. a foaf:Person ;
  22. foaf:name "Remzi Celebi" ;
  23. foaf:mbox <mailto:remzi.celebi@maastrichtuniversity.nl>
  24. ] ;
  25. doap:maintainer [
  26. a foaf:Person ;
  27. foaf:name "Vincent Emonet" ;
  28. foaf:mbox <mailto:vincent.emonet@maastrichtuniversity.nl>
  29. ] .
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...