https://cacontology.projectvic.org/multi-jurisdiction#handoffType
Type of jurisdictional handoff (state_to_federal, federal_to_state, state_to_state).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-multi:JurisdictionalHandoff | cacontology-multi:handoffType | xsd:string |
@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@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-multi:handoffType a owl:DatatypeProperty ;
rdfs:label "handoff type"@en ;
rdfs:comment "Type of jurisdictional handoff (state_to_federal, federal_to_state, state_to_state)."@en ;
rdfs:domain cacontology-multi:JurisdictionalHandoff ;
rdfs:range xsd:string .