@prefix this: . @prefix sub: . @prefix beldoc: . @prefix rdfs: . @prefix rdf: . @prefix xsd: . @prefix dct: . @prefix dce: . @prefix pav: . @prefix np: . @prefix belv: . @prefix prov: . @prefix Protein: . @prefix entrez: . @prefix geneProductOf: . @prefix hgnc: . @prefix species: . @prefix occursIn: . @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 geneProductOf: entrez:2475; a Protein: . sub:_2 geneProductOf: hgnc:7173; a Protein: . sub:_3 occursIn: species:9606; rdf:object sub:_2; rdf:predicate belv:increases; rdf:subject sub:_1; a rdf:Statement . sub:assertion rdfs:label "p(EGID:2475) -> p(HGNC:MMP3)" . } 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 "1.4" . sub:_4 prov:value "In fibroblasts treated with UVB-irradiation (10 mJ/Sq.cm) an increase in the MMP3 (11.5-fold after 24 hrs compared with mock-irradiated cells) protein levels was observed which reduced (by 42-88% compared with UV-treated controls) upon treatment with rapamycin (a specific inhibitor for FRAP) and/or aphidicolin (a NER or long-patch BER inhibitor). This suggests that FRAP1 may be involved at least in part in the upregulation of MMP3."; prov:wasQuotedFrom pubmed:10660603 . sub:_5 rdfs:label "Selventa" . sub:assertion prov:hadPrimarySource pubmed:10660603; prov:wasDerivedFrom beldoc:, sub:_4 . } sub:pubinfo { this: dct:created "2014-07-03T14:29:49.919+02:00"^^xsd:dateTime; pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 . }