Ontology Version: 3.0.0

cac-bridge-gufo:previousAxiom leaf node


URI

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

Label

previous axiom

Description

Records the original axiom text before migration.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cac-bridge-gufo:previousAxiom 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:previousAxiom a owl:AnnotationProperty ;
    rdfs:label "previous axiom"@en ;
    rdfs:comment "Records the original axiom text before migration."@en .