# OnCo record royal-free-hospital (institution). 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/institutions/royal-free-hospital/>
  a schema:MedicalOrganization ;
  onco:kind "institution" ;
  schema:identifier "royal-free-hospital" ;
  schema:name "Royal Free Hospital, Royal Free London NHS Foundation Trust"@en ;
  schema:alternateName "Royal Free London"@en, "Royal Free"@en ;
  schema:description "North London teaching hospital that is a European Centre of Excellence for neuroendocrine tumours, where Martyn Caplin led the CLARINET trial of lanreotide."@en ;
  schema:url <https://onco.cc/institutions/royal-free-hospital/>, <https://www.royalfree.nhs.uk> ;
  schema:dateModified "2026-09-18"^^xsd:date ;
  schema:citation <https://www.royalfree.nhs.uk> ;
  schema:addressCountry "GB" ;
  schema:addressLocality "London" ;
  schema:latitude "51.553"^^xsd:decimal ;
  schema:longitude "-0.165"^^xsd:decimal ;
  onco:cancers <https://onco.cc/cancers/neuroendocrine/> ;
  onco:people <https://onco.cc/people/martyn-caplin/> .
