@prefix dct: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdfs: .
@prefix xsd: .
@prefix prov: .
@prefix ddiv: .
@prefix ddir: .
@prefix mesh: .
@prefix umls: .
@prefix orcid: .
sub:head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:publicationInfo;
a np:Nanopublication .
}
sub:assertion {
ddir:EID4964 ddiv:mapstomesh mesh:D020230;
ddiv:mapstoumls umls:C0024586;
dct:identifier "LIDDI_resource:EID4964";
dct:title "Serotonin syndrome"@en;
rdfs:label "Serotonin syndrome [LIDDI_resource:EID4964]"@en;
rdfs:type ddiv:event .
}
sub:provenance {
sub:assertion prov:wasGeneratedBy sub:dataset_extraction .
sub:dataset_extraction dct:creator ddir:mappingSoftware;
dct:title "Software Generated."@en;
a prov:Activity;
prov:startedAtTime "2016-04-06T15:01:38.202712"^^xsd:dateTime .
ddir:mappingSoftware dct:title "Event Mapping Script"@en;
a prov:SoftwareAgent;
prov:Location .
}
sub:publicationInfo {
this: dct:license ;
prov:generatedAtTime "2016-04-06T15:01:38.202723"^^xsd:dateTime;
prov:wasAttributedTo orcid:0000-0001-8499-824X .
}