observable:ipfix leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#ipfix

Label

ipfix

Description

Specifies any IP Flow Information Export (IPFIX) data for the network traffic flow.

Usage

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

Implementation

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

observable:ipfix a owl:ObjectProperty ;
    rdfs:label "ipfix"@en ;
    rdfs:comment "Specifies any IP Flow Information Export (IPFIX) data for the network traffic flow."@en ;
    rdfs:range types:Dictionary .