From c5fe5de7e4c77bfb48b1ae2f662c2d9cc120c06e Mon Sep 17 00:00:00 2001
From: lltommy
Date: Wed, 11 Nov 2020 09:54:56 +0100
Subject: restricting specimen_source to obo:NCIT which would have prevented
the ncbi taxon bug
---
bh20sequploader/bh20seq-shex.rdf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'bh20sequploader/bh20seq-shex.rdf')
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf
index 89ecd00..6139e55 100644
--- a/bh20sequploader/bh20seq-shex.rdf
+++ b/bh20sequploader/bh20seq-shex.rdf
@@ -30,7 +30,7 @@ PREFIX wikidata:
efo:EFO_0000727 xsd:string ?;
obo:VO_0000002 xsd:string {0,10};
sio:SIO_001167 xsd:string ?;
- sio:SIO_001014 [ obo:HANCESTRO_~ ] ? ; #ethnicity
+ sio:SIO_001014 [ obo:HANCESTRO_~ ] ? ; #ethnicity from obo:HANCESTRO
}
:sampleShape {
@@ -39,7 +39,7 @@ PREFIX wikidata:
obo:GAZ_00000448 [wikidata:~] ;
obo:OBI_0001895 xsd:string ?;
obo:NCIT_C41206 xsd:string ?;
- obo:OBI_0001479 IRI {0,2};
+ obo:OBI_000147 [ obo:NCIT_~ ] ? ; #specimen source from obo:NCIT
obo:OBI_0001472 xsd:string ?;
sio:SIO_001167 xsd:string ?;
edam:data_2091 IRI {0,3};
--
cgit v1.2.3