@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-7> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-study-cldn6-location-7"] ; # 
  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-7</b></p><a name=\"mii-exa-mtb-study-cldn6-location-7\"> </a><a name=\"hcmii-exa-mtb-study-cldn6-location-7\"> </a><p><b>name</b>: Universitätsmedizin Mainz - III Medizinische Klinik und Poliklinik</p><p><b>address</b>: Mainz 55131 Germany </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>8.2791</td><td>49.98419</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "Universitätsmedizin Mainz - III Medizinische Klinik und Poliklinik"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Mainz" ] ;
     fhir:postalCode [ fhir:v "55131" ] ;
     fhir:country [ fhir:v "Germany" ]
  ] ; # 
  fhir:position [
     fhir:longitude [ fhir:v 8.2791 ] ;
     fhir:latitude [ fhir:v 49.98419 ]
  ] . # 

# -------------------------------------------------------------------------------------

