https://ontology.unifiedcyberontology.org/uco/action/ActionFrequencyFacet-trend-in-shape
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
action:ActionFrequencyFacet-trend-in-shape a sh:PropertyShape ;
sh:in ( "Decreasing" "Increasing" ) ;
sh:message "Value is not member of the vocabulary TrendVocab." ;
sh:path action:trend ;
sh:severity sh:Info .