@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://mitre.org/fhir/space-health/Location/NASCOMRussianCentrifuge> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NASCOMRussianCentrifuge"] ; # 
  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 NASCOMRussianCentrifuge</b></p><a name=\"NASCOMRussianCentrifuge\"> </a><a name=\"hcNASCOMRussianCentrifuge\"> </a><p><b>name</b>: TsPK Centrifuge Complex</p><p><b>description</b>: 18m radius centrifuge for high-G training</p><p><b>address</b>: Star City RU </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name [ fhir:v "TsPK Centrifuge Complex"] ; # 
  fhir:description [ fhir:v "18m radius centrifuge for high-G training"] ; # 
  fhir:address [
     fhir:city [ fhir:v "Star City" ] ;
     fhir:country [ fhir:v "RU" ]
  ] . # 

# -------------------------------------------------------------------------------------

