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

<https://jmillanacosta.github.io/event/swat4hcls-2025/> a schema:AboutPage ;
    schema:about <http://www.wikidata.org/entity/Q138033548> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "SWAT4HCLS 2025"@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> ] .

<http://www.wikidata.org/entity/Q138033548> a schema:Event ;
    schema:endDate "2025-02-27"^^xsd:date ;
    schema:keywords "conference"@en ;
    schema:location <http://www.wikidata.org/entity/Q1492> ;
    schema:name "SWAT4HCLS 2025"@en ;
    schema:startDate "2025-02-24"^^xsd:date .

