Ontology Version: 3.0.0

cacontology-integration:hasIntegrationTimeline leaf node


URI

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

Label

has integration timeline

Description

Expected duration for completing module integration.

Usage

DOMAINPROPERTYRANGE
cacontology-integration:ModuleIntegrationStrategy cacontology-integration:hasIntegrationTimeline xsd:duration

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-integration:hasIntegrationTimeline a owl:DatatypeProperty ;
    rdfs:label "has integration timeline"@en ;
    rdfs:comment "Expected duration for completing module integration."@en ;
    rdfs:domain cacontology-integration:ModuleIntegrationStrategy ;
    rdfs:range xsd:duration .