Ontology Version: 3.0.0

cac-bridge-gufo:disposition leaf node


URI

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

Label

disposition

Description

Records the disposition decision for a legacy alignment axiom: retainInReferenceLayer, moveToBridgeLayer, deprecateAndReplace, or pendingReview.

Usage

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

Implementation

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