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

<https://jmillanacosta.github.io/publications/case-studies-in-toxicological-profiling/> a schema:AboutPage ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Case studies in toxicological profiling"@en .

[] a schema:Report ;
    dcterms:contributor <https://orcid.org/0000-0002-4166-7093> ;
    dcterms:date "2023"^^xsd:gYear ;
    dcterms:title "Case studies in toxicological profiling"@en ;
    schema:contributor <https://orcid.org/0000-0002-4166-7093> ;
    schema:datePublished "2023"^^xsd:gYear ;
    schema:funding <https://cordis.europa.eu/project/id/862195> ;
    schema:name "Case studies in toxicological profiling"@en ;
    schema:reportNumber "D6.3"@en ;
    schema:url <https://cordis.europa.eu/project/id/862195/results> .

