diff options
author | Pjotr Prins | 2020-08-22 13:40:46 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-08-22 13:40:46 +0100 |
commit | f776816ee2b1af7ccc84afb494f68a81a51f5a76 (patch) | |
tree | 2bd53f6297f8c2c79571f5f9a8d690bb9aa2e970 /bh20sequploader | |
parent | 46d4b7a3a31f6605f81d43ecd6651d60a5782364 (diff) | |
download | bh20-seq-resource-f776816ee2b1af7ccc84afb494f68a81a51f5a76.tar.gz bh20-seq-resource-f776816ee2b1af7ccc84afb494f68a81a51f5a76.tar.lz bh20-seq-resource-f776816ee2b1af7ccc84afb494f68a81a51f5a76.zip |
Relaxing the location attribute
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-shex.rdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf index bbc7309..4ed203b 100644 --- a/bh20sequploader/bh20seq-shex.rdf +++ b/bh20sequploader/bh20seq-shex.rdf @@ -36,7 +36,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/> :sampleShape { sio:SIO_000115 xsd:string; evs:C25164 xsd:string; - obo:GAZ_00000448 [wikidata:~] ; + obo:GAZ_00000448 xsd:string; obo:OBI_0001895 xsd:string ?; obo:NCIT_C41206 xsd:string ?; obo:OBI_0001479 IRI {0,2}; @@ -76,4 +76,4 @@ PREFIX wikidata: <http://www.wikidata.org/entity/> cc:attributionName xsd:string ?; cc:attributionURL xsd:string ?; cc:attributionSource xsd:string ?; -}
\ No newline at end of file +} |