@prefix dc: . @prefix this: . @prefix sub: . @prefix beldoc: . @prefix rdfs: . @prefix rdf: . @prefix xsd: . @prefix dce: . @prefix pav: . @prefix np: . @prefix belv: . @prefix prov: . @prefix Protein: . @prefix pfh: . @prefix geneProductOf: . @prefix hgnc: . @prefix hasPart: . @prefix ProteinComplex: . @prefix hasAnnotation: . @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: pfh:PDGF%20Family; a Protein: . sub:_2 hasPart: sub:_3, sub:_4, sub:_5; a ProteinComplex: . sub:_3 geneProductOf: hgnc:8804; a Protein: . sub:_4 geneProductOf: hgnc:6150; a Protein: . sub:_5 geneProductOf: hgnc:6156; a Protein: . sub:_6 occursIn: species:9606; hasAnnotation: sub:_7; rdf:object sub:_2; rdf:predicate belv:directlyIncreases; rdf:subject sub:_1; a rdf:Statement . sub:_7 dc:subject "TextLocation"; rdf:value "Review" . sub:assertion rdfs:label "p(PFH:\"PDGF Family\") => complex(p(HGNC:PDGFRB),p(HGNC:ITGAV),p(HGNC:ITGB3))" . } sub:provenance { beldoc: dce:description "Approximately 2000 hand curated statements drawn from 57 PubMeds."; dce:rights "Copyright (c) 2011-2012, Selventa. All Rights Reserved."; dce:title "BEL Framework Small Corpus Document"; dc:license "Creative Commons Attribution-Non-Commercial-ShareAlike 3.0 Unported License"; pav:authoredBy sub:_9; pav:version "1.6" . sub:_8 prov:value """Previous studies have shown that PDGF-Rβ (9,10) and VEGF-R2 (12) associate with the αvβ3 integrin but not with β1 integrins. The association was detected after cells were stimulated with the respective growth factor."""; prov:wasQuotedFrom pubmed:10964931 . sub:_9 rdfs:comment "support@belframework.org"; rdfs:label "Selventa" . sub:assertion prov:hadPrimarySource pubmed:10964931; prov:wasDerivedFrom beldoc:, sub:_8 . } sub:pubinfo { this: dc:created "2014-07-03T14:29:31.721+02:00"^^xsd:dateTime; pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 . }