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

<https://jmillanacosta.github.io/organizations/frieslandcampina/> a schema:AboutPage ;
    schema:about <https://ror.org/025mtxh67> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "FrieslandCampina"@en .

<https://orcid.org/0000-0002-4166-7093> schema:worksFor [ a schema:EmployeeRole ;
            schema:description "Studied the wasting effect of dietary protein intake. Wrote scripts to extract, harmonize, and analyze food-systems and food-composition data from several countries; harmonized it and built dashboards with Power BI."@en ;
            schema:endDate "2021-10"^^xsd:gYearMonth ;
            schema:roleName <http://data.europa.eu/esco/occupation/d3edb8f8-3a06-47a0-8fb9-9b212c006aa2>,
                "Researcher (internship)"@en ;
            schema:startDate "2021-06"^^xsd:gYearMonth ;
            schema:worksFor <https://ror.org/025mtxh67> ] .

<https://ror.org/025mtxh67> a schema:Corporation ;
    schema:location <http://www.wikidata.org/entity/Q1305> ;
    schema:name "FrieslandCampina"@en ;
    schema:sameAs <http://www.wikidata.org/entity/Q248711> .

