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

<https://jmillanacosta.github.io/organizations/clinical-neurosciences-lab/> a schema:AboutPage ;
    schema:about <https://www.irblleida.org/en/research/26/clinical-neurosciences> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Clinical Neurosciences lab"@en .

<https://orcid.org/0000-0002-4166-7093> schema:worksFor [ a schema:EmployeeRole ;
            schema:description "Investigated conditioning in ischemic-stroke recovery using ELISA, RNA extraction, and preparation of mouse blood and brain-slice samples."@en ;
            schema:endDate "2018-09"^^xsd:gYearMonth ;
            schema:roleName <http://data.europa.eu/esco/occupation/31cc4199-703c-4f8a-9b46-a2070a6d35df>,
                "Researcher (internship)"@en ;
            schema:startDate "2018-06"^^xsd:gYearMonth ;
            schema:worksFor <https://www.irblleida.org/en/research/26/clinical-neurosciences> ] .

<https://www.irblleida.org/en/research/26/clinical-neurosciences> a schema:Organization ;
    schema:location <http://www.wikidata.org/entity/Q15090> ;
    schema:name "Clinical Neurosciences lab"@en ;
    schema:parentOrganization <https://ror.org/03mfyme49> .

