https://cacontology.projectvic.org/integration-patterns#hasIntegrationTimeline
Expected duration for completing module integration.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-integration:ModuleIntegrationStrategy | cacontology-integration:hasIntegrationTimeline | xsd:duration |
@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 .