https://cacontology.projectvic.org/trafficking#enterpriseDuration
Duration of trafficking enterprise operations.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:OrganizationLikeEntity | cacontology-trafficking:enterpriseDuration | xsd:duration |
@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 .