https://cacontology.projectvic.org/detection#matchedDatabase
Links a match action to the database that contained the matching hash.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:DatabaseMatchAction | cacontology-detection:matchedDatabase | uco-observable:ObservableObject |
@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 .