Class: BrowserCookieFacet
"A browser cookie facet is a grouping of characteristics unique to a piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. [based on https://en.wikipedia.org/wiki/HTTP_cookie]"
URI: master:BrowserCookieFacet
 classDiagram
    class BrowserCookieFacet
      Facet <|-- BrowserCookieFacet
      BrowserCookieFacet : accessedTime
      BrowserCookieFacet : application
          BrowserCookieFacet ..> ObservableObject : application
      BrowserCookieFacet : cookieDomain
          BrowserCookieFacet ..> ObservableObject : cookieDomain
      BrowserCookieFacet : cookieName
      BrowserCookieFacet : cookiePath
      BrowserCookieFacet : expirationTime
      BrowserCookieFacet : isSecure
      BrowserCookieFacet : observableCreatedTime
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- BrowserCookieFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| accessedTime | 0..1  Datetime  | 
"The date and time at which the Object was accessed | direct | 
| application | 0..1  ObservableObject  | 
"The application associated with this object | direct | 
| cookieDomain | 0..1  ObservableObject  | 
"The domain for which the cookie is stored, for example nfi | direct | 
| cookieName | 0..1  String  | 
"The name of the cookie | direct | 
| cookiePath | 0..1  String  | 
"String representation of the path of the cookie | direct | 
| expirationTime | 0..1  Datetime  | 
"The date and time at which the validity of the object expires | direct | 
| isSecure | 0..1  BooleanType  | 
"Is the cookie secure? If the cookie isSecure it cannot be delivered over an ... | direct | 
| observableCreatedTime | 0..1  Datetime  | 
"The date and time at which the observable object being characterized was cre... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:BrowserCookieFacet | 
| native | master:BrowserCookieFacet | 
LinkML Source
Direct
name: BrowserCookieFacet
description: '"A browser cookie facet is a grouping of characteristics unique to a
  piece of data sent from a website and stored on the user''s computer by the user''s
  web browser while the user is browsing. [based on https://en.wikipedia.org/wiki/HTTP_cookie]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- accessedTime
- application
- cookieDomain
- cookieName
- cookiePath
- expirationTime
- isSecure
- observableCreatedTime
Induced
name: BrowserCookieFacet
description: '"A browser cookie facet is a grouping of characteristics unique to a
  piece of data sent from a website and stored on the user''s computer by the user''s
  web browser while the user is browsing. [based on https://en.wikipedia.org/wiki/HTTP_cookie]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
attributes:
  accessedTime:
    name: accessedTime
    description: '"The date and time at which the Object was accessed."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: accessedTime
    owner: BrowserCookieFacet
    domain_of:
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - FileFacet
    range: datetime
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: BrowserCookieFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  cookieDomain:
    name: cookieDomain
    description: '"The domain for which the cookie is stored, for example nfi.minjus.nl."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:InternetDomain
    - NCIT:C54076
    rank: 1000
    alias: cookieDomain
    owner: BrowserCookieFacet
    domain_of:
    - BrowserCookieFacet
    range: ObservableObject
  cookieName:
    name: cookieName
    description: '"The name of the cookie."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: cookieName
    owner: BrowserCookieFacet
    domain_of:
    - BrowserCookieFacet
    range: string
  cookiePath:
    name: cookiePath
    description: '"String representation of the path of the cookie."'
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:FilePath
    - NCIT:C47922
    rank: 1000
    alias: cookiePath
    owner: BrowserCookieFacet
    domain_of:
    - BrowserCookieFacet
    range: string
  expirationTime:
    name: expirationTime
    description: '"The date and time at which the validity of the object expires."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: expirationTime
    owner: BrowserCookieFacet
    domain_of:
    - BrowserCookieFacet
    - URLHistoryEntry
    range: datetime
  isSecure:
    name: isSecure
    description: '"Is the cookie secure? If the cookie isSecure it cannot be delivered
      over an unencrypted session such as http."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isSecure
    owner: BrowserCookieFacet
    domain_of:
    - BrowserCookieFacet
    range: boolean type
  observableCreatedTime:
    name: observableCreatedTime
    description: '"The date and time at which the observable object being characterized
      was created. This time pertains to an intrinsic characteristic of the observable
      object, and would be consistent across independent characterizations or observations
      of the observable object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: observableCreatedTime
    owner: BrowserCookieFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime