Ontology Version: 2.2.0

cacontology-strategy:hasIntegrationPriority leaf node


URI

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

Label

has integration priority

Description

Numeric priority for module integration (1=highest, 3=lowest).

Usage

DOMAINPROPERTYRANGE
cacontology-strategy:ModuleIntegrationStrategy cacontology-strategy:hasIntegrationPriority xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-strategy:hasIntegrationPriority a owl:DatatypeProperty ;
    rdfs:label "has integration priority"@en ;
    rdfs:comment "Numeric priority for module integration (1=highest, 3=lowest)."@en ;
    rdfs:domain cacontology-strategy:ModuleIntegrationStrategy ;
    rdfs:range xsd:integer .