Ontology Version: 3.0.0

cacontology-trafficking:enterpriseDuration leaf node


URI

https://cacontology.projectvic.org/trafficking#enterpriseDuration

Label

enterprise duration

Description

Duration of trafficking enterprise operations.

Usage

DOMAINPROPERTYRANGE
cac-core:OrganizationLikeEntity cacontology-trafficking:enterpriseDuration xsd:duration

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-trafficking: <https://cacontology.projectvic.org/trafficking#> .
@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-trafficking:enterpriseDuration a owl:DatatypeProperty ;
    rdfs:label "enterprise duration"@en ;
    rdfs:comment "Duration of trafficking enterprise operations."@en ;
    rdfs:domain cac-core:OrganizationLikeEntity ;
    rdfs:range xsd:duration .