https://cacontology.projectvic.org/integration-patterns#hasIntegrationPattern
Links module integration strategy to specific gUFO patterns to be applied.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-integration:ModuleIntegrationStrategy | cacontology-integration:hasIntegrationPattern | owl:Class |
@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 .