@prefix this: <http://purl.org/np/RAGliMVHqM_Iq7L8ttzSDOQ2Kgh0kX5aKl8Y6dkBM8AJo> .
@prefix sub: <http://purl.org/np/RAGliMVHqM_Iq7L8ttzSDOQ2Kgh0kX5aKl8Y6dkBM8AJo#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@prefix wp: <http://vocabularies.wikipathways.org/wp#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/uniprot/O96019> a wp:Protein .
  <http://identifiers.org/uniprot/Q92993> a wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP3959_r91367/Complex/e7705> wp:organismName "Homo sapiens" ;
    wp:participant <http://identifiers.org/uniprot/O96019> , <http://identifiers.org/uniprot/Q92993> ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3959_r91367> dc:title "DNA IR-Double Strand Breaks (DSBs) and cellular response via ATM"@en .
  sub:assertion has-source: pmid:10487762 , pmid:11604499 , pmid:14966270 , pmid:15196461 , pmid:16904321 , pmid:18285460 , pmid:19898529 , <http://identifiers.org/wikipathways/WP3959_r91367> .
}
sub:publicationInfo {
  this: dcterms:created "2017-04-19T12:13:20.103+02:00"^^xsd:dateTime ;
    dcterms:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3959_r91367> .
}