Ontology Version: 2.2.0

cacontology-detection:matchType leaf node


URI

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

Label

match type

Description

The type of match found (e.g., 'exact', 'near-duplicate', 'variant').

Usage

DOMAINPROPERTYRANGE
cacontology-detection:DatabaseMatchAction cacontology-detection:matchType xsd:string

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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-detection:matchType a owl:DatatypeProperty ;
    rdfs:label "match type"@en ;
    rdfs:comment "The type of match found (e.g., 'exact', 'near-duplicate', 'variant')."@en ;
    rdfs:domain cacontology-detection:DatabaseMatchAction ;
    rdfs:range xsd:string .