@prefix this: <http://www.tkuhn.ch/bel2nanopub/RAHSsArZ_FpYObeqFTLnngXADcpWVi81c5muuFrvEn8PU> .
@prefix sub: <http://www.tkuhn.ch/bel2nanopub/RAHSsArZ_FpYObeqFTLnngXADcpWVi81c5muuFrvEn8PU#> .
@prefix beldoc: <http://resource.belframework.org/belframework/1.0/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 schem: <http://resource.belframework.org/belframework/1.0/namespace/selventa-legacy-chemical-names/> .
@prefix RNA: <http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI_33697> .
@prefix hgnc: <http://www.genenames.org/cgi-bin/gene_symbol_report?hgnc_id=> .
@prefix geneProductOf: <http://purl.obolibrary.org/obo/RO_0002204> .
@prefix species: <http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=> .
@prefix occursIn: <http://purl.obolibrary.org/obo/BFO_0000066> .
@prefix mesh: <http://purl.bioontology.org/ontology/MSH/> .
@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: hgnc:10618 ;
    a RNA: .
  sub:_2 occursIn: mesh:D009000 , species:9606 ;
    rdf:object sub:_1 ;
    rdf:predicate belv:increases ;
    rdf:subject schem:Low%20Density%20Lipoprotein ;
    a rdf:Statement .
  sub:assertion rdfs:label "a(SCHEM:\"Low Density Lipoprotein\") -> r(HGNC:CCL2)" .
}
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:_4 ;
    pav:version "1.4" .
  sub:_3 prov:value "Monocyte chemoattractant protein-1 (MCP-1) is a potent chemotactic agent for monocytes and other cells and is thought to be involved in atherosclerosis, recruiting monocytes to the subendothelial space or to the site of inflammation. Angiotensin II has been demonstrated, at least in animal models, to stimulate MCP-1 expression. We investigated the effect of the angiotensin II type 1 (AT1) receptor antagonists irbesartan and losartan on MCP-1 production by freshly isolated human monocytes. Irbesartan and losartan inhibited basal MCP-1 production in a dose-dependent manner. Low-density lipoprotein (LDL) stimulated MCP-1 in a concentration-dependent manner, with 200 microg/ml LDL protein giving a 2-fold increase in MCP-1. Irbesartan and losartan dose dependently blocked LDL-stimulated MCP-1. An angiotensin II type 2 receptor antagonist, S-(+)-1-([4-(dimethylamino)-3-methylphenyl]methyl)-5-(diphenylacetyl)-4,5,6,7- ... tetrahydro-1H-imidazo(4,5-c)pyridine-6-carboxylic acid (PD123319), had no significant effect on basal MCP-1 levels or LDL-stimulated MCP-1. After noting homology between the AT1 receptor and the platelet-activating factor (PAF) receptor, we showed that irbesartan inhibited both [3H]PAF binding to human monocytes and carbamyl-PAF stimulation of MCP-1. However, irbesartan affinity for the PAF receptor was 700 times less than PAF, suggesting that there may be another mechanism for irbesartan inhibition of PAF-stimulated MCP-1. This is the first report showing that AT1 receptor antagonists inhibit basal as well as LDL- and PAF-stimulated MCP-1 production in freshly isolated human monocytes." ;
    prov:wasQuotedFrom pubmed:12626661 .
  sub:_4 rdfs:label "Selventa" .
  sub:assertion prov:hadPrimarySource pubmed:12626661 ;
    prov:wasDerivedFrom beldoc: , sub:_3 .
}
sub:pubinfo {
  this: dct:created "2014-07-03T14:30:10.759+02:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}