Nanopublication

< Home

ID

http://purl.org/np/RAkljQwIz3Zt48JrHZ1KuWBjOfb_-SP_5Lcwf4omsStWY

Formats

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

Content

@prefix this: <http://purl.org/np/RAkljQwIz3Zt48JrHZ1KuWBjOfb_-SP_5Lcwf4omsStWY> .
@prefix sub: <http://purl.org/np/RAkljQwIz3Zt48JrHZ1KuWBjOfb_-SP_5Lcwf4omsStWY#> .
@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/DB00788> a ns1:Drug;
    ns1:category ns1:Drug .
  
  <https://identifiers.org/mim/133600> a ns1:Disease;
    ns1:category ns1:Disease .
  
  <https://w3id.org/um/neurodkg/DB00788_OMIM133600> rdf:object <https://identifiers.org/mim/133600>;
    rdf:predicate ns1:treats;
    rdf:subject <https://identifiers.org/drugbank/DB00788>;
    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:18:44.798849"^^xsd:dateTime .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR9fz0fKCdWOWC+pxhkQhEM/ppbdIYe5TLSdj+lJzSlv9mYBaPgrzVezSwwbmhlHBPDZa4/vHycU315BdmUGq+pXllp9+rWFfrb+kBJwhZjpG6BeyyXBsRFz4jmQVxl/ZYHilQTh/XalYzKkEAyTiEMPee4Kz61PaWOKH24CsnOQIDAQAB";
    npx:hasSignature "A/xBCTuXelrQycceEBZPyU/ureVK9F/NBlzXvLNG+G2Z8oIfoQzc7i2xcEdlxEsidbIkrx5FkzjMmFgOJ6U4F4xKvxvSyRv2aGsZouI+ALDPPIHAnwlZox8deJ3Tv5qRLYjwObrIKTVmeZxaVoHjpLo0neXXRkDiuB4Dng/O/7I=";
    npx:hasSignatureTarget this: .
  
  this: prov:generatedAtTime "2020-12-08T15:18:44.798849"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0002-1501-1082> .
}