Ontology Version: 2.11.0

cacontology-synthesis:hasOffendingChain leaf node


URI

https://cacontology.projectvic.org/synthesis#hasOffendingChain

Label

has offending chain

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Report cacontology-synthesis:hasOffendingChain cacontology-synthesis:OffendingChain

Implementation

@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-synthesis:hasOffendingChain a owl:ObjectProperty ;
    rdfs:label "has offending chain"@en ;
    rdfs:domain cacontology-synthesis:Report ;
    rdfs:range cacontology-synthesis:OffendingChain .