https://cacontology.projectvic.org/detection#matchType
The type of match found (e.g., 'exact', 'near-duplicate', 'variant').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-detection:DatabaseMatchAction | cacontology-detection:matchType | xsd:string |
@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 .