# OnCo record oncoresponse (company). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/companies/oncoresponse/>
  a schema:Organization ;
  onco:kind "company" ;
  schema:identifier "oncoresponse" ;
  schema:name "OncoResponse"@en ;
  schema:alternateName "OncoResponse, Inc."@en ;
  schema:description "OncoResponse is a Seattle biotech that mines the antibodies of patients who responded exceptionally well to immunotherapy; OR502 blocks LILRB2 to re-educate the suppressive myeloid cells in tumours."@en ;
  schema:url <https://onco.cc/companies/oncoresponse/>, <https://www.oncoresponse.com/> ;
  schema:dateModified "2026-09-17"^^xsd:date ;
  schema:citation <https://www.oncoresponse.com/> ;
  onco:tag "drug-maker" ;
  schema:addressCountry "US" ;
  onco:drugs <https://onco.cc/drugs/or502/> .
