Nanopublication

< Home

ID

http://purl.org/np/RA2oeXmfW1JZIIp6WvtXJWprGpaR7fd6w-IGY8DpF-87Y

Formats

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

Content

@prefix this: <http://purl.org/np/RA2oeXmfW1JZIIp6WvtXJWprGpaR7fd6w-IGY8DpF-87Y> .
@prefix sub: <http://purl.org/np/RA2oeXmfW1JZIIp6WvtXJWprGpaR7fd6w-IGY8DpF-87Y#> .
@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 npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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:hasNanopubLabelPattern "Gene ${gene} - is associated with - disease ${disease}";
    nt:hasStatement sub:st0, sub:st1, sub:st2;
    nt:hasTag "Life Sciences" .
  
  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";
    nt:hasRegex "C[0-9]{7}" .
  
  sub:gda a nt:IntroducedResource, 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";
    nt:hasRegex "[0-9]+" .
  
  sub:st0 a rdf:Statement;
    rdf:object <http://semanticscience.org/resource/SIO_000983>;
    rdf:predicate rdf:type;
    rdf:subject sub:gda;
    nt:statementOrder "0" .
  
  sub:st1 a rdf:Statement;
    rdf:object sub:gene;
    rdf:predicate <http://semanticscience.org/resource/SIO_000628>;
    rdf:subject sub:gda;
    nt:statementOrder "1" .
  
  sub:st2 a rdf:Statement;
    rdf:object sub:disease;
    rdf:predicate <http://semanticscience.org/resource/SIO_000628>;
    rdf:subject sub:gda;
    nt:statementOrder "1" .
  
  <http://semanticscience.org/resource/SIO_000628> rdfs:label "refers to" .
  
  <http://semanticscience.org/resource/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 "NMD1YcRG0GmikoNE4GpXuUrsGcUmboiwA250J1okSuz0ZL/2WFF621vNyZO0fVv0gYDkxtUZaLsn3K4MhyFZgTtmuXq6iF+vCdsi3390RCqbjZ3vCJ0EG2ZxRkJmBKBN7sV3/pxtgqXbK5Fyf5Qed9Y9SNjYv8cUjieSFXGcZpA=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-08-16T13:06:59.326+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <http://purl.org/np/RA9rnNSaqFjKBfVUcDZjpLKz3E6uZtCEcqYbssVsk28OQ>;
    rdfs:label "Template: Expressing a Gene-Disease Association";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>, <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs> .
}