@prefix dcterms: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://purl.org/np/RASMz9Co-Yxlv8HY4xS5ZkTqi4vGFumqLDitti-V8CfUc
> .
@prefix sub: <
http://purl.org/np/RASMz9Co-Yxlv8HY4xS5ZkTqi4vGFumqLDitti-V8CfUc#
> .
@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/
> .
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:st0
rdf:object
sio:SIO_000983
;
rdf:predicate
rdf:type
;
rdf:subject
sub:gda
;
a
rdf:Statement
;
nt:statementOrder
0 .
sub:st1
rdf:object
sub:gene
;
rdf:predicate
sio:SIO_000628
;
rdf:subject
sub:gda
;
a
rdf:Statement
;
nt:statementOrder
1 .
sub:st2
rdf:object
sub:disease
;
rdf:predicate
sio:SIO_000628
;
rdf:subject
sub:gda
;
a
rdf:Statement
;
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: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
"U3PxzyFuFNchdDnzKpVevcz0+cHS6+46J8oLj8zKb7BW0q6D4H0PFlORbVAhP3nVN1EnD23QRFRD8e0g8F1MYkfqX+q/qT4+rGSnk+eUHlZu4Otp/rq6jMR1dWnbu5+1g1weImp3SlM/GEA3BXeOAB+JDxp1JoTmsZKwYiC5REI=" ;
npx:hasSignatureTarget
this:
.
this:
dcterms:created
"2020-02-26T17:36:49.257+01:00"^^
xsd:dateTime
;
dcterms:creator
orcid:0000-0002-1267-0234
;
npx:supersedes
<
http://purl.org/np/RA3l7CFEpvMzgih7-ksOBn0KJ6dN6xaiwW4tRkk4WZEM8
> .
}