@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix owl: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix skos: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:incidence-of-emergence-agitation a owl:Class;
rdfs:label "incidence of emergence agitation";
rdfs:subClassOf ;
skos:definition "Incidence of emergence agitation in patients that underwent general anesthesia." .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJlM78d80R+gFMoQB1IG3f7AbqqGOCIv4HmZd1cx1KgEWMUUpPsojFNvx84fC/TltcJ8F8JafnbhDXW2HM2MhdK4yC04ROEV1vIgSzjDicHfiqXvMqdPuMyQp4mmCEY7mUoeEW10mWZqjk+S9TnmiAQbFGcpExP8aosr2aTR7CSQIDAQAB";
npx:hasSignature "eWW1YYgu+HwaNs92hsXoSXsEmrJqeng2BXU/WVlN6EakLUzUsd5B7H6Bdi/45EyOHF1QFwAw0ZzRtySeqkLo2DiF0qD1wBuXgD8Z02HmTWaOKLvbyztsc6sJNwM1relawJR8axZb2UmKRY/8QLdgpeuESV2qxXmx464yNBa3g7k=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-02-15T11:23:33.161+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-7114-6459;
npx:introduces sub:incidence-of-emergence-agitation;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}