@prefix this: <http://www.tkuhn.ch/bel2nanopub/RAAcDjPtQFSUbn6w1j8j6Bm29AQeWhE6qamDEYEniTrLQ> .
@prefix sub: <http://www.tkuhn.ch/bel2nanopub/RAAcDjPtQFSUbn6w1j8j6Bm29AQeWhE6qamDEYEniTrLQ#> .
@prefix beldoc: <http://resource.belframework.org/belframework/20131211/knowledge/large_corpus.bel> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix belv: <http://www.selventa.com/vocabulary/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix Protein: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_36080> .
@prefix mgi: <http://www.informatics.jax.org/marker/MGI:> .
@prefix geneProductOf: <http://purl.obolibrary.org/obo/RO_0002204> .
@prefix RNA: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_33697> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix occursIn: <http://purl.obolibrary.org/obo/BFO_0000066> .
@prefix species: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=> .
@prefix pubmed: <http://www.ncbi.nlm.nih.gov/pubmed/> .
@prefix orcid: <http://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:_1 geneProductOf: mgi:1097716 ;
    a Protein: .
  sub:_2 geneProductOf: mgi:1351648 ;
    a RNA: .
  sub:_3 occursIn: obo:UBERON_0000955 , species:10090 ;
    rdf:object sub:_2 ;
    rdf:predicate belv:decreases ;
    rdf:subject sub:_1 ;
    a rdf:Statement .
  sub:assertion rdfs:label "p(MGI:Arx) -| r(MGI:Magel2)" .
}
sub:provenance {
  beldoc: dce:description "Approximately 61,000 statements." ;
    dce:rights "Copyright (c) 2011-2012, Selventa. All rights reserved." ;
    dce:title "BEL Framework Large Corpus Document" ;
    pav:authoredBy sub:_5 ;
    pav:version "20131211" .
  sub:_4 prov:value "he microarray data set was validated by performing quantitative polymerase chain reaction (qPCR) on three independent pairs of subpallia from E14.5 mutant (Arx?/Y; Pou3f4-Cre+) and control (Arx+/Y; Pou3f4Cre+) embryos. A subset of 10 genes identified as differentially expressed, along with three genes that did not change significantly, were selected for testing. All 10 genes designated as differentially expressed by microarray analysis changed at least 2-fold by qPCR, whereas the three control genes that failed to change on the microarray also showed no difference in expression by qPCR (Fig. 2D). Log2 expression observed by microarray analysis was found to positively and significantly correlate to the log2 expression observed by qPCR (Pearson r2 = 0.7031, P < 0.001) (Fig. 2E)." ;
    prov:wasQuotedFrom pubmed:18799476 .
  sub:_5 rdfs:label "Selventa" .
  sub:assertion prov:hadPrimarySource pubmed:18799476 ;
    prov:wasDerivedFrom beldoc: , sub:_4 .
}
sub:pubinfo {
  this: dct:created "2014-07-03T14:33:26.402+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}