@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAtdxHnd5SZy0XXqqvyIBZb4tYL1e055gN0IBZ1TI4tyU> .
@prefix sub: <http://purl.org/np/RAtdxHnd5SZy0XXqqvyIBZb4tYL1e055gN0IBZ1TI4tyU#> .
@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 npx: <http://purl.org/nanopub/x/> .
@prefix sio: <http://semanticscience.org/resource/> .

<http://purl.org/np/RAtdxHnd5SZy0XXqqvyIBZb4tYL1e055gN0IBZ1TI4tyU> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dcterms:created "2020-03-10T13:13:44.817+01:00"^^xsd:dateTime;
  dcterms:creator orcid:0000-0002-1267-0234;
  npx:supersedes <http://purl.org/np/RASMz9Co-Yxlv8HY4xS5ZkTqi4vGFumqLDitti-V8CfUc> .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Expressing a Gene-Disease Association";
  nt:hasStatement sub:st0, sub:st1, sub:st2;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

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: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 sio:SIO_000983;
  rdf:predicate rdf:type;
  rdf:subject sub:gda;
  nt:statementOrder 0 .

sub:st1 a rdf:Statement;
  rdf:object sub:gene;
  rdf:predicate sio:SIO_000628;
  rdf:subject sub:gda;
  nt:statementOrder 1 .

sub:st2 a rdf:Statement;
  rdf:object sub:disease;
  rdf:predicate sio:SIO_000628;
  rdf:subject sub:gda;
  nt:statementOrder 1 .

sio:SIO_000628 rdfs:label "refers to" .

sio:SIO_000983 rdfs:label "gene-disease association" .

rdf:type rdfs:label "is a" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "g3mcYfXVmttBfXL0Vof29FnsqgA6OCMoR+f9Q4tqeAW507x3HJKuWmCHKhUP8cHTbixPYgzCXFnIC4wWRvqVo5E+bla3339fYRjJvaQHki9lYHEcKfTPx27FI9X4o3BP9bu18xHY0FqoVEQtaiDY29eCekVKs83lrt6JMRzrSyU=";
  npx:hasSignatureTarget <http://purl.org/np/RAtdxHnd5SZy0XXqqvyIBZb4tYL1e055gN0IBZ1TI4tyU> .

