@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://jmillanacosta.github.io/event/elixir-biohackathon-europe-2025/> a schema:AboutPage ;
    schema:about <http://www.wikidata.org/entity/Q131822746> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "ELIXIR BioHackathon Europe 2025"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "shape-driven knowledge graph integration: a registry of RDF dataset schemas built with rdfsolve (Health-RI news)."@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Participation as project co-lead funded by ELIXIR"@en ;
                    schema:funder <https://ror.org/044rwnt51> ] ;
            schema:mentions <https://github.com/elixir-europe/biohackathon-projects-2025/blob/main/1.md>,
                <https://www.health-ri.nl/en/news/elixir-biohackathon-2025> ;
            schema:performerIn <http://www.wikidata.org/entity/Q131822746> ;
            schema:roleName "Co-lead"@en ],
        [ a schema:Role ;
            schema:description "shape-driven knowledge graph integration: a registry of RDF dataset schemas built with rdfsolve (Health-RI news)."@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Participation as project co-lead funded by ELIXIR"@en ;
                    schema:funder <https://ror.org/044rwnt51> ] ;
            schema:mentions <https://github.com/elixir-europe/biohackathon-projects-2025/blob/main/1.md>,
                <https://www.health-ri.nl/en/news/elixir-biohackathon-2025> ;
            schema:performerIn <http://www.wikidata.org/entity/Q131822746> ;
            schema:roleName "Co-lead"@en ] .

<http://www.wikidata.org/entity/Q131822746> a schema:Event ;
    schema:endDate "2025-11-07"^^xsd:date ;
    schema:keywords "hackathon"@en ;
    schema:location <http://www.wikidata.org/entity/Q64> ;
    schema:name "ELIXIR BioHackathon Europe 2025"@en ;
    schema:startDate "2025-11-03"^^xsd:date .

