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

<https://jmillanacosta.github.io/event/elixir-toxicology-community-workshop-2024/> a schema:AboutPage ;
    schema:about <https://www.aanmelder.nl/intoxicom2024firstworkshop> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "ELIXIR Toxicology Community Workshop 2024"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "co-authored the workshop report on FAIRification of toxicological research output."@en ;
            schema:performerIn <https://www.aanmelder.nl/intoxicom2024firstworkshop> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/un2rw> ],
        [ a schema:Role ;
            schema:description "co-authored the workshop report on FAIRification of toxicological research output."@en ;
            schema:performerIn <https://www.aanmelder.nl/intoxicom2024firstworkshop> ;
            schema:subjectOf <https://doi.org/10.37044/osf.io/un2rw> ] .

<https://www.aanmelder.nl/intoxicom2024firstworkshop> a schema:Event ;
    schema:endDate "2024-05-29"^^xsd:date ;
    schema:keywords "workshop"@en ;
    schema:location <http://www.wikidata.org/entity/Q803> ;
    schema:name "ELIXIR Toxicology Community Workshop 2024"@en ;
    schema:startDate "2024-05-28"^^xsd:date .

