@prefix this: <http://purl.org/np/RA9rnNSaqFjKBfVUcDZjpLKz3E6uZtCEcqYbssVsk28OQ> .
@prefix sub: <http://purl.org/np/RA9rnNSaqFjKBfVUcDZjpLKz3E6uZtCEcqYbssVsk28OQ#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Expressing a Gene-Disease Association" ;
    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: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 rdf:object <http://semanticscience.org/resource/SIO_000983> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:gda ;
    a rdf:Statement ;
    nt:statementOrder "0" .
  sub:st1 rdf:object sub:gene ;
    rdf:predicate <http://semanticscience.org/resource/SIO_000628> ;
    rdf:subject sub:gda ;
    a rdf:Statement ;
    nt:statementOrder "1" .
  sub:st2 rdf:object sub:disease ;
    rdf:predicate <http://semanticscience.org/resource/SIO_000628> ;
    rdf:subject sub:gda ;
    a rdf:Statement ;
    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 "keolxfEW+fM2NCdip/2x8ICxOWSby7H7Fa8Vnx+PwMdcrwjPjuv6WCb9O7Tsy4Vkedj0hdZRTAtmBbIMaYKzv34R9O1cX9XTRReBPfvdSO47f53D6wiQmd9qmyu9CyA5H0ynLFeEyXHSz466pU/vXqEl++OlAbYFozZW2msFJe8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-01-26T15:31:13.336+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    npx:supersedes <http://purl.org/np/RAtdxHnd5SZy0XXqqvyIBZb4tYL1e055gN0IBZ1TI4tyU> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcm8OurwUk15WOgBM9wySo-T3a5h6as4K8YR5MBrrxUc> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARMBqX_-9lnhkaqk4BuxfLcC6H5cqTlzdtDzeDIwuKdU> .
}