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

<https://jmillanacosta.github.io/event/bytemal-2023/> a schema:AboutPage ;
    schema:about <https://www.ccls.rwth-aachen.de/cms/ccls/das-ccls/aktuelle-meldungen/~yswth/mustermeldung-1/?lidx=1> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "ByteMAL 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 <https://www.ccls.rwth-aachen.de/cms/ccls/das-ccls/aktuelle-meldungen/~yswth/mustermeldung-1/?lidx=1> ;
            schema:roleName "Poster"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.8032202> ] .

<https://www.ccls.rwth-aachen.de/cms/ccls/das-ccls/aktuelle-meldungen/~yswth/mustermeldung-1/?lidx=1> a schema:Event ;
    schema:keywords "conference"@en ;
    schema:location <http://www.wikidata.org/entity/Q1017> ;
    schema:name "ByteMAL 2023"@en ;
    schema:startDate "2023-05-23"^^xsd:date .

