Ontology Version: 2.2.0

cacontology-detection:matchedDatabase leaf node


URI

https://cacontology.projectvic.org/detection#matchedDatabase

Label

matched database

Description

Links a match action to the database that contained the matching hash.

Usage

DOMAINPROPERTYRANGE
cacontology-detection:DatabaseMatchAction cacontology-detection:matchedDatabase uco-observable:ObservableObject

Implementation

@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
cacontology-detection:matchedDatabase a owl:ObjectProperty ;
    rdfs:label "matched database"@en ;
    rdfs:comment "Links a match action to the database that contained the matching hash."@en ;
    rdfs:domain cacontology-detection:DatabaseMatchAction ;
    rdfs:range uco-observable:ObservableObject .