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

<https://jmillanacosta.github.io/organisms/pieris-brassicae/> a schema:AboutPage ;
    schema:about <http://purl.obolibrary.org/obo/NCBITaxon_7116> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Pieris brassicae"@en .

<https://orcid.org/0000-0002-4166-7093> schema:alumniOf [ a schema:OrganizationRole ;
            schema:about <http://purl.obolibrary.org/obo/NCBITaxon_7116> ;
            schema:alumniOf <https://ror.org/04qw24q55> ;
            schema:description "Thesis: proposed genes in de novo sesquiterpene synthesis in Pieris brassicae."@en ;
            schema:endDate "2021-11"^^xsd:gYearMonth ;
            schema:roleName "MSc Bioinformatics"@en ;
            schema:startDate "2019-09"^^xsd:gYearMonth ] .

<http://purl.obolibrary.org/obo/NCBITaxon_7116> a schema:Taxon ;
    schema:name "Pieris brassicae"@en ;
    schema:sameAs <http://www.wikidata.org/entity/Q26764> .

