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

<https://jmillanacosta.github.io/event/virtual-human-platform-launch-2026/> a schema:AboutPage ;
    schema:about <https://toxicologie.nl/en/launch-virtual-human-platform/> ;
    schema:author <https://orcid.org/0000-0002-4166-7093> ;
    schema:name "Virtual Human Platform launch 2026"@en .

<https://orcid.org/0000-0002-4166-7093> schema:performerIn [ a schema:Role ;
            schema:description "showcased the AOP-Suite at the official launch of the VHP4Safety Virtual Human Platform."@en ;
            schema:mentions <https://aopsuite.cloud.vhp4safety.nl> ;
            schema:performerIn <https://toxicologie.nl/en/launch-virtual-human-platform/> ;
            schema:roleName "Demo"@en ],
        [ a schema:Role ;
            schema:description "showcased the AOP-Suite at the official launch of the VHP4Safety Virtual Human Platform."@en ;
            schema:mentions <https://aopsuite.cloud.vhp4safety.nl> ;
            schema:performerIn <https://toxicologie.nl/en/launch-virtual-human-platform/> ;
            schema:roleName "Demo"@en ] .

<https://toxicologie.nl/en/launch-virtual-human-platform/> a schema:Event ;
    schema:keywords "event"@en ;
    schema:location <http://www.wikidata.org/entity/Q803> ;
    schema:name "Virtual Human Platform launch 2026"@en ;
    schema:startDate "2026-05-28"^^xsd:date ;
    schema:url <https://www.maastrichtuniversity.nl/news/virtual-human-platform-officially-launched> .

