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

<https://jmillanacosta.github.io/event/nanosolveit-conference-2023/> a schema:AboutPage ;
    schema:about <https://www.harmless-project.eu/nanosolveit-conference/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "NanoSolveIT Conference 2023"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "“Evolving the eNanoMapper Ontology,” on enhancements to the ontology for nanoinformatics data management."@en ;
            schema:performerIn <https://www.harmless-project.eu/nanosolveit-conference/> ;
            schema:roleName "Poster"@en ],
        [ a schema:Role ;
            schema:description "“Evolving the eNanoMapper Ontology,” on enhancements to the ontology for nanoinformatics data management."@en ;
            schema:performerIn <https://www.harmless-project.eu/nanosolveit-conference/> ;
            schema:roleName "Poster"@en ] .

<https://www.harmless-project.eu/nanosolveit-conference/> a schema:Event ;
    schema:keywords "conference"@en ;
    schema:location <http://www.wikidata.org/entity/Q1524> ;
    schema:name "NanoSolveIT Conference 2023"@en ;
    schema:startDate "2023-08-30"^^xsd:date ;
    schema:url <https://www.harmless-project.eu/nanosolveit-conference/> .

