Class: URLHistoryFacet
"A URL history facet is a grouping of characteristics unique to the stored URL history for a particular web browser"
 classDiagram
    class URLHistoryFacet
      Facet <|-- URLHistoryFacet
      URLHistoryFacet : browserInformation
          URLHistoryFacet ..> ObservableObject : browserInformation
      URLHistoryFacet : urlHistoryEntry
          URLHistoryFacet ..> URLHistoryEntry : urlHistoryEntry
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- URLHistoryFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| browserInformation | 0..1  ObservableObject  | 
"Specifies information about the particular Web Browser | direct | 
| urlHistoryEntry | 0..1  URLHistoryEntry  | 
"Specifies a URL history record stored in the browser's history | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:URLHistoryFacet | 
| native | master:URLHistoryFacet | 
LinkML Source
Direct
name: URLHistoryFacet
description: '"A URL history facet is a grouping of characteristics unique to the
  stored URL history for a particular web browser"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- browserInformation
- urlHistoryEntry
slot_usage:
  urlHistoryEntry:
    name: urlHistoryEntry
    multivalued: true
    domain_of:
    - URLHistoryFacet
Induced
name: URLHistoryFacet
description: '"A URL history facet is a grouping of characteristics unique to the
  stored URL history for a particular web browser"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  urlHistoryEntry:
    name: urlHistoryEntry
    multivalued: true
    domain_of:
    - URLHistoryFacet
attributes:
  browserInformation:
    name: browserInformation
    description: '"Specifies information about the particular Web Browser."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: browserInformation
    owner: URLHistoryFacet
    domain_of:
    - URLHistoryFacet
    - URLVisitFacet
    range: ObservableObject
  urlHistoryEntry:
    name: urlHistoryEntry
    description: '"Specifies a URL history record stored in the browser''s history."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: urlHistoryEntry
    owner: URLHistoryFacet
    domain_of:
    - URLHistoryFacet
    range: URLHistoryEntry