Ontology Version: 2.2.0

cacontology-athletic:RumorCirculationDiscoveryShape leaf node


URI

https://cacontology.projectvic.org/athletic#RumorCirculationDiscoveryShape

Label

Rumor Circulation Discovery Shape

Description

Enhanced validation shape for rumor circulation discovery with gUFO Event validation.

Shape Properties

Instances of cacontology-athletic:RumorCirculationDiscovery can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-athletic:AthleticExploitationDiscovery
cacontology-gufo:discoveryBeginTime 1 1 xsd:dateTime
cacontology-gufo:reportingTime 0 1 xsd:dateTime

Implementation

@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@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-athletic:RumorCirculationDiscoveryShape a sh:NodeShape ;
    rdfs:label "Rumor Circulation Discovery Shape"@en ;
    rdfs:comment "Enhanced validation shape for rumor circulation discovery with gUFO Event validation."@en ;
    sh:property [ sh:datatype xsd:decimal ;
            sh:maxCount 1 ;
            sh:maxInclusive 365.0 ;
            sh:message "Rumor circulation duration must be between 1 and 365 days."@en ;
            sh:minCount 1 ;
            sh:minInclusive 1.0 ;
            sh:path cacontology-athletic:rumorCirculationDuration ] ;
    sh:targetClass cacontology-athletic:RumorCirculationDiscovery .