diff options
author | AndreaGuarracino | 2020-11-13 21:53:46 +0100 |
---|---|---|
committer | AndreaGuarracino | 2020-11-13 21:53:46 +0100 |
commit | 852fbbd14a174addcfe729ab2b54e556228984a4 (patch) | |
tree | 01958028c77b4375e48a9b0aad38ae3c13d02ae9 | |
parent | bff4b4af7014fbf325b36e5ee149debe8e5dfd47 (diff) | |
download | bh20-seq-resource-852fbbd14a174addcfe729ab2b54e556228984a4.tar.gz bh20-seq-resource-852fbbd14a174addcfe729ab2b54e556228984a4.tar.lz bh20-seq-resource-852fbbd14a174addcfe729ab2b54e556228984a4.zip |
there can be two specimen terms
-rw-r--r-- | bh20sequploader/bh20seq-shex.rdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf index e22ad60..6ef73b1 100644 --- a/bh20sequploader/bh20seq-shex.rdf +++ b/bh20sequploader/bh20seq-shex.rdf @@ -43,7 +43,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/> obo:GAZ_00000448 [wikidata:~] ; #(collection_location), geographic location, mandatory, from wikidata namespace obo:OBI_0001895 xsd:string ?; #(collector_name), specimen collector, optional string obo:NCIT_C41206 xsd:string ?; #(collecting_institution) Institute, optional string - obo:OBI_0001479 [ obo:NCIT_~ ] ? ; #(specimen_source), specimen from organism, optional, from obo:NCIT + obo:OBI_0001479 [ obo:NCIT_~ ] {0,2} ; #(specimen_source), specimen from organism, optional, from obo:NCIT obo:OBI_0001472 xsd:string ?; #(sample_storage_conditions), specimen with known storage state, optional string sio:SIO_001167 xsd:string ?; #(additional_collection_information), comment, optional, string edam:data_2091 IRI {0,3}; #(source_database_accession), Accession, optional, IRI 0-3 |