Nanopublication

< Home

ID

http://purl.org/np/RAG9k5BaQM7A3ZJyiXeXWNDSwTvTKre8lI_ewAcXflV9A

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <http://purl.org/np/RAG9k5BaQM7A3ZJyiXeXWNDSwTvTKre8lI_ewAcXflV9A> .
@prefix sub: <http://purl.org/np/RAG9k5BaQM7A3ZJyiXeXWNDSwTvTKre8lI_ewAcXflV9A#> .
@prefix drugbank: <http://identifiers.org/drugbank/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix mondo: <http://purl.obolibrary.org/obo/MONDO_> .
@prefix pav: <http://purl.org/pav/> .
@prefix infores: <https://w3id.org/biolink/infores/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ntemplate: <https://w3id.org/np/o/ntemplate/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pmid: <http://www.ncbi.nlm.nih.gov/pubmed/> .
@prefix ncit: <http://purl.obolibrary.org/obo/NCIT_> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  drugbank:DB00656 a biolink:Drug;
    rdfs:label "Trazodone";
    biolink:category biolink:Drug .
  
  mondo:0100081 a biolink:Disease;
    rdfs:label "sleep disorder";
    biolink:category biolink:Disease .
  
  sub:association a biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
    rdf:object mondo:0100081;
    rdf:predicate biolink:treats;
    rdf:subject drugbank:DB00656;
    rdfs:label "Among TCAs, doxepin (sinequan) appears to be best suited for managing insomnia in healthy adults. Doxepin works as a selective antagonist to H(1) receptors, which promote the initiation and maintenance of sleep (Owen, 2009) (Table 2 contains information on trazodone and mirtazapine). Ultra-low doses of this drug (< 6 mg per day) significantly improve and sustain both maintenance and duration of sleep (Rojas-Fernandez and Chen, 2014; Weber et al., 2010). Another frequently prescribed TCA is amitriptyline, which as a long-term option is found to be effective for patients with ongoing sleep problems (Everitt et al., 2014; Pagel and Parnes, 2001).";
    biolink:aggregator_knowledge_source infores:knowledge-collaboratory;
    biolink:category biolink:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
    biolink:has_population_context sub:context;
    biolink:publications pmid:31622593;
    biolink:relation ncit:C94303 .
  
  sub:context a biolink:Cohort;
    rdfs:label "Adults";
    biolink:category biolink:Cohort .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7641-6446 .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
    npx:hasSignature "N7zblVKy/mXn/3SlgoVhIcvNmis6m7MzJy5jSq+QUec7goMeYgBd313oGC3XXUMnFKUz72ngvDtnXxo1hObp0bZA41keHNsB8asavKJXEyJWgPgTbmolXSpcjhcAIoMtf1FbcTmQjeLqKuTNQXeNFewUcNnxeP/kk4hJ/QjEong=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2022-09-16T11:49:10.592028"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-1501-1082;
    ntemplate:wasCreatedFromTemplate <http://purl.org/np/RAhNHZw6Urw_Mccs4qy6Ws3C9CRuaHpQx8AwuApbWkqnY> .
  
  biolink: pav:version "2.3.0" .
}