-
Notifications
You must be signed in to change notification settings - Fork 7
Link graph dataset definition
abmou edited this page Feb 4, 2025
·
1 revision
Field | Description |
---|---|
url | URL (SURT) of the page being linked (linked page) |
count | Total number of links to linked page |
countInternal | Total number of links to linked page from the same Fully Qualified Domain Name (FQDN) |
countExternal | Total number of links to linked page from different FQDN |
captureDate | Date time when the linked page was captured in Arquivo.PT (may be null) |
inlinks | List of pages that link (linking pages) to the linked page with metadata |
Field | Description |
---|---|
date | Date time when the linking page was captured in Arquivo.PT |
source | URL (SURT) of the linking page |
anchor | Anchor text for the link in the linking page |
{
"url": "(pt,arquivo,",
"count": 4,
"countInternal": 0,
"countExternal": 4,
"captureDate": "2021-10-06T20:46:44",
"inlinks": [
{
"date": "2021-12-13T22:25:55",
"source": "(pt,sapo,blogs,porabrantes,",
"anchor": "Arquivo da Web portuguesa"
},
{
"date": "2021-12-22T19:52:12",
"source": "(eu,europa,data,)/sites/default/files/landscaping_insight_report_n7_2021.pdf",
"anchor": "https://arquivo.pt/"
},
{
"date": "2021-12-13T22:25:30",
"source": "(pt,sapo,blogs,porabrantes,)/o-rosto-de-umbelina-inacio-4275873",
"anchor": "Arquivo da Web portuguesa"
},
{
"date": "2021-10-06T20:27:45",
"source": "(com,useragentstring,",
"anchor": "arquivo.pt"
}
]
}