Ontology Version: 2.2.0

cacontology-production:ModifiesImagesShape leaf node


URI

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

Label

ModifiesImagesShape

Implementation

@prefix cacontology-production: <https://cacontology.projectvic.org/production#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-production:ModifiesImagesShape a sh:PropertyShape ;
    sh:class uco-core:UcoObject ;
    sh:description "Links post-processing to image modification" ;
    sh:minCount 0 ;
    sh:name "modifies images" ;
    sh:path cacontology-production:modifiesImages .