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

<https://jmillanacosta.github.io/event/dbcls-biohackathon-2025/> a schema:AboutPage ;
    schema:about <http://2025.biohackathon.org/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "DBCLS BioHackathon 2025"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "developed RDF schema tooling in rdfsolve.”"@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Personally invited; participation funded by Database Center for Life Science"@en ;
                    schema:funder <https://ror.org/018q2r417> ] ;
            schema:performerIn <http://2025.biohackathon.org/> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/8qeh5_v1> ],
        [ a schema:Role ;
            schema:description "developed RDF schema tooling in rdfsolve.”"@en ;
            schema:funding [ a schema:Grant ;
                    schema:description "Personally invited; participation funded by Database Center for Life Science"@en ;
                    schema:funder <https://ror.org/018q2r417> ] ;
            schema:performerIn <http://2025.biohackathon.org/> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/8qeh5_v1> ] .

<http://2025.biohackathon.org/> a schema:Event ;
    schema:endDate "2025-09-20"^^xsd:date ;
    schema:keywords "hackathon"@en ;
    schema:location <http://www.wikidata.org/entity/Q128196> ;
    schema:name "DBCLS BioHackathon 2025"@en ;
    schema:startDate "2025-09-14"^^xsd:date ;
    schema:url <http://2025.biohackathon.org/> .

