Ontology Version: 3.0.0

cacontology-trafficking:involvesTraffickerCount leaf node


URI

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

Label

involves trafficker count

Description

Number of traffickers involved in trafficking situation.

Usage

DOMAINPROPERTYRANGE
cac-core:Situation cacontology-trafficking:involvesTraffickerCount xsd:integer

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:involvesTraffickerCount a owl:DatatypeProperty ;
    rdfs:label "involves trafficker count"@en ;
    rdfs:comment "Number of traffickers involved in trafficking situation."@en ;
    rdfs:domain cac-core:Situation ;
    rdfs:range xsd:integer .