Ontology Version: 2.2.0

cacontology-street:OccursAtShape leaf node


URI

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

Label

OccursAtShape

Implementation

@prefix cacontology-street: <https://cacontology.projectvic.org/street#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-street:OccursAtShape a sh:PropertyShape ;
    sh:class cacontology-street:StreetRecruitmentLocation ;
    sh:description "Links recruitment activity to location where it occurs" ;
    sh:minCount 0 ;
    sh:name "occurs at" ;
    sh:path cacontology-street:occursAt .