@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdf: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix skos: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:adverseOutcome a rdf:Property;
rdfs:domain ;
rdfs:label "hasTherapy";
rdfs:range ;
skos:definition "A possible complication and/or side effect of this therapy." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1612-8987 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7c7NaIigQrTYODUho+O7/FsdEu1YbODWzJ03UiKdLO6UrnGNyWcDoIFY4QakJuXgPxREIep70PEdiSfjd8sTPeu1lYaizMT+b31CRkaWQY82T4V7OWKfn/swg4hQYH6skaG1FXL2TK6OZN7dmi+RUW/wwbzgluJCUzUUkv7fIOQIDAQAB";
npx:hasSignature "ST9XnpiPyt8IBfcbBYiHgYxoo9oxVw57vndS9+1yIHVNruXST88S/yVMBQlTzOu40bThAoCPqwrCAVjTmIAJWPW8AKtNRqYzCn8HCnsJlhbrxVxffOrlL6qOIrucGVr79mEAAgZjqhCV4jlookVl4YCvKFy2TWF6mgVOIy5gpLE=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-12-02T23:58:22.614+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1612-8987;
npx:introduces sub:adverseOutcome;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}