@prefix dcterms: .
@prefix owl: .
@prefix skos: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:regulatory-element-within-the-first-intron-of-FTO a owl:Class;
rdfs:label "regulatory element within the first intron of FTO";
skos:definition "a regulatory element present within the first intron of the human gene FTO";
skos:relatedMatch , .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2432-4125 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCS1s1OiABv1mrDnFWp9ecwHdQ+UlJn6JCDYXspRsbZgsm2QAiofbnVvf6gfkcjjScd5fq3sW/W8r/o7bdafVSd6xuTG/vHrO9Ax/guPiJ6O/Z57Hk0nQy6c+l71HpaJ2BPPWKOgYiFZ/8eulmuM6BJ8TDKxoBtcqP5QbvN9KYjlQIDAQAB";
npx:hasSignature "M8cVwUkflLAuLqLUM+ul7EdLSXQhcSsbERJUcBwTF2Ri78XD6JNdHsF5+Qekg3xefqy7d8530m2RHPxjSkooNi3XAOZWsd2T6OZiZ0lSmAIsaRarmsnHbl/GDf0OS4OiqCL1jVFNXMosdVd9runltov655znbpiFBJxmMd66+v0=";
npx:hasSignatureTarget this: .
this: dcterms:created "2021-10-27T10:04:01.217-07:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0003-2432-4125;
npx:introduces sub:regulatory-element-within-the-first-intron-of-FTO;
npx:supersedes ;
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
}