https://cacontology.projectvic.org/extremist-enterprises#GufoQualityInherentRule
Instances of gufo:Quality can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:GufoQualityInherentRule a sh:NodeShape ;
sh:property [ sh:class gufo:Object ;
sh:message "gUFO Qualities must inhere in at least one Object."@en ;
sh:minCount 1 ;
sh:path [ sh:inversePath [ sh:alternativePath ( gufo:hasQuality cacontology-enterprises:hasNetworkNotorietyQuality ) ] ] ] ;
sh:targetClass gufo:Quality .