Sample Individual - xiaofengleo/phenopackets-rdf-schema GitHub Wiki
Semantic model figure
ShEx
PREFIX : <http://purl.org/ejp-rd/phenopackets-rdf-schema/v010/shex/>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX sio: <http://semanticscience.org/resource/>
:sampleShape IRI {
a [obo:NCIT_C43412];
sio:SIO_001403 :individualShape.
}
:individualShape IRI {
a [obo:NCBITaxon_9606]
}
Example turtle
@prefix : <http://purl.org/ejp-rd/phenopackets-rdf-schema/v010/example-rdf/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix sio: <http://semanticscience.org/resource/> .
:sample1 a obo:NCIT:C43412 ;
sio:SIO_001403 :individual1.