Class: URLHistoryEntry
"A URL history entry is a grouping of characteristics unique to the properties of a single URL history entry for a particular browser"
classDiagram
class URLHistoryEntry
UcoInherentCharacterizationThing <|-- URLHistoryEntry
URLHistoryEntry : browserUserProfile
URLHistoryEntry : expirationTime
URLHistoryEntry : firstVisit
URLHistoryEntry : hostname
URLHistoryEntry : keywordSearchTerm
URLHistoryEntry : lastVisit
URLHistoryEntry : manuallyEnteredCount
URLHistoryEntry : pageTitle
URLHistoryEntry : referrerURL
URLHistoryEntry ..> ObservableObject : referrerURL
URLHistoryEntry : url
URLHistoryEntry ..> ObservableObject : url
URLHistoryEntry : visitCount
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- URLHistoryEntry
- UcoInherentCharacterizationThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
url | 0..1 ObservableObject |
"Specifies a URL associated with a particular observable object or facet | direct |
referrerURL | 0..1 ObservableObject |
"Specifies the origination point (i | direct |
expirationTime | 0..1 Datetime |
"The date and time at which the validity of the object expires | direct |
firstVisit | 0..1 Datetime |
"Specifies the date/time that the URL referred to by the URL field was first ... | direct |
lastVisit | 0..1 Datetime |
"Specifies the date/time that the URL referred to by the URL field was lastVi... | direct |
visitCount | 0..1 Integer |
"Specifies the number of times a URL has been visited by a particular web bro... | direct |
manuallyEnteredCount | 0..1 NonNegativeIntegerType |
"Specifies the number of times the URL referred to by the URL field was manua... | direct |
browserUserProfile | 0..1 String |
"Specifies the web browserUserProfile for which the URL history entry was cre... | direct |
hostname | 0..1 String |
"Specifies the hostname of the system | direct |
pageTitle | 0..1 String |
"Specifies the title of a web page | direct |
keywordSearchTerm | 0..1 String |
"Specifies a string representing a keywordSearchTerm contained within the URL... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
URLHistoryFacet | urlHistoryEntry | range | URLHistoryEntry |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
Mappings
Mapping Type | Mapped Value |
---|---|
self | master:URLHistoryEntry |
native | master:URLHistoryEntry |
LinkML Source
Direct
name: URLHistoryEntry
description: '"A URL history entry is a grouping of characteristics unique to the
properties of a single URL history entry for a particular browser"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- url
- referrerURL
- expirationTime
- firstVisit
- lastVisit
- visitCount
- manuallyEnteredCount
- browserUserProfile
- hostname
- pageTitle
- keywordSearchTerm
Induced
name: URLHistoryEntry
description: '"A URL history entry is a grouping of characteristics unique to the
properties of a single URL history entry for a particular browser"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
url:
name: url
description: '"Specifies a URL associated with a particular observable object
or facet."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: url
owner: URLHistoryEntry
domain_of:
- ContactURL
- URLHistoryEntry
- URLVisitFacet
range: ObservableObject
referrerURL:
name: referrerURL
description: '"Specifies the origination point (i.e., URL) of a URL request."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: referrerURL
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: ObservableObject
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: URLHistoryEntry
domain_of:
- BrowserCookieFacet
- URLHistoryEntry
range: datetime
firstVisit:
name: firstVisit
description: '"Specifies the date/time that the URL referred to by the URL field
was first visited"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: firstVisit
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: datetime
lastVisit:
name: lastVisit
description: '"Specifies the date/time that the URL referred to by the URL field
was lastVisited."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: lastVisit
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: datetime
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: URLHistoryEntry
domain_of:
- BrowserBookmarkFacet
- URLHistoryEntry
range: integer
manuallyEnteredCount:
name: manuallyEnteredCount
description: '"Specifies the number of times the URL referred to by the URL field
was manually entered into the browser''s address field by the user. This field
is only applicable for URL history entries generated by Google''s Chrome browser."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: manuallyEnteredCount
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: non negative integer type
browserUserProfile:
name: browserUserProfile
description: '"Specifies the web browserUserProfile for which the URL history
entry was created."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: browserUserProfile
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: string
hostname:
name: hostname
description: '"Specifies the hostname of the system."'
from_schema: https://w3id.org/lmodel/uco-master
exact_mappings:
- wikidata:Q1073408
rank: 1000
alias: hostname
owner: URLHistoryEntry
domain_of:
- ComputerSpecificationFacet
- URLHistoryEntry
range: string
pageTitle:
name: pageTitle
description: '"Specifies the title of a web page."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: pageTitle
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: string
keywordSearchTerm:
name: keywordSearchTerm
description: '"Specifies a string representing a keywordSearchTerm contained within
the URL field."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
alias: keywordSearchTerm
owner: URLHistoryEntry
domain_of:
- URLHistoryEntry
range: string