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

<https://jmillanacosta.github.io/event/ontologies4chem-workshop-2023/> a schema:AboutPage ;
    schema:about <https://nfdi4chem.de/event/2nd-ontologies4chem-workshop/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Ontologies4Chem Workshop 2023"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "the eNanoMapper ontology’s restructured curation, testing, and build workflows, and upcoming CHEMINF updates."@en ;
            schema:performerIn <https://nfdi4chem.de/event/2nd-ontologies4chem-workshop/> ;
            schema:roleName "Talk"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.10218107> ],
        [ a schema:Role ;
            schema:description "the eNanoMapper ontology’s restructured curation, testing, and build workflows, and upcoming CHEMINF updates."@en ;
            schema:performerIn <https://nfdi4chem.de/event/2nd-ontologies4chem-workshop/> ;
            schema:roleName "Talk"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.10218107> ] .

<https://nfdi4chem.de/event/2nd-ontologies4chem-workshop/> a schema:Event ;
    schema:endDate "2023-10-12"^^xsd:date ;
    schema:eventAttendanceMode schema:OnlineEventAttendanceMode ;
    schema:keywords "workshop"@en ;
    schema:location [ a schema:VirtualLocation ;
            schema:name "Online"@en ],
        [ a schema:VirtualLocation ;
            schema:name "Online"@en ] ;
    schema:name "Ontologies4Chem Workshop 2023"@en ;
    schema:recordedIn <https://www.youtube.com/watch?v=WnacPWpG72s> ;
    schema:startDate "2023-10-11"^^xsd:date .

