From 764653d3260b48ae5c53e08001eab42ee8aab999 Mon Sep 17 00:00:00 2001 From: Anna-Kristin Kaufmann Date: Tue, 5 Nov 2019 18:05:48 +0100 Subject: [PATCH 1/3] Added hemisphere property to brainLocation schema --- .../commons/brainlocation/schema.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/shapes/neurosciencegraph/commons/brainlocation/schema.json b/shapes/neurosciencegraph/commons/brainlocation/schema.json index 8cc16a28..12c5b0e6 100644 --- a/shapes/neurosciencegraph/commons/brainlocation/schema.json +++ b/shapes/neurosciencegraph/commons/brainlocation/schema.json @@ -29,9 +29,20 @@ { "path": "nsg:layer", "name": "Brain region layer", - "description": "Brain region region (e.g. layer of the neocortex)", + "description": "Brain region layer (e.g. layer of the neocortex)", "node": "https://neuroshapes.org/commons/typedlabeledontologyterm/shapes/BrainRegionOntologyTermShape" }, + { + "path": "nsg:hemisphere", + "name": "Brain hemisphere", + "description": "Brain hemisphere (left / right)", + "sh:in": { + "@list": [ + "Left", + "Right" + ] + } + }, { "path": "nsg:coordinatesInBrainAtlas", "name": "Coordinates in brain atlas", From 1b9d38aec85e4ac752ad519f296b0cb2c590ddaf Mon Sep 17 00:00:00 2001 From: Anna-Kristin Kaufmann Date: Wed, 6 Nov 2019 10:27:30 +0100 Subject: [PATCH 2/3] Renamed hemisphere property to brainHemisphere --- shapes/neurosciencegraph/commons/brainlocation/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes/neurosciencegraph/commons/brainlocation/schema.json b/shapes/neurosciencegraph/commons/brainlocation/schema.json index 12c5b0e6..e8637813 100644 --- a/shapes/neurosciencegraph/commons/brainlocation/schema.json +++ b/shapes/neurosciencegraph/commons/brainlocation/schema.json @@ -33,7 +33,7 @@ "node": "https://neuroshapes.org/commons/typedlabeledontologyterm/shapes/BrainRegionOntologyTermShape" }, { - "path": "nsg:hemisphere", + "path": "nsg:brainHemisphere", "name": "Brain hemisphere", "description": "Brain hemisphere (left / right)", "sh:in": { From 50605a8e68c76b5d5e138317b074e0fab76a28a4 Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 12 Nov 2019 16:50:43 +0100 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e507cc2..4786b1c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ matrix: install: - pip install pyshacl - pip install pytest - before_script: - - mv ~/virtualenv/python3.7/bin/owlrl.py ~/virtualenv/python3.7/bin/owlrl script: - pytest tests