Ontology Version: 3.0.0

cacontology-usa-leg-shapes:USRulemakingProcessShape leaf node


URI

https://cacontology.projectvic.org/usa-legislative/shapes#USRulemakingProcessShape

Label

U.S. Rulemaking Process Shape

Shape Properties

Instances of cacontology-usa-leg:USRulemakingProcess can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-legal:LegislativeProcess
cacontology-legal:processDate 1 xsd:date
cacontology-legal:processStatus 1 xsd:string

Implementation

@prefix cacontology-usa-leg: <https://cacontology.projectvic.org/usa-legislative#> .
@prefix cacontology-usa-leg-shapes: <https://cacontology.projectvic.org/usa-legislative/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-usa-leg-shapes:USRulemakingProcessShape a sh:NodeShape ;
    rdfs:label "U.S. Rulemaking Process Shape"@en ;
    sh:targetClass cacontology-usa-leg:USRulemakingProcess .