Ontology Version: 2.11.0

cacontology-coord:childrenLocatedCount leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#childrenLocatedCount

Label

children located count

Description

Number of missing children/teens located through the operation (located does not necessarily imply rescued from ongoing abuse).

Usage

DOMAINPROPERTYRANGE
cacontology-coord:MissingChildRescueOperation cacontology-coord:childrenLocatedCount xsd:nonNegativeInteger

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:childrenLocatedCount a owl:DatatypeProperty ;
    rdfs:label "children located count"@en ;
    dcterms:source "National Child Protection Task Force (NCPTF) press release, 2026-02-13 (Westchester Missing Child Rescue Operation)."@en ;
    rdfs:comment "Number of missing children/teens located through the operation (located does not necessarily imply rescued from ongoing abuse)."@en ;
    rdfs:domain cacontology-coord:MissingChildRescueOperation ;
    rdfs:range xsd:nonNegativeInteger ;
    rdfs:seeAlso <https://ncptf.org/westchester-missing-child-rescue-operation-results-in-successful-location-of-44-children-and-teens/> .