Ontology Version: 3.0.0

cacontology-hotlines:linkedInvestigation leaf node


URI

https://cacontology.projectvic.org/hotlines#linkedInvestigation

Label

linked investigation

Description

Links a hotline report to an CAC investigation.

Usage

DOMAINPROPERTYRANGE
cacontology-hotlines:HotlineReport cacontology-hotlines:linkedInvestigation cacontology:CACInvestigation

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-hotlines: <https://cacontology.projectvic.org/hotlines#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-hotlines:linkedInvestigation a owl:ObjectProperty ;
    rdfs:label "linked investigation"@en ;
    rdfs:comment "Links a hotline report to an CAC investigation."@en ;
    rdfs:domain cacontology-hotlines:HotlineReport ;
    rdfs:range cacontology:CACInvestigation .