@prefix this: . @prefix sub: . @prefix dcterms: . @prefix xsd: . @prefix pav: . @prefix prov: . @prefix np: . @prefix icc: . @prefix ex: . @prefix sio: . @prefix fair: . @prefix rdfs: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { ex:Handler dcterms:description "Provides communication protocols and keeps track of all the communication. Supports traceability and reproducibility of the executed analytics."; a icc:Resource; icc:refers-to-principle "beyond FAIR" . ex:Station sio:has-member ex:StationControlled, ex:StationPrivate, ex:StationPublic; a icc:Resource . ex:StationControlled dcterms:description "Executes Trains in a controlled environment. It has defined protocols to communicate with Trains and must also have authentication and authorization procedures. Log data are available after the execution of the task is complete."; a icc:Resource; icc:refers-to-principle fair:A . ex:StationPrivate dcterms:description "Contains private data repositories and a data integration layer. Links data, stores access rights, exposes data with a standard representation by using terminologies and vocabularies."; a icc:Resource; icc:refers-to-principle fair:I . ex:StationPublic dcterms:description "Stations are registered in a repository with metadata. They publish both metadata about the contained data repositories and computational capabilities."; a icc:Resource; icc:refers-to-principle fair:F . ex:Train dcterms:description "They are data analytics tasks that are uniquely identified, richly described with metadata, registered and deposited to repositories. They are machine readable and executable digital objects."; a icc:Resource; icc:refers-to-principle fair:A, fair:F, fair:I, fair:R . a icc:Declaration; rdfs:label "Personal Health Train"@en; icc:chosen-resource ex:Handler, ex:Station, ex:Train; icc:declared-by ex:HealthcareCommunity; icc:refers-to-choice "The Personal Health Train (PHT) proposes an alternative approach which encompasses both technological and social aspects of sensitive data reuse. The Personal Health Train provides an infrastructure to support distributed and federated solutions that utilize the data at the original location."; icc:refers-to-principle fair:A, fair:F, fair:I, fair:R; icc:related-challenge "the sensitive nature of the health data prohibits healthcare organizations from sharing the data; data privacy and confidentiality" . } sub:provenance { sub:assertion prov:hadPrimarySource ; prov:wasAttributedTo . } sub:pubinfo { this: dcterms:created "2021-03-17T18:05:11+01:00"^^xsd:dateTime; dcterms:license ; pav:createdBy . }