https://cacontology.projectvic.org/legal-outcomes#publicLawCitation
Public law or statutory citation authorizing an assessment or penalty (e.g., '18 U.S.C. § 2259A').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:MonetaryPenalty | cacontology-legal-outcomes:publicLawCitation | xsd:string |
@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 .