vocabulary:URLTransitionTypeVocab leaf node


URI

https://unifiedcyberontology.org/ontology/uco/vocabulary#URLTransitionTypeVocab

Label

URL Transition Type Vocabulary

Description

Defines an open-vocabulary of types of URL transitions.

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

vocabulary:URLTransitionTypeVocab a rdfs:Datatype ;
    rdfs:label "URL Transition Type Vocabulary"@en-US ;
    rdfs:comment "Defines an open-vocabulary of types of URL transitions."@en ;
    rdfs:subClassOf rdfs:Resource ;
    owl:oneOf ( "link"^^vocabulary:URLTransitionTypeVocab "typed"^^vocabulary:URLTransitionTypeVocab "auto_bookmark"^^vocabulary:URLTransitionTypeVocab "auto_subframe"^^vocabulary:URLTransitionTypeVocab "manual_subframe"^^vocabulary:URLTransitionTypeVocab "generated"^^vocabulary:URLTransitionTypeVocab "auto_toplevel"^^vocabulary:URLTransitionTypeVocab "form_submit"^^vocabulary:URLTransitionTypeVocab "reload"^^vocabulary:URLTransitionTypeVocab "keyword"^^vocabulary:URLTransitionTypeVocab "keyword_generated"^^vocabulary:URLTransitionTypeVocab ) .