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

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

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "worked on pyBioDataFuse and was first author of the report on graph-schema discovery and transformation for database integration, the starting point for rdfsolve."@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Invited; participation funded by ELIXIR"@en ;
                    schema:funder <https://ror.org/044rwnt51> ] ;
            schema:performerIn <http://www.wikidata.org/entity/Q130642470> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/ptmg5_v1> ],
        [ a schema:Role ;
            schema:description "worked on pyBioDataFuse and was first author of the report on graph-schema discovery and transformation for database integration, the starting point for rdfsolve."@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Invited; participation funded by ELIXIR"@en ;
                    schema:funder <https://ror.org/044rwnt51> ] ;
            schema:performerIn <http://www.wikidata.org/entity/Q130642470> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/ptmg5_v1> ] .

<http://www.wikidata.org/entity/Q130642470> a schema:Event ;
    schema:endDate "2024-11-08"^^xsd:date ;
    schema:keywords "hackathon"@en ;
    schema:location <http://www.wikidata.org/entity/Q1492> ;
    schema:name "ELIXIR BioHackathon Europe 2024"@en ;
    schema:startDate "2024-11-04"^^xsd:date .

