@prefix biolink: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix nkg: .
@prefix prov: .
@prefix npx: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:association a rdf:Statement;
rdf:object ;
rdf:predicate biolink:treats;
rdf:subject ;
rdfs:label "Diazepam is indicated for the management of anxiety disorders for the short-term relief of the symptoms of anxiety. Anxiety or tension associated with the stress of everyday life usually does not require treatment with an anxiolytic.";
biolink:association_type biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
biolink:provided_by ;
biolink:publications ;
biolink:relation nkg:SymptomaticReliefIndication .
biolink:category biolink:Drug .
biolink:category biolink:Disease .
}
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 "UkZcLe/VTTcYmcDrJ3GiNuv8rxKWRJJWGmW4qozPWHeL/IVgO/kTw8bajdaipzuwrqFgE6S94o0yPnUX3Utpwdvz0vQGxDTffwq8aTK+EqjryYe/0v+Wxh++mYmUyAUnmvotcBkI8c01DxpWAsxpIBPLytl/pbUgFG5qnja2yU0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-04-12T09:17:28.084+02:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1468-3557;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}