@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: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 "aCUYgYKXkdnKcELn8aKgupTVAPUvpuAO5ZcfFSXLQ5V1KX03cMK4cBA5BKATUwiv2or9SN3b0s1rbxf10xhGccCFMkGf9Mlp1BqND50ep3GcDLzTUKqGkv9mblMPoWAkPgyPXkWa/viEqFILFA6T0GKscJ785wfXS7OtAm8dyqg=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-05-01T10:05:25.575+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-4182-7560;
nt:wasCreatedFromTemplate .
}