Ontology Version: 2.2.0

cacontology-street:MarijuanaFacilitationShape leaf node


URI

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

Label

Marijuana Facilitation Shape

Description

Validation shape for marijuana facilitation instances.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-street:DrugFacilitatedVulnerability
cacontology-street:administrationMethod 0 1 xsd:string
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:MarijuanaFacilitationShape a sh:NodeShape ;
    rdfs:label "Marijuana Facilitation Shape"@en ;
    rdfs:comment "Validation shape for marijuana facilitation instances."@en ;
    sh:targetClass cacontology-street:MarijuanaFacilitation .