Ontology Version: 2.2.0

cacontology-street:IsolatesAtShape leaf node


URI

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

Label

IsolatesAtShape

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:IsolatesAtShape a sh:PropertyShape ;
    sh:class cacontology-street:IsolatedLocation ;
    sh:description "Links isolation activity to location used for isolation" ;
    sh:minCount 0 ;
    sh:name "isolates at" ;
    sh:path cacontology-street:isolatesAt .