Ontology Version: 2.2.0

cacontology-street:SubstanceBasedControlShape leaf node


URI

https://cacontology.projectvic.org/street#SubstanceBasedControlShape

Label

Substance Based Control Shape

Description

Validation shape for substance-based control instances.

Shape Properties

Instances of cacontology-street:SubstanceBasedControl can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:SubstanceFacilitatedRecruitment
cacontology-street:substanceType 0 1 xsd:string

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-street:SubstanceBasedControlShape a sh:NodeShape ;
    rdfs:label "Substance Based Control Shape"@en ;
    rdfs:comment "Validation shape for substance-based control instances."@en ;
    sh:targetClass cacontology-street:SubstanceBasedControl .