Ontology Version: 2.2.0

cacontology-institutional:FoundedByShape leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#FoundedByShape

Label

FoundedByShape

Implementation

@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-institutional:FoundedByShape a sh:PropertyShape ;
    sh:class cacontology-institutional:InstitutionalFounder ;
    sh:description "Links institution to its founder (gUFO participation)" ;
    sh:maxCount 1 ;
    sh:minCount 1 ;
    sh:name "founded by" ;
    sh:path cacontology-institutional:foundedBy .