# OnCo record john-field (person). 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/people/john-field/>
  a schema:Person ;
  onco:kind "person" ;
  schema:identifier "john-field" ;
  schema:name "John Field"@en ;
  schema:description "The Liverpool scientist behind the UK Lung Cancer Screening trial and the Liverpool Lung Project risk model, which is one of the two rules the NHS uses to decide who is invited for a scan."@en ;
  schema:url <https://onco.cc/people/john-field/> ;
  schema:dateModified "2026-09-25"^^xsd:date ;
  schema:citation <https://www.liverpool.ac.uk/people/john-field> ;
  onco:tag "lung", "screening", "uk" ;
  schema:jobTitle "Professor of Molecular Oncology, Institute of Systems, Molecular and Integrative Biology, University of Liverpool" ;
  onco:related <https://onco.cc/people/philip-crosbie/>, <https://onco.cc/people/david-baldwin/> ;
  onco:cancers <https://onco.cc/cancers/nsclc/>, <https://onco.cc/cancers/lung-cancer/> ;
  onco:sections <https://onco.cc/fronts/early-detection/>, <https://onco.cc/fronts/prevention/> ;
  onco:technologies <https://onco.cc/technologies/low-dose-ct-screening/> ;
  onco:institutions <https://onco.cc/institutions/liverpool-heart-and-chest/>, <https://onco.cc/institutions/roy-castle-lung-cancer-foundation/> ;
  onco:trials <https://onco.cc/trials/ukls/> ;
  schema:affiliation <https://onco.cc/institutions/liverpool-heart-and-chest/> .
