@prefix ns1: <http://> .
@prefix dc1: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAZ8YypJs96Kqj5R5QfIj2776n0ssGP2R0NHxrzDw7_JU> .
@prefix sub: <http://purl.org/np/RAZ8YypJs96Kqj5R5QfIj2776n0ssGP2R0NHxrzDw7_JU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:TWOC a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Trusted World of Corona (TWOC) is a user friendly, trustworthy information platform that is permanently updated with scientific data & information and real world, clinical observations on Corona. The consortium consists of 15 partners, including academic, research institutes and companies (including ICT and Pharma)." ;
    rdfs:label "TWOC | Trusted World of Corona" ;
    rdfs:seeAlso ns1:www.twoc.eu ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_4318> , <http://purl.obolibrary.org/obo/NCIT_C17147> .
}
sub:provenance {
  sub:assertion dc1:creator orcid:0000-0002-9396-0646 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "WoJVFvklk6S5XkkSMIguKBwNvndpPWLhqUcB8hOEIeegL1EOGY0lfj6D4d0/TxI5oJ0ZQZKLppGuM8hsDvaQTHHubcOstTBy2+++MUbQ7SF1dS4BoIKg49OoJSj18QVKapM1VziE9QTWV0P2W6O/BM13nyMN8NRFb+10a3/Eiv4=" ;
    npx:hasSignatureTarget this: .
  this: dc1:created "2023-02-13T10:16:32Z"^^xsd:dateTime ;
    dc1:creator <https://fip-wizard.ds-wizard.org> ;
    dc1:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:TWOC ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5c1969c7-eadf-4e30-aab9-e4c673354213> .
}