@prefix dc: . @prefix this: . @prefix sub: . @prefix xsd: . @prefix rdf: . @prefix rdfs: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix nt: . @prefix sio: . @prefix npx: . 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 . 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 rdf:object sub:gene, sio:SIO_000983; rdf:predicate sio:SIO_000628, rdf:type; rdf:subject sub:gda; a rdf:Statement; nt:statementOrder "0"^^xsd:integer, "1"^^xsd:integer . sub:st2 rdf:object sub:disease; rdf:predicate sio:SIO_000628; rdf:subject sub:gda; a rdf:Statement; 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 . }