@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://github.com/BioDataFuse/pyBiodatafuse> schema:subjectOf <https://doi.org/10.24406/publica-8969> .

<https://jmillanacosta.github.io/publications/extended-rdf-support-for-biomedical-knowledge-graphs-in-pybi/> a schema:AboutPage ;
    schema:about <https://doi.org/10.24406/publica-8969> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Extended RDF support for Biomedical Knowledge Graphs in pyBioDataFuse: on-the-fly RDF graph generation and new resource annotators"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "on-the-fly RDF graph generation and new resource annotators in pyBioDataFuse, with a paper in CEUR Workshop Proceedings."@en ;
            schema:performerIn <http://www.wikidata.org/entity/Q138033548> ;
            schema:roleName "Poster"@en ;
            schema:subjectOf <https://doi.org/10.24406/publica-8969> ],
        [ a schema:Role ;
            schema:description "on-the-fly RDF graph generation and new resource annotators in pyBioDataFuse, with a paper in CEUR Workshop Proceedings."@en ;
            schema:performerIn <http://www.wikidata.org/entity/Q138033548> ;
            schema:roleName "Poster"@en ;
            schema:subjectOf <https://doi.org/10.24406/publica-8969> ] .

<https://doi.org/10.24406/publica-8969> a schema:ScholarlyArticle ;
    dcterms:creator <https://orcid.org/0000-0002-4166-7093> ;
    dcterms:date "2025"^^xsd:gYear ;
    dcterms:title "Extended RDF support for Biomedical Knowledge Graphs in pyBioDataFuse: on-the-fly RDF graph generation and new resource annotators"@en ;
    schema:author ( <https://orcid.org/0000-0002-4166-7093> <https://orcid.org/0000-0001-7542-0286> <https://orcid.org/0000-0002-7683-0452> <https://orcid.org/0000-0002-4904-3269> ) ;
    schema:datePublished "2025"^^xsd:gYear ;
    schema:genre "Conference paper"@en ;
    schema:identifier "10.24406/publica-8969"@en ;
    schema:isPartOf <http://www.wikidata.org/entity/Q139669834> ;
    schema:name "Extended RDF support for Biomedical Knowledge Graphs in pyBioDataFuse: on-the-fly RDF graph generation and new resource annotators"@en .

