https://cacontology.projectvic.org/usa-federal-law#mandatoryMinimumSentence
Mandatory minimum sentence for federal crime in years (gUFO quality aspect).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Event | cacontology-usa-federal:mandatoryMinimumSentence | xsd:integer |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-usa-federal: <https://cacontology.projectvic.org/usa-federal-law#> .
@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-usa-federal:mandatoryMinimumSentence a owl:DatatypeProperty ;
rdfs:label "mandatory minimum sentence"@en ;
rdfs:comment "Mandatory minimum sentence for federal crime in years (gUFO quality aspect)."@en ;
rdfs:domain cac-core:Event ;
rdfs:range xsd:integer .