@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-10> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-cldn6-location-10"] ; # 
  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-10</b></p><a name=\"mii-exa-mtb-study-cldn6-location-10\"> </a><a name=\"hcmii-exa-mtb-study-cldn6-location-10\"> </a><p><b>name</b>: Erasmus MC - Universitair Medisch Centrum - Medical oncology</p><p><b>address</b>: Rotterdam 3015 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.47917</td><td>51.9225</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Erasmus MC - Universitair Medisch Centrum - Medical oncology"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Rotterdam" ] ;
     fhir:postalCode [ fhir:v "3015" ] ;
     fhir:country [ fhir:v "Netherlands" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 4.47917 ] ;
     fhir:latitude [ fhir:v 51.9225 ]
  ] . # 

# -------------------------------------------------------------------------------------

