@prefix dcterms: .
@prefix obo: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:AZTM a fip:FAIR-Implementation-Community;
rdfs:comment "This is the opinion of the representatives of the Trabslational Medicine community that participated in the GoFAIR FIP workshop 16th November 2020 - OncTM serves to translate oncology research and development from pre-clinical to clinical stages of development. We are a community of scientists, domain experts, informaticians and clinicians dedicated to finding cures for cancer.";
rdfs:label "AZ Translational Medicine";
rdfs:seeAlso ;
fip:has-research-domain , obo:NCIT_C16345 .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1527-3381 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO4xkU+/dGujq1raR66QtRqquMxiJ9hm2uzc2uBj7bCBBRnWhTw7M8f77BqAFHShgxqxYTr2do7/tVmoKeM51ISyttxWrh9ebZRoz5o6Muxt7HyA4sLHAmnixeZ5VJfZzsKAmVN23Y2ZiCqMoXjtcp5jO2lOC0AXaGPftnaA8b9QIDAQAB";
npx:hasSignature "AoJLKOIMfudEl0Yz6DI9oYHFd4llqzFmnQsEcTECHQC1J8RFOLLe34YsMPb7HKTRtyWAfsimu0M7MgdZVhDduk8tCyGwMrtBCW6tgj0Q/iqUeGwYFLCtG2EloguhuO5GNQajUsSRIqizh5vDrlNtCAAzAZmNBJMIq2bs2lu562s=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-16T15:47:30.356+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-6117-4755;
npx:introduces sub:AZTM;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}