Ontology Version: 2.2.0

cacontology-enterprises:NetworkMappingInvestigationShape leaf node


URI

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

Label

NetworkMappingInvestigationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:NetworkMappingInvestigation
cacontology-enterprises:networkMappingCompleteness 1 xsd:decimal

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:NetworkMappingInvestigationShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Network mapping completeness must be between 0.0 and 1.0."@en ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-enterprises:networkMappingCompleteness ] ;
    sh:targetClass cacontology-enterprises:NetworkMappingInvestigation .