lindenb / microstatements

cutsom RDF statements for bioinformatics to complete larger RDF databases like MONDO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microstatements

Motivation

cutsom RDF statements for bioinformatics to complete larger RDF databases like MONDO

How to contribute

  • clone this repo
  • open data/statements.01.ttl with a text editor
  • add your info in the first lines, using your ORCID ID as a unique identifier. e.g:
orcid:0000-0000-0123-456
    rdf:type foaf:Person ;
    foaf:name "your name"
    .
  • add a new statements. e.g:
<#stmt1786>
    dc:description "PITX2 and atrial fibrillation" ;
    rdf:type rdf:Statement ;
    rdf:subject obo:MONDO_0004981  ;
    rdf:predicate obo:RO_0004003 ;
    rdf:object hgnc:9005 ;
    dc:creator orcid:0000-0003-0148-9787 ;
    dc:created "2024-05-16"^^xsd:date ; 
    dc:source pmid:38643172
    .

where:

  • submit the new statement using a pull request.

See also

License

The project is licensed under the MIT license.

Author

Pierre Lindenbaum PhD

About

cutsom RDF statements for bioinformatics to complete larger RDF databases like MONDO

License:Apache License 2.0