https://cacontology.projectvic.org/street#FacilitatesTransitionShape
@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:FacilitatesTransitionShape a sh:PropertyShape ;
sh:class cacontology-street:LocationTransition ;
sh:description "Links transportation method to location transition" ;
sh:minCount 0 ;
sh:name "facilitates transition" ;
sh:path cacontology-street:facilitatesTransition .