Ontology Version: 3.0.0

cac-bridge-uco:disposition leaf node


URI

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

Label

disposition

Description

Records the disposition decision for a UCO alignment axiom.

Usage

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

Implementation

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