@prefix this: <http://purl.org/np/RANAxL2OxGmP9VAN6cUi_0KEK0rJb9bPn4l1A5HquXKrI> .
@prefix sub: <http://purl.org/np/RANAxL2OxGmP9VAN6cUi_0KEK0rJb9bPn4l1A5HquXKrI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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:regulatory-element-within-the-first-intron-of-FTO a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "regulatory element within the first intron of FTO" ;
    <http://www.w3.org/2004/02/skos/core#definition> "a regulatory element present within the first intron of the human gene FTO" .
}
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 "NxGBUtGk2Yeu0UpIdQsaRRiq48XBVEysMQ+LKlH5sy1KxYUthoCspr1k4nld/Xwjdi2zT+3R8drsVeHYa0yve/MKqk31qirglr/H8vkdJAxsgteyDr2F2g1ZdqLt4ZtjzRdLhYMNXR/GPQFLR+ebKfr5Me4zz1CpBbp/l2s2218=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2021-06-21T15:59:19.234-07:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0003-2432-4125 ;
    npx:introduces sub:regulatory-element-within-the-first-intron-of-FTO ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAdpgRpigXtt8iPV9uOPf3wIT3qzOI8Sg2Q72CNV8g-Yo> .
}