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

<https://jmillanacosta.github.io/organizations/universitat-de-lleida/> a schema:AboutPage ;
    schema:about <https://ror.org/050c3cw24> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Universitat de Lleida"@en .

<https://orcid.org/0000-0002-4166-7093> schema:alumniOf [ a schema:OrganizationRole ;
            schema:alumniOf <https://ror.org/050c3cw24> ;
            schema:description "Included an Erasmus exchange at Wageningen University & Research."@en ;
            schema:endDate "2019"^^xsd:gYear ;
            schema:roleName "BSc Biotechnology"@en ;
            schema:startDate "2015"^^xsd:gYear ] ;
    schema:hasCredential [ a schema:EducationalOccupationalCredential ;
            schema:about <http://edamontology.org/topic_3297> ;
            schema:credentialCategory <http://www.wikidata.org/entity/Q787674> ;
            schema:dateCreated "2019"^^xsd:gYear ;
            schema:name "BSc Biotechnology"@en ;
            schema:recognizedBy <https://ror.org/050c3cw24> ] .

<https://ror.org/050c3cw24> a schema:CollegeOrUniversity ;
    schema:location <http://www.wikidata.org/entity/Q15090> ;
    schema:name "Universitat de Lleida"@en ;
    schema:sameAs <http://www.wikidata.org/entity/Q1235594> .

