Ontology Version: 2.7.0

cacontology-soe:SadisticOnlineExploitationNetworkShape leaf node


URI

https://cacontology.projectvic.org/soe#SadisticOnlineExploitationNetworkShape

Label

Sadistic Online Exploitation Network Shape

Description

Validation shape for SOE network/community instances.

Shape Properties

Instances of cacontology-soe:SadisticOnlineExploitationNetwork can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-soe:SadisticOnlineExploitationNetwork
cacontology-soe:communitySlangTerm 0 5 xsd:string
1 1 xsd:string

Implementation

@prefix cacontology-soe: <https://cacontology.projectvic.org/soe#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-soe:SadisticOnlineExploitationNetworkShape a sh:NodeShape ;
    rdfs:label "Sadistic Online Exploitation Network Shape"@en ;
    rdfs:comment "Validation shape for SOE network/community instances."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:maxLength 300 ;
            sh:message "SOE network must have an rdfs:label (3-300 chars)."@en ;
            sh:minCount 1 ;
            sh:minLength 3 ;
            sh:path rdfs:label ],
        [ sh:datatype xsd:string ;
            sh:maxCount 5 ;
            sh:maxLength 50 ;
            sh:message "communitySlangTerm must be a short string (1-50 chars)."@en ;
            sh:minCount 0 ;
            sh:minLength 1 ;
            sh:path cacontology-soe:communitySlangTerm ] ;
    sh:targetClass cacontology-soe:SadisticOnlineExploitationNetwork .