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

<https://jmillanacosta.github.io/event/biosb-2023/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "BioSB 2023"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "the eNanoMapper ontology v9.0 and its move to automated, GitHub Actions-based builds."@en ;
            schema:performerIn _:Nd4a7fe3233174fc2a0152dce35ada063 ;
            schema:roleName "Poster"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.8032202> ],
        [ a schema:Role ;
            schema:description "the eNanoMapper ontology v9.0 and its move to automated, GitHub Actions-based builds."@en ;
            schema:performerIn _:Nd4a7fe3233174fc2a0152dce35ada063 ;
            schema:roleName "Poster"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.8032202> ] .

_:Nd4a7fe3233174fc2a0152dce35ada063 a schema:Event ;
    schema:endDate "2023-05-10"^^xsd:date ;
    schema:keywords "conference"@en ;
    schema:location <http://www.wikidata.org/entity/Q1616324> ;
    schema:name "BioSB 2023"@en ;
    schema:startDate "2023-05-09"^^xsd:date ;
    schema:superEvent <http://www.wikidata.org/entity/Q100925313> .

