@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Location/mii-exa-mtb-study-cldn6-location-9> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-cldn6-location-9"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location mii-exa-mtb-study-cldn6-location-9</b></p><a name=\"mii-exa-mtb-study-cldn6-location-9\"> </a><a name=\"hcmii-exa-mtb-study-cldn6-location-9\"> </a><p><b>name</b>: He Nederlands Kanker Instituut (The Netherlands Cancer Institute) - Antoni van Leeuwenhoek Ziekenhuis (NKI-AVL)</p><p><b>address</b>: Amsterdam 1066 Netherlands </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>4.88969</td><td>52.37403</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "He Nederlands Kanker Instituut (The Netherlands Cancer Institute) - Antoni van Leeuwenhoek Ziekenhuis (NKI-AVL)"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Amsterdam" ] ;
     fhir:postalCode [ fhir:v "1066" ] ;
     fhir:country [ fhir:v "Netherlands" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 4.88969 ] ;
     fhir:latitude [ fhir:v 52.37403 ]
  ] . # 

# -------------------------------------------------------------------------------------

