Ontology Version: 2.2.0

cacontology-enterprises:AlternateAccountSystemShape leaf node


URI

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

Label

AlternateAccountSystemShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:AlternateAccountSystem
cacontology-enterprises:altAccountCount 1 xsd:nonNegativeInteger

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:AlternateAccountSystemShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 50 ;
            sh:message "Alt account system must have 1-50 accounts per member."@en ;
            sh:minInclusive 1 ;
            sh:path cacontology-enterprises:altAccountCount ] ;
    sh:targetClass cacontology-enterprises:AlternateAccountSystem .