@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "delete-success-example4"] ; # fhir:type [ fhir:v "collection"] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "http://localhost/fhir-stu3/1.0.1/Organization?_format=xml"^^xsd:anyURI ] ] ) . # # -------------------------------------------------------------------------------------