Ontology Version: 3.0.0

cac-bridge-case:disposition leaf node


URI

https://cacontology.projectvic.org/bridge/case#disposition

Label

disposition

Description

Records the disposition decision for a CASE alignment axiom.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cac-bridge-case:disposition owl:Thing (inferred)

Implementation

@prefix cac-bridge-case: <https://cacontology.projectvic.org/bridge/case#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cac-bridge-case:disposition a owl:AnnotationProperty ;
    rdfs:label "disposition"@en ;
    rdfs:comment "Records the disposition decision for a CASE alignment axiom."@en .