Ontology Version: 3.0.0

cacontology-us-ncmec:resultedInInvestigation leaf node


URI

https://cacontology.projectvic.org/us/ncmec#resultedInInvestigation

Label

resulted in investigation

Description

Links investigation trigger to the investigation it initiated.

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:InvestigationTrigger cacontology-us-ncmec:resultedInInvestigation cacontology:CACInvestigation

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-us-ncmec:resultedInInvestigation a owl:ObjectProperty ;
    rdfs:label "resulted in investigation"@en ;
    rdfs:comment "Links investigation trigger to the investigation it initiated."@en ;
    rdfs:domain cacontology-us-ncmec:InvestigationTrigger ;
    rdfs:range cacontology:CACInvestigation .