Nanopublication

< Home

ID

http://purl.org/np/RAXkK115SzZoPi2AvZxycPFtB_DRXqnrrltrHayGKJFYg

Formats

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

Content

@prefix this: <http://purl.org/np/RAXkK115SzZoPi2AvZxycPFtB_DRXqnrrltrHayGKJFYg> .
@prefix sub: <http://purl.org/np/RAXkK115SzZoPi2AvZxycPFtB_DRXqnrrltrHayGKJFYg#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix ns1: <https://w3.org/biolink/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 {
  <https://identifiers.org/drugbank/DB00927> a ns1:Drug;
    ns1:category ns1:Drug .
  
  <https://identifiers.org/mim/304790> a ns1:Disease;
    ns1:category ns1:Disease .
  
  <https://w3id.org/um/neurodkg/DB00927_OMIM304790> rdf:object <https://identifiers.org/mim/304790>;
    rdf:predicate ns1:treats;
    rdf:subject <https://identifiers.org/drugbank/DB00927>;
    ns1:association_type ns1:ChemicalToDiseaseOrPhenotypicFeatureAssociation;
    ns1:provided_by <https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3159979>;
    ns1:relation <http://purl.obolibrary.org/obo/RO_0002606> .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2020-12-08T15:25:11.787501"^^xsd:dateTime .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
    npx:hasSignature "Nl2xGOGPb3i7OA6cJsMkPuHBbxbMJarCp4PAAhbMs7NVKgn3o/oywyz4Qpd0WAPhUE/nMwnIHwkJY1OZdVUnqaShkerbEyMSxIKX47I4iWEF1W9bvPiyN9hUIpm9kwf41MVxqtM+oj3Ex7RJE+gpw353+szW1gQD08q7XRd++lo=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2020-12-08T15:25:11.787501"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0002-1501-1082> .
}