@prefix biolink: .
@prefix ns1: .
@prefix this: .
@prefix sub: .
@prefix schema: .
@prefix np: .
@prefix dct: .
@prefix rdf: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
biolink:category biolink:Disease .
sub:association a rdf:Statement;
rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
rdfs:label "\"CONTRAINDICATIONS Obstructive uropathy Obstructive disease of the gastrointestinal tract Severe ulcerative colitis (See ) PRECAUTIONS Reflux esophagitis Unstable cardiovascular status in acute hemorrhage Glaucoma Myasthenia gravis Evidence of prior hypersensitivity to dicyclomine hydrochloride or other ingredients of this formulation Infants less than 6 months of age (See and : .) WARNINGS PRECAUTIONS Information for Patients Nursing Mothers (See and : .) WARNINGS PRECAUTIONS Information for Patients\"";
biolink:provided_by ;
biolink:relation schema:MedicalContraindication .
biolink:category biolink:Drug .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1468-3557 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCODwZkXojpEKwk7Ldj2oPPfCstvqrcpgCaTLo235K7ht9C7E1GCkLvUuL2b4VWXJTcZx/hxgDauR8hUeYq/lS6tfTL9yFZsnfl+PWYDyz7vv6N+wJVx2LL8bO6ntCjcOzvW2t2WUeF12Sb6b3I6uOYP0N8iQKts1WasY/yEYKAHQIDAQAB";
npx:hasSignature "ZLo/7IXMifFeUDo44iPVoIgwv0U9oGN5VBS6DqAx5ICVGPOKMGpiAjJIs7fu4htY0yIhr1pbaEBpDu1pSQ12+v6r1dahhPUt4zhw0OhPK6rUB/rOWqElSS/ikvehK5g0XAXELH0HBKhvAZU5T97BLho2zFsultWiapX3CbWSA88=";
npx:hasSignatureTarget this: .
this: dct:created "2021-08-23T12:09:22.938+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1468-3557;
ns1:wasCreatedFromProvenanceTemplate ;
ns1:wasCreatedFromPubinfoTemplate ;
ns1:wasCreatedFromTemplate .
}