@prefix this: <http://purl.org/np/RAW-CpkTXOI6DmMhvLexTtVIB3Uzc_H4hd0KUpTHuSKJU> .
@prefix sub: <http://purl.org/np/RAW-CpkTXOI6DmMhvLexTtVIB3Uzc_H4hd0KUpTHuSKJU#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix infores: <https://w3id.org/biolink/infores/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/pubchem.compound/5071> a biolink:ChemicalEntity ;
    rdfs:label "Rimantadine" ;
    biolink:category biolink:ChemicalEntity .
  <http://purl.obolibrary.org/obo/MONDO_0005812> a biolink:DiseaseOrPhenotypicFeature ;
    rdfs:label "influenza" ;
    biolink:category biolink:DiseaseOrPhenotypicFeature .
  <http://purl.obolibrary.org/obo/NCBITaxon_11320> a biolink:OrganismTaxon ;
    rdfs:label "influenza A virus" ;
    biolink:category biolink:OrganismTaxon .
  sub:_1 rdf:predicate biolink:treats ;
    rdf:subject <http://identifiers.org/pubchem.compound/5071> ;
    a biolink:Association ;
    biolink:aggregator_knowledge_source infores:knowledge-collaboratory ;
    biolink:category biolink:Association ;
    biolink:publications <https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=bc5ddcf2-640c-4683-a60f-ca1c8b418873> .
  sub:_2 rdf:object <http://purl.obolibrary.org/obo/NCBITaxon_11320> ;
    rdf:predicate biolink:treats ;
    rdf:subject <http://identifiers.org/pubchem.compound/5071> ;
    a biolink:Association ;
    biolink:aggregator_knowledge_source infores:knowledge-collaboratory ;
    biolink:category biolink:Association ;
    biolink:publications <https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=bc5ddcf2-640c-4683-a60f-ca1c8b418873> .
  sub:_3 rdf:object <http://purl.obolibrary.org/obo/MONDO_0005812> ;
    rdf:predicate biolink:treats ;
    rdf:subject <http://identifiers.org/pubchem.compound/5071> ;
    a biolink:Association ;
    biolink:aggregator_knowledge_source infores:knowledge-collaboratory ;
    biolink:category biolink:Association ;
    biolink:publications <https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=bc5ddcf2-640c-4683-a60f-ca1c8b418873> .
}
sub:provenance {
  sub:assertion prov:generatedAtTime "2022-10-13T13:55:21.378085"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-3668-2627 ;
    prov:wasQuotedFrom " Rimantadine is indicated for the prophylaxis and treatment of illness caused by various strains of influenza A virus in adults in adults. It is used to treat fluoroavian fluorrhia in adults, according to the CDC. The drug is available in the US and Canada. It has been used in more than 50,000 cases of influenza in the U.S. since 1999." .
  biolink: pav:version "2.3.0" .
}
sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApdULbl+/+pkVlq0fAzWmzfgIb+XMuQPKHMDVzUTWCZBjLfzORll42ptr52e4w7tTYkUKrBsQbx8lkjZWAlWiyh+xIK0oLFSdYRSt63kgiyRYBUOR+spcgmofb7f6JyftArPVTKhsWOMt/mcyNG9qc3lw8B/xuPmLteUWO33xWhfXQreTw1lsGUkZ1j4cB4X9HIuI20ktLYLCXaBauNHEJZ4qp6/Q2ATsJcw8tg7aRmFKXhrjM9maZ2+0cMg0Jpmn2UnDlPKXEA6Qq+qnvvQt8KFjIzP9FTMyvrWl8tTd0NCmS9VpooZJQ8We1lGMPXg5bMbe/bVkTf70fbFMf0RKrQIDAQAB" ;
    npx:hasSignature "UYXnTUSylF/zX0gh3rBCxAazHVC9/DMuRyYFMofKvyJZQkQLCPPZR9iOs6kM8hAt23r2jxpT/aJDoBU7MZoOMrFtFVh3s7HGn3YESU2CPCDerVS2dwix+1dzf29zndCfhiLA/YRw9DFm4Y06JL7YN+co81UOFB+BAKVNHF77AO49LnqkVmXAxVV3cThls02pisZ6t2YRPi8XtMJNBVqWkZwGzwz9Swyb+9WJYUh8ea0PewK3rO0wMQFG//7bXDjH8BjEnAxaTtFtlP9pbIynlllgg4HmazJeMSB61YLHhRK2430iXZ1XAJ43glwYVb2GLUFZu4hVU4z3es0wi3IQxg==" ;
    npx:hasSignatureTarget this: .
  this: prov:generatedAtTime "2022-10-13T13:55:21.378085"^^xsd:dateTime ;
    prov:wasAttributedTo orcid:0000-0002-3668-2627 .
}