forked from LUMC-BioSemantics/ERN-common-data-elements
-
Notifications
You must be signed in to change notification settings - Fork 9
Pseudonym SIO
pabloalarconm edited this page Jul 3, 2023
·
1 revision
@prefix : <http://purl.org/ejp-rd/cde/v020/example-rdf/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix edam: <http://edamontology.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:person_ a sio:SIO_000498 ;
sio:SIO_000228 :role_ .
:role_ a obo:OBI_0000093 .
:identifier_ a edam:data_0842 ;
sio:SIO_000020 :role_ ;
sio:SIO_000300 "1234567890"^^xsd:string .
PREFIX : <http://purl.org/ejp-rd/cde/v020/shex/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX sio: <http://semanticscience.org/resource/>
PREFIX edam: <http://edamontology.org/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
:personShape IRI {
a [sio:SIO_000498];
sio:SIO_000228 @:personRoleShape
}
:personRoleShape IRI {
a [obo:OBI_0000093]
}
:identifierShape IRI {
a [edam:data_0842];
sio:SIO_000020 @:personRoleShape;
sio:SIO_000300 xsd:string
}
This project is licensed under the CC0-1.0 License - see the LICENSE file for more details.
-
Modules (v2.0.0)
-
Patient personal information:
-
Participation status:
-
Medical history:
-
Conditions and medical findings:
-
Research availability and consent:
-
Treatment-related interventions:
-
Clinical trials:
-
- Modules (v1.0.0) CURRENTLY DEPRECATED