@prefix ens: .
@prefix cczero: .
@prefix dct: .
@prefix dce: .
@prefix this: .
@prefix sub: .
@prefix has-source: .
@prefix wp: .
@prefix xsd: .
@prefix np: .
@prefix prov: .
@prefix pmid: .
sub:head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:publicationInfo;
a np:Nanopublication .
}
sub:assertion {
ens:ENSBTAG00000001771 a wp:GeneProduct .
ens:ENSBTAG00000005326 a wp:GeneProduct .
ens:ENSBTAG00000007256 a wp:GeneProduct .
ens:ENSBTAG00000018270 a wp:GeneProduct, wp:Protein .
ens:ENSBTAG00000020756 a wp:GeneProduct, wp:Protein .
ens:ENSBTAG00000044315 a wp:GeneProduct .
ens:ENSBTAG00000048057 a wp:GeneProduct, wp:Protein .
wp:organismName
"Bos taurus";
wp:participant ens:ENSBTAG00000001771, ens:ENSBTAG00000005326, ens:ENSBTAG00000007256,
ens:ENSBTAG00000018270, ens:ENSBTAG00000020756, ens:ENSBTAG00000044315, ens:ENSBTAG00000048057;
a wp:Complex .
}
sub:provenance {
dce:title "T-Cell Receptor and Co-stimulatory Signaling"@en .
sub:assertion has-source: pmid:23483280, .
}
sub:publicationInfo {
this: dct:created "2020-02-19T13:27:00.729+01:00"^^xsd:dateTime;
dct:rights cczero:;
prov:wasDerivedFrom .
}