observable:URLVisitFacet-urlTransitionType-in-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/URLVisitFacet-urlTransitionType-in-shape

Label

URLVisitFacet-urlTransitionType-in-shape

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

observable:URLVisitFacet-urlTransitionType-in-shape a sh:PropertyShape ;
    sh:in ( "link" "typed" "auto_bookmark" "auto_subframe" "manual_subframe" "generated" "auto_toplevel" "form_submit" "reload" "keyword" "keyword_generated" ) ;
    sh:message "Value is not member of the vocabulary URLTransitionTypeVocab." ;
    sh:path observable:urlTransitionType ;
    sh:severity sh:Info .