observable:httpRequestHeader leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/httpRequestHeader

Label

httpRequestHeader

Description

Specifies all of the HTTP header fields that may be found in the HTTP client request

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:httpRequestHeader types:Dictionary

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .

observable:httpRequestHeader a owl:ObjectProperty ;
    rdfs:label "httpRequestHeader"@en ;
    rdfs:comment "Specifies all of the HTTP header fields that may be found in the HTTP client request"@en ;
    rdfs:range types:Dictionary .