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

\n Generated Narrative with Details\n

\n id: cwl-example

\n target: MolecularSequence/example-pgx-1\n

\n period: Nov 30, 2016 --> (ongoing)

\n recorded: Dec 1, 2016 8:12:14 AM

\n reason: profiling Short Tandem Repeats (STRs) from high throughput sequencing data. (Details:\n [not stated] code null = 'null', stated as 'profiling Short Tandem Repeats (STRs) from\n high throughput sequencing data.')

\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 Patient/example\n
\n

Entities

\n \n \n \n \n \n \n \n \n \n \n \n
-\n Role\n \n Reference\n
*source\n CWL example\n
\n
" ]; fhir:Provenance.target [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MolecularSequence/example-pgx-1" ] ]; fhir:Provenance.occurredPeriod [ fhir:Period.start [ fhir:value "2016-11-30"^^xsd:date ] ]; fhir:Provenance.recorded [ fhir:value "2016-12-01T08:12:14+10:00"^^xsd:dateTime]; fhir:Provenance.reason [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "profiling Short Tandem Repeats (STRs) from high throughput sequencing data." ] ]; 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 "Patient/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://github.com/common-workflow-language/workflows" ]; fhir:Coding.code [ fhir:value "CWL" ]; fhir:Coding.display [ fhir:value "lobSTR" ] ] ]; fhir:Identifier.value [ fhir:value "https://github.com/common-workflow-language/workflows/blob/master/workflows/lobSTR/lobSTR-workflow.cwl" ] ] ] ] . a fhir:MolecularSequence . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------