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

<https://jmillanacosta.github.io/event/nutrim-division-i-symposium-2023/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "NUTRIM Division I Symposium 2023"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "“Linked data is meaningful knowledge.”"@en ;
            schema:performerIn [ a schema:Event ;
                    schema:keywords "conference"@en ;
                    schema:location <http://www.wikidata.org/entity/Q1309> ;
                    schema:name "NUTRIM Division I Symposium 2023"@en ;
                    schema:startDate "2023-09-27"^^xsd:date ] ;
            schema:roleName "Pitch"@en ;
            schema:subjectOf <https://doi.org/10.5281/zenodo.8398319> ] .

