Ontology Version: 2.2.0

cacontology-production:OverlaysTextShape leaf node


URI

https://cacontology.projectvic.org/production#OverlaysTextShape

Label

OverlaysTextShape

Implementation

@prefix cacontology-production: <https://cacontology.projectvic.org/production#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-production:OverlaysTextShape a sh:PropertyShape ;
    sh:class cacontology-production:ImagePostProcessing ;
    sh:description "Links text overlay to image modification" ;
    sh:minCount 0 ;
    sh:name "overlays text" ;
    sh:path cacontology-production:overlaysText .