Closed
Description
- The URLHistoryFacet has a different structure, in particular the uco-observable:URLHistoryEntry is an array property of the uco-observable:URLHistoryFacet class. It is important to highlight that the uco-observable:URLHistoryEntry may contain as many items as the number of visited pages by using a specific web browser, indicated in the uco-observable:browserInformation reference property. The example shows a uco-observable:URLHistoryEntry array with only one single item. Moreover the second
line of the example can be replaced by uco-observable:URLHistory, because it is a subclass of the ObservableObject.
{
"@id": "kb:5d96df90-d9e1-423c-b8db-c2327812ab38",
"@type": "uco-observable:ObservableObject",
"uco-core:hasFacet": [
{
"@id": "kb:1723ed9c-2d8e-415c-8cf6-31599c49df79",
"@type": "uco-observable:ApplicationFacet",
"uco-observable:applicationIdentifier": "Safari Apple",
"uco-observable:version": "15.23.45"
}
]
},
{
"@id": "kb:39ff4987-8ae5-47e3-8369-dbd0d5f79398",
"@type": "uco-observable:ObservableObject",
"rdfs:comment": "@type=uco-observable:URLHistory",
"uco-core:hasFacet": [
{
"@id": "kb:a455b867-957e-4fce-a0ad-1af9c6fa4edb",
"@type": "uco-observable:URLHistoryFacet",
"uco-observable:browserInformation": {
"@id": "kb:5d96df90-d9e1-423c-b8db-c2327812ab38"
},
"uco-observable:urlHistoryEntry": [
{
"@id": "kb:193a7fc6-5f15-4b3c-8763-f1dc3c9bfd14",
"@type": "uco-observable:URLHistoryEntry",
"uco-observable:firstVisit": {
"@type": "xsd:dateTime",
"@value": "2017-01-25T02:20:22.00Z"
},
"uco-observable:lastVisit": {
"@type": "xsd:dateTime",
"@value": "2017-01-25T02:20:22.00Z"
},
"uco-observable:url": {
"@id": "kb:b7906534-0483-4cf4-979c-5351916602ed"
},
"uco-observable:referrerUrl": null,
"uco-observable:pageTitle": "Where can you find baby owls for sale? Are owls legal to keep as pets? - Quora",
"uco-observable:visitCount": 2,
"uco-observable:manuallyEnteredCount": {
"@type": "xsd:nonNegativeInteger",
"@value": 0
},
"uco-observable:keywordSearchTerm": "Baby owl shops"
}
]
}
]
},
{
"@id": "kb:b7906534-0483-4cf4-979c-5351916602ed",
"@type": "uco-observable:URL",
"uco-core:hasFacet": [
{
"@id": "kb:f2618636-aec3-459e-bda7-eeedfbeac3c0",
"@type": "uco-observable:URLFacet",
"uco-observable:fullValue": "https://www.quora.com/Where-can-you-find-baby-owls-for-sale-Are-owls-legal-to-keep-as-pets"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels