@prefix dct: . @prefix dce: . @prefix npx: . @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 { a wp:Protein . a wp:Protein . wp:organismName "Caenorhabditis elegans" ; wp:participant , ; a wp:Complex . } sub:provenance { dce:title "Mitochondrial Unfolded-Protein Response (UPRmt)"@en . sub:assertion has-source: pmid:17925224 , . } sub:publicationInfo { this: dct:created "2018-06-09T11:22:19.333+02:00"^^xsd:dateTime ; dct:rights ; npx:supersedes ; prov:wasDerivedFrom . }