disease_onset - 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 xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX sio: <http://semanticscience.org/resource/>

:diseaseShape IRI {
  a [obo:NCIT_C2991];
  sio:SIO_000008  @:diseaseOnsetShape
}
:diseaseOnsetShape IRI {
  a [sio:SIO_000614];
  sio:SIO_000332 [obo:NCIT_C25279];  
  sio:SIO_000300 xsd:string;
}

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:disease1 a obo:NCIT_C2991;
 sio:SIO_000008  :diseaseonset1 .

:diseaseonset1 a sio:SIO_000614; # attribute
    sio:SIO_000332 obo:NCIT_C25279; # is about
    sio:SIO_000300 "P25Y3M2D"^^xsd:string . # has value