Nanopublication

< Home

ID

http://purl.org/np/RA3l7CFEpvMzgih7-ksOBn0KJ6dN6xaiwW4tRkk4WZEM8

Formats

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

Content

@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA3l7CFEpvMzgih7-ksOBn0KJ6dN6xaiwW4tRkk4WZEM8> .
@prefix sub: <http://purl.org/np/RA3l7CFEpvMzgih7-ksOBn0KJ6dN6xaiwW4tRkk4WZEM8#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix sio: <http://semanticscience.org/resource/> .
@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 {
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Expressing a Gene-Disease Association";
    nt:hasStatement sub:st0, sub:st1, sub:st2 .
  
  sub:disease a nt:UriPlaceholder;
    rdfs:label "add a UMLS disease identifier here (e.g. C2239176)";
    nt:hasPrefix "http://linkedlifedata.com/resource/umls/id/";
    nt:hasPrefixLabel "the disease" .
  
  sub:gda a nt:LocalResource;
    rdfs:label "This GDA" .
  
  sub:gene a nt:UriPlaceholder;
    rdfs:label "add a NCBI gene identifier here (e.g. 3250)";
    nt:hasPrefix "http://identifiers.org/ncbigene/";
    nt:hasPrefixLabel "the gene" .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:gene, sio:SIO_000983;
    rdf:predicate sio:SIO_000628, rdf:type;
    rdf:subject sub:gda;
    nt:statementOrder "0"^^xsd:integer, "1"^^xsd:integer .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:disease;
    rdf:predicate sio:SIO_000628;
    rdf:subject sub:gda;
    nt:statementOrder "1"^^xsd:integer .
  
  sio:SIO_000628 rdfs:label "refers to" .
  
  sio:SIO_000983 rdfs:label "gene-disease association" .
  
  rdf:type rdfs:label "is a" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "ir3UWfIOLzyaSCxyFROViv96TxngrY2j5Gd7PwMk1MVVpnbR/dzdjG2Ck/Iy9BBTJa5nWYDQ2JDPj/TL1sSwRQl0ord+NxB5YbCHOLR2OE6VSpsrYmwQJ+xHyW5L/N/XIsniV1uqdT1BgFXbzawPrB7sIMkYwnSmXst2AsMkBjY=";
    npx:hasSignatureTarget this: .
  
  this: dc:created "2020-02-26T17:22:38.839+01:00"^^xsd:dateTime;
    dc:creator orcid:0000-0002-1267-0234 .
}