@prefix schema: <https://schema.org/> .

<https://jmillanacosta.github.io/projects/biodatafuse/> a schema:AboutPage ;
    schema:about <https://github.com/BioDataFuse> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "BioDataFuse"@en .

<https://github.com/BioDataFuse> a schema:Project ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "BioDataFuse"@en ;
    schema:url <https://github.com/BioDataFuse> .

