@prefix this: <http://purl.org/np/RAoZURvqojuDxHzi2pYj0xmhs2oTGERwhNVcU12hxW49c> .
@prefix sub: <http://purl.org/np/RAoZURvqojuDxHzi2pYj0xmhs2oTGERwhNVcU12hxW49c#> .
@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 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 {
  sub:association rdf:object <https://identifiers.org/MONDO:0021668> ;
    rdf:predicate bl:treats ;
    rdf:subject <https://identifiers.org/CHEBI:119915> ;
    a rdf:Statement ;
    rdfs:label "ABSTRAL® is indicated for the management of breakthrough pain in cancer patients 18 years of age and older who are already receiving, and who are tolerant to, around-the-clock opioid therapy for their underlying persistent cancer pain." ;
    bl:association_type bl:ChemicalToDiseaseOrPhenotypicFeatureAssociation ;
    bl:has_population_context sub:cohort ;
    bl:provided_by "NeuroDKG" ;
    bl:publications <https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=e60f00e9-2cf4-4c20-b570-1c2ea426c8c7> ;
    bl:relation schema:TreatmentIndication .
  sub:cohort rdfs:label "cancer patients 18 years of age and older who are already receiving, and who are tolerant to, around-the-clock opioid therapy for their underlying persistent cancer pain" ;
    schema:requiredMinAge "18" ;
    bl:category bl:Cohort ;
    bl:has_phenotype <https://identifiers.org/MONDO:0005070> .
  <https://identifiers.org/CHEBI:119915> bl:category bl:Drug .
  <https://identifiers.org/MONDO:0021668> bl:category bl: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 "KDxCEQgTVz+3euJPPQludpB26SPYwtqnb9Pqdch5GxDKyoM9wvVJbvhwJJn/jHp9gRg+gT0fajxiAbb63rxwLykXoYS1dn3JWjtv8eQsIQpSiSEqmIDwTZSo/oTUe0g0iiPVnpkiBILk1DfnTEBATLraqgmK1FNZ3bct77uveM4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-03-28T20:19:13.984+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1468-3557 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA59AEpaWRaR9sjdA0-n4zaQWdiZ6--iGafMrjrDAOheI> .
}