@prefix dcterms: .
@prefix go: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix rdf: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix belv: .
@prefix prov: .
@prefix chebi: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix obo: .
@prefix occursIn: .
@prefix species: .
@prefix pubmed: .
@prefix orcid: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:_1 belv:translocationFrom go:0005622;
belv:translocationOf sub:_2;
belv:translocationTo go:0009986 .
sub:_2 geneProductOf: hgnc:3358;
a Protein: .
sub:_3 occursIn: obo:CL_0000767, species:9606;
rdf:object sub:_1;
rdf:predicate belv:decreases;
rdf:subject chebi:39548;
a rdf:Statement .
sub:assertion rdfs:label "a(CHEBI:atorvastatin) -| surf(p(HGNC:ENPP3))" .
}
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 "Preincubation of blood basophils with cerivastatin or atorvastatin (0.1-100 microM) for 24 h reduced their capacity to release histamine on immunoglobulin E (IgE)-dependent stimulation in a dose-dependent manner. These statins also inhibited IgE-dependent up-regulation of the basophil-activation antigen CD203c.";
prov:wasQuotedFrom pubmed:12525568 .
sub:_5 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:12525568;
prov:wasDerivedFrom beldoc:, sub:_4 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:31:58.036+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}