@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Provenance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-biocompute-object"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n

\n Generated Narrative with Details\n

\n id: example-biocompute-object

\n target: MolecularSequence/example\n

\n period: 2017-6-6 --> (ongoing)

\n recorded: 2016-6-9 8:12:14

\n reason: antiviral resistance detection (Details: [not stated] code null = 'null', stated as\n 'antiviral resistance detection')

\n

Agents

\n \n \n \n \n \n \n \n \n \n \n \n
-\n Role\n \n Who\n
*Author (Details: http://hl7.org/fhir/provenance-participant-role code author = 'Author',\n stated as 'null')\n Practitioner/example\n
\n

Entities

\n \n \n \n \n \n \n \n \n \n \n \n
-\n Role\n \n Reference\n
*source\n Biocompute example\n
\n
" ]; fhir:Provenance.target [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MolecularSequence/example" ] ]; fhir:Provenance.occurredPeriod [ fhir:Period.start [ fhir:value "2017-06-06"^^xsd:date ] ]; fhir:Provenance.recorded [ fhir:value "2016-06-09T08:12:14+10:00"^^xsd:dateTime]; fhir:Provenance.reason [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "antiviral resistance detection" ] ]; fhir:Provenance.agent [ fhir:index 0; fhir:Provenance.agent.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "AUT" ] ] ]; fhir:Provenance.agent.who [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ] ]; fhir:Provenance.entity [ fhir:index 0; fhir:Provenance.entity.role [ fhir:value "source" ]; fhir:Provenance.entity.what [ fhir:Reference.identifier [ fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://hive.biochemistry.gwu.edu" ]; fhir:Coding.code [ fhir:value "biocompute" ]; fhir:Coding.display [ fhir:value "obj.1001" ] ] ]; fhir:Identifier.value [ fhir:value "https://hive.biochemistry.gwu.edu/cgi-bin/prd/htscsrs/servlet.cgi?pageid=bcoexample_1" ] ] ] ] . a fhir:MolecularSequence . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------