@prefix this: <http://purl.org/np/RAQA09oJJCthkZrFkVLTZA7FdACncSyjEnxFc5Ji2FeEM> .
@prefix sub: <http://purl.org/np/RAQA09oJJCthkZrFkVLTZA7FdACncSyjEnxFc5Ji2FeEM#> .
@prefix schema: <https://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix bl: <https://w3id.org/biolink/vocab/> .
@prefix nkg: <https://w3id.org/um/neurodkg/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://purl.obolibrary.org/obo/HP_0001262> bl:category bl:Disease .
  sub:association rdf:object <http://purl.obolibrary.org/obo/HP_0001262> ;
    rdf:predicate bl:treats ;
    rdf:subject <https://go.drugbank.com/drugs/DB09072> ;
    a rdf:Statement ;
    rdfs:label "Pitolisant and sodium oxybate show promising results in two retrospective studies. The efficacy of γ-aminobutyric acid-A receptor antagonists on objective EDS needs to be clarified. All these medications are used off-label for the management of EDS in IH." ;
    bl:association_type bl:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    bl:has_population_context sub:cohort ;
    bl:provided_by <https://w3id.org/um/NeuroDKG> ;
    bl:publications <https://pubmed.ncbi.nlm.nih.gov/29250981/> ;
    bl:relation nkg:OffLabelIndication .
  sub:cohort rdfs:label "Adults" ;
    schema:requiredMinAge "Adults" ;
    bl:category bl:Cohort ;
    bl:has_phenotype <http://purl.obolibrary.org/obo/MONDO_0018044> .
  <https://go.drugbank.com/drugs/DB09072> bl:category bl:Drug .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7641-6446 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCamPJb4SzqpLXn//XJ5dlVfzz6QI+RPmiJTLXF/by2JR7sHMKRsCQDFsYMlq8zGHghOIkjRP9dpLZUtZzUcHt3MXiFKEPo8eGzUe9p+JXKFC8xxkJr94z2vq6IdMf71Iu1GH8SeDAKt/DgYO4zNaw8VuXvxnZRewKZSA+u8zWPVwIDAQAB" ;
    npx:hasSignature "PCn19b7Q4U1Dyn81tCVO0a/VlKqQ2oNUzmgtU/RD9aPVb7rAeS8kDzuH5eZnnGSsE1dsGpOMUPmZpkCJSaff6uuwcPWe5YdW7LVj8YGl0I1K0ASaUXxWUthNBgth6dSun4ZA1C65QEDXeRfCMXL+ANnDUPs/uQurgiYyyeTmfe8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-06-07T15:04:08.125+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-7641-6446 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAManV5GZI01JKzW_IPcfOXoiFTcZMmsV7qTCLkdzr4Gs> .
}