aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/extractor/image
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/extractor/image')
-rw-r--r--bsie/extractor/image/colors_spatial.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsie/extractor/image/colors_spatial.py b/bsie/extractor/image/colors_spatial.py
index 38f1db4..ce5b9f2 100644
--- a/bsie/extractor/image/colors_spatial.py
+++ b/bsie/extractor/image/colors_spatial.py
@@ -71,7 +71,8 @@ class ColorsSpatial(base.Extractor):
<{FEATURE_NAME}> rdfs:subClassOf bsfs:Feature ;
# annotations
rdfs:label "Spatially dominant colors"^^xsd:string ;
- schema:description "Domiant colors of subregions in an image."^^xsd:string .
+ schema:description "Domiant colors of subregions in an image."^^xsd:string ;
+ bsfs:dtype xsd:integer .
<{instance_name}> rdfs:subClassOf <{FEATURE_NAME}> ;
bsfs:dimension "{dimension}"^^xsd:integer ;