@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix rdf: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix belv: .
@prefix prov: .
@prefix sdis: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix species: .
@prefix occursIn: .
@prefix obo: .
@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: hgnc:9642;
a Protein: .
sub:_2 occursIn: obo:CL_0000136, obo:UBERON_0001134, species:9606;
rdf:object sub:_1;
rdf:predicate belv:positiveCorrelation;
rdf:subject sdis:Type%20II%20diabetes;
a rdf:Statement .
sub:assertion rdfs:label "path(SDIS:\"Type II diabetes\") positiveCorrelation p(HGNC:PTPN1)" .
}
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 "20131211" .
sub:_3 prov:value "Phosphotyrosine phosphatases (PTPases). PTPases are responsible for dephosphorylation of the insulin receptor and its substrates, and hence, turning off the insulin signal. To date, no insulin receptor-specific phosphatase has been identified. Total membrane-bound tyrosine phosphatase activity is increased in skeletal muscle of type 2 diabetic patients (158). Immunodepletion experiments in muscles from these diabetic patients and obese individuals suggest that especially two phosphatases, protein-tyrosine phosphatase 1B (PTP-1B) and leukocyte antigen-related (LAR) phosphatase, are mainly responsible for this increase (159).";
prov:wasQuotedFrom pubmed:10194465 .
sub:_4 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:10194465;
prov:wasDerivedFrom beldoc:, sub:_3 .
}
sub:pubinfo {
this: dcterms:created "2014-07-03T14:31:29.920+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}