@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix icc: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:vodan-community a icc:Community;
rdfs:comment "The primary objective of the VODAN Implementation Network is to showcase the creation and deployment of FAIR data related to COVID-19";
rdfs:label "Virus Outbreak Data Network (VODAN) Implementation Network";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-4182-7560 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHYa4Qlb25/9DnqivTh2kxQMVpFQ0r/cXtOgDQM5dWNrGQVG9RVlXnyt9qowP+k+4bhzcHPQkYWd7YVFBXBFrEnBIReUuRLElYhFrn9jf7w2+YWN8WxKIyBaNZVtgjZpHwGrZOaLOIsl02kEK1G2Qc3FXYCZFWuRJDcafe58eRNQIDAQAB";
npx:hasSignature "WcklWZEuTcVVJCUy7SoSXaWMIfWID3nyJD4GJ99B5tT1PFz4y60bEPI9tIe/l1NuwOi1222dRFajNV5HZRHBJ9CIi0dOwWSrZJIe/mNz5Z4kGb1eObNIsd91pLmells1YywwNuUQD9EW4RYvp62XLglw1ixgVTcg1zYiu+Mw0MM=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-05-14T13:29:07.974+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-4182-7560;
nt:wasCreatedFromTemplate .
}