Ontology Version: 3.0.0

cacontology-integration:hasIntegrationPattern leaf node


URI

https://cacontology.projectvic.org/integration-patterns#hasIntegrationPattern

Label

has integration pattern

Description

Links module integration strategy to specific gUFO patterns to be applied.

Usage

DOMAINPROPERTYRANGE
cacontology-integration:ModuleIntegrationStrategy cacontology-integration:hasIntegrationPattern owl:Class

Implementation

@prefix cacontology-integration: <https://cacontology.projectvic.org/integration-patterns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-integration:hasIntegrationPattern a owl:ObjectProperty ;
    rdfs:label "has integration pattern"@en ;
    rdfs:comment "Links module integration strategy to specific gUFO patterns to be applied."@en ;
    rdfs:domain cacontology-integration:ModuleIntegrationStrategy ;
    rdfs:range owl:Class .