observable:cookieDomain leaf node


URI

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

Label

cookieDomain

Description

The domain for which the cookie is stored, for example nfi.minjus.nl.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:cookieDomain observable:ObservableObject

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#> .

observable:cookieDomain a owl:ObjectProperty ;
    rdfs:label "cookieDomain"@en ;
    rdfs:comment "The domain for which the cookie is stored, for example nfi.minjus.nl."@en ;
    rdfs:range observable:ObservableObject .