Ontology Version: 3.1.0

cacontology-legal-outcomes:publicLawCitation leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#publicLawCitation

Label

public law citation

Description

Public law or statutory citation authorizing an assessment or penalty (e.g., '18 U.S.C. § 2259A').

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:MonetaryPenalty cacontology-legal-outcomes:publicLawCitation xsd:string

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:publicLawCitation a owl:DatatypeProperty ;
    rdfs:label "public law citation"@en ;
    rdfs:comment "Public law or statutory citation authorizing an assessment or penalty (e.g., '18 U.S.C. § 2259A')."@en ;
    rdfs:domain cacontology-legal-outcomes:MonetaryPenalty ;
    rdfs:range xsd:string .