LUMC-BioSemantics / phenopackets-rdf-schema

RDF schema of phenopackets
MIT License
7 stars 5 forks source link

Tumor progression shex not complete #4

Open gurnoor1990 opened 4 years ago

gurnoor1990 commented 4 years ago
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/>
PREFIX lnc: <http://purl.bioontology.org/ontology/LNC/> 

:sampleShape IRI {
  a [obo:NCIT_C43412];
  sio:SIO_000008  :tumorProgressionShape
}
::tumorProgressionShape IRI {
  a [sio:SIO_000614];
  sio:SIO_000332 [obo:NCIT_C17609];  
  sio:SIO_000300 [obo:NCIT_C19151];
}