Ontology Version: 2.2.0

cacontology-enterprises:ContentEditingProcessShape leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#ContentEditingProcessShape

Label

ContentEditingProcessShape

Shape Properties

Instances of cacontology-enterprises:ContentEditingProcess can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:ContentEditingProcess
cacontology-enterprises:editingQuality 1 xsd:string

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:ContentEditingProcessShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "poor" "basic" "good" "professional" ) ;
            sh:maxCount 1 ;
            sh:message "Editing quality must be valid level."@en ;
            sh:path cacontology-enterprises:editingQuality ] ;
    sh:targetClass cacontology-enterprises:ContentEditingProcess .