Ontology Version: 2.2.0

cacontology-strategy:dependsOnPattern leaf node


URI

https://cacontology.projectvic.org/gufo-strategy#dependsOnPattern

Label

depends on pattern

Description

Links integration pattern to other patterns it depends on for proper implementation.

Usage

DOMAINPROPERTYRANGE
owl:Class cacontology-strategy:dependsOnPattern owl:Class

Implementation

@prefix cacontology-strategy: <https://cacontology.projectvic.org/gufo-strategy#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-strategy:dependsOnPattern a owl:ObjectProperty ;
    rdfs:label "depends on pattern"@en ;
    rdfs:comment "Links integration pattern to other patterns it depends on for proper implementation."@en ;
    rdfs:domain owl:Class ;
    rdfs:range owl:Class .