https://cacontology.projectvic.org/integration-patterns#hasIntegrationPriority
Numeric priority for module integration (1=highest, 3=lowest).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-integration:ModuleIntegrationStrategy | cacontology-integration:hasIntegrationPriority | xsd:integer |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-integration: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-integration:ModuleIntegrationStrategy ;
rdfs:range xsd:integer .