Ontology Version: 2.2.0

cacontology-enterprises:ContentCurrencySystemShape leaf node


URI

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

Label

ContentCurrencySystemShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:ContentCurrencySystem
cacontology-enterprises:usesAsCurrency 1, 5 cacontology-enterprises:Lorebook

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:ContentCurrencySystemShape a sh:NodeShape ;
    sh:property [ sh:class cacontology-enterprises:Lorebook ;
            sh:message "Content currency system must use at least one lorebook as currency."@en ;
            sh:minCount 1 ;
            sh:path cacontology-enterprises:usesAsCurrency ] ;
    sh:targetClass cacontology-enterprises:ContentCurrencySystem .