Class: BrowserBookmarkFacet
"A browser bookmark facet is a grouping of characteristics unique to a saved shortcut that directs a WWW (World Wide Web) browser software program to a particular WWW accessible resource. [based on https://techterms.com/definition/bookmark]"
URI: master:BrowserBookmarkFacet
 classDiagram
    class BrowserBookmarkFacet
      Facet <|-- BrowserBookmarkFacet
      BrowserBookmarkFacet : accessedTime
      BrowserBookmarkFacet : application
          BrowserBookmarkFacet ..> ObservableObject : application
      BrowserBookmarkFacet : bookmarkPath
      BrowserBookmarkFacet : modifiedTime
      BrowserBookmarkFacet : observableCreatedTime
      BrowserBookmarkFacet : urlTargeted
      BrowserBookmarkFacet : visitCount
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- BrowserBookmarkFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| application | 0..1  ObservableObject  | 
"The application associated with this object | direct | 
| accessedTime | 0..1  Datetime  | 
"The date and time at which the Object was accessed | direct | 
| modifiedTime | 0..1  Datetime  | 
Specifies the time that this particular version of the object was modified | direct | 
| observableCreatedTime | 0..1  Datetime  | 
"The date and time at which the observable object being characterized was cre... | direct | 
| urlTargeted | 0..1  IriType  | 
"The target of the bookmark | direct | 
| visitCount | 0..1  Integer  | 
"Specifies the number of times a URL has been visited by a particular web bro... | direct | 
| bookmarkPath | 0..1  String  | 
"The folder containing the bookmark | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:BrowserBookmarkFacet | 
| native | master:BrowserBookmarkFacet | 
LinkML Source
Direct
name: BrowserBookmarkFacet
description: '"A browser bookmark facet is a grouping of characteristics unique to
  a saved shortcut that directs a WWW (World Wide Web) browser software program to
  a particular WWW accessible resource. [based on https://techterms.com/definition/bookmark]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- application
- accessedTime
- modifiedTime
- observableCreatedTime
- urlTargeted
- visitCount
- bookmarkPath
slot_usage:
  urlTargeted:
    name: urlTargeted
    multivalued: true
    domain_of:
    - BrowserBookmarkFacet
Induced
name: BrowserBookmarkFacet
description: '"A browser bookmark facet is a grouping of characteristics unique to
  a saved shortcut that directs a WWW (World Wide Web) browser software program to
  a particular WWW accessible resource. [based on https://techterms.com/definition/bookmark]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  urlTargeted:
    name: urlTargeted
    multivalued: true
    domain_of:
    - BrowserBookmarkFacet
attributes:
  application:
    name: application
    description: '"The application associated with this object."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: application
    owner: BrowserBookmarkFacet
    domain_of:
    - ApplicationAccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - CalendarFacet
    - CallFacet
    - EmailMessageFacet
    - EventRecordFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - GeoLocationTrackFacet
    - MessageFacet
    - NoteFacet
    - WindowsTaskFacet
    range: ObservableObject
  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: BrowserBookmarkFacet
    domain_of:
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - FileFacet
    range: datetime
  modifiedTime:
    name: modifiedTime
    description: Specifies the time that this particular version of the object was
      modified. The object creator can use the time it deems most appropriate as the
      time this version of the object was modified. The value of the modified property
      for a given object version MUST be later than or equal to the value of the created
      property. Object creators MUST update the modified property when creating a
      new version of an object. The modified timestamp MUST be precise to the nearest
      millisecond (exactly three digits after the decimal place in seconds).
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: modifiedTime
    owner: BrowserBookmarkFacet
    domain_of:
    - UcoObject
    - AccountFacet
    - BrowserBookmarkFacet
    - CalendarEntryFacet
    - EmailMessageFacet
    - FileFacet
    - NoteFacet
    - WindowsRegistrykeyFacet
    range: datetime
  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: BrowserBookmarkFacet
    domain_of:
    - AccountFacet
    - BrowserBookmarkFacet
    - BrowserCookieFacet
    - CalendarEntryFacet
    - DiskPartitionFacet
    - EventRecordFacet
    - FileFacet
    - GeoLocationEntryFacet
    - GeoLocationLogFacet
    - NoteFacet
    - ProcessFacet
    - WindowsTaskFacet
    range: datetime
  urlTargeted:
    name: urlTargeted
    description: '"The target of the bookmark."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: urlTargeted
    owner: BrowserBookmarkFacet
    domain_of:
    - BrowserBookmarkFacet
    range: iri type
  visitCount:
    name: visitCount
    description: '"Specifies the number of times a URL has been visited by a particular
      web browser."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: visitCount
    owner: BrowserBookmarkFacet
    domain_of:
    - BrowserBookmarkFacet
    - URLHistoryEntry
    range: integer
  bookmarkPath:
    name: bookmarkPath
    description: '"The folder containing the bookmark."'
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata:Q201456
    rank: 1000
    alias: bookmarkPath
    owner: BrowserBookmarkFacet
    domain_of:
    - BrowserBookmarkFacet
    range: string