@prefix this: <http://purl.org/np/RALmNjwhMlUL0P1DVnAB3Lfcn17CBr3257b41QEwuLySI> .
@prefix sub: <http://purl.org/np/RALmNjwhMlUL0P1DVnAB3Lfcn17CBr3257b41QEwuLySI#> .
@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 wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix pmid: <http://identifiers.org/pubmed/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/uniprot/O95714> dcterms:isPartOf <http://identifiers.org/wikipathways/WP3327> , <http://identifiers.org/wikipathways/WP3543> , <http://identifiers.org/wikipathways/WP3550> , <http://identifiers.org/wikipathways/WP3567> , <http://identifiers.org/wikipathways/WP3577> ;
    wp:organismName "Homo sapiens" ;
    a wp:Protein .
  <http://identifiers.org/wikipathways/WP3327> wp:pathwayOntologyTag obo:PW_0000416 .
  <http://identifiers.org/wikipathways/WP3543> wp:pathwayOntologyTag obo:PW_0001360 .
  <http://identifiers.org/wikipathways/WP3550> wp:pathwayOntologyTag obo:PW_0000004 , obo:PW_0000203 .
  <http://identifiers.org/wikipathways/WP3567> wp:pathwayOntologyTag obo:PW_0000099 .
  <http://identifiers.org/wikipathways/WP3577> wp:pathwayOntologyTag obo:PW_0000235 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3327_r101555> dc:title "SUMOylation of DNA damage response and repair proteins"@en .
  <http://identifiers.org/wikipathways/WP3543_r101474> dc:title "DNA Double Strand Break Response"@en .
  <http://identifiers.org/wikipathways/WP3550_r101358> dc:title "Nonhomologous End-Joining (NHEJ)"@en .
  <http://identifiers.org/wikipathways/WP3567_r101343> dc:title "HDR through Homologous Recombination (HRR) or Single Strand Annealing (SSA)"@en .
  <http://identifiers.org/wikipathways/WP3577_r101331> dc:title "Class I MHC mediated antigen processing & presentation"@en .
  sub:assertion has-source: pmid:22508508 , <http://identifiers.org/wikipathways/WP3327_r101555> , <http://identifiers.org/wikipathways/WP3543_r101474> , <http://identifiers.org/wikipathways/WP3550_r101358> , <http://identifiers.org/wikipathways/WP3567_r101343> , <http://identifiers.org/wikipathways/WP3577_r101331> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2018-12-15T09:33:31.037+01:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3327_r101555> , <http://identifiers.org/wikipathways/WP3543_r101474> , <http://identifiers.org/wikipathways/WP3550_r101358> , <http://identifiers.org/wikipathways/WP3567_r101343> , <http://identifiers.org/wikipathways/WP3577_r101331> ;
    prov:wasGeneratedBy sub:activity .
}