@prefix this: <http://krauthammerlab.med.yale.edu/nanopub/GeneRIF415166.RA2rNZ3yOeC7Z-ZdPLnWxueIPlu3h-qKFHqj0LDwNyMmQ> .
@prefix sub: <http://krauthammerlab.med.yale.edu/nanopub/GeneRIF415166.RA2rNZ3yOeC7Z-ZdPLnWxueIPlu3h-qKFHqj0LDwNyMmQ#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion npx:asSentence <http://purl.org/aida/XRCC3+Thr241Met+played+an+opposite+role+in+predicting+prognosis+of+chemotherapy+in+NSCLC+patients+according+to+the+first-line+regimens.> ;
    rdf:about <http://purl.uniprot.org/taxonomy/9606> , <http://www.ncbi.nlm.nih.gov/gene/7517> ;
    a npx:UnderspecifiedAssertion .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <http://www.ncbi.nlm.nih.gov/pubmed/22374424> ;
    prov:wasDerivedFrom <ftp://ftp.ncbi.nih.gov/gene/GeneRIF/generifs_basic.gz> .
}
sub:pubinfo {
  this: dc:created "2014-06-16T13:47:00Z"^^xsd:dateTime ;
    dc:isPartOf <http://krauthammerlab.med.yale.edu/nanopub/NanopubsFromGeneRIF> ;
    pav:createdBy <http://orcid.org/0000-0002-1267-0234> ;
    pav:version "1.3" ;
    rdfs:seeAlso <http://dx.doi.org/10.1007/978-3-642-38288-8_33> .
}