From 20f2cbbcd2089f8d97a6e74cf2290e825c7ef501 Mon Sep 17 00:00:00 2001 From: M-casado Date: Wed, 11 Jan 2023 20:34:09 +0100 Subject: [PATCH] BioV_Issue_58 - Added ``$`` to a graphRestriction to "comment it out" This is done until the issue 58 of BioValidator is solved: https://github.com/elixir-europe/biovalidator/issues/58 --- schemas/EGA.common-definitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/EGA.common-definitions.json b/schemas/EGA.common-definitions.json index 7b274b7b..60629730 100644 --- a/schemas/EGA.common-definitions.json +++ b/schemas/EGA.common-definitions.json @@ -2256,7 +2256,7 @@ "properties": { "termId": { "title": "Ontology constraints for this specific termId", - "graphRestriction": { + "$graphRestriction": { "ontologies" : ["obo:NCBITAXON"], "classes": ["NCBITaxon:1"], "relations": ["rdfs:subClassOf"],