CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 03:44:48 GMT
content-type: text/html
x-archive-orig-etag: "f0c1f259148d1edca70d339dd94a5f0b"
x-archive-orig-last-modified: Wed, 06 Feb 2008 03:35:15 GMT
x-archive-orig-expires: Wed, 06 Feb 2008 09:18:17 GMT
x-archive-orig-server: codesite_static_content/6234114
x-archive-orig-cache-control: private, x-gzip-ok=""
x-archive-orig-date: Wed, 06 Feb 2008 08:18:17 GMT
x-archive-orig-connection: Close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 06 Feb 2008 08:18:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 06 Feb 2008 08:18:17 GMT", ; rel="memento"; datetime="Wed, 06 Feb 2008 08:18:17 GMT", ; rel="next memento"; datetime="Fri, 15 Feb 2008 19:46:04 GMT", ; rel="last memento"; datetime="Sun, 08 Dec 2024 08:14:41 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_1_20080205224348_crawl107-c/51_2_20080206080834_crawl109.arc.gz
server-timing: captures_list;dur=0.472516, exclusion.robots;dur=0.016436, exclusion.robots.policy;dur=0.007417, esindex;dur=0.009980, cdx.remote;dur=25.942443, LoadShardBlock;dur=191.888424, PetaboxLoader3.datanode;dur=87.234030, PetaboxLoader3.resolve;dur=161.731424, load_resource;dur=149.563063
x-app-server: wwwb-app224
x-ts: 200
x-tr: 404
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Edge Types - Social Graph API - Google Code
- Introduction
Developer Guide
Example Apps
Edge Types
All edge types from all supported formats are mapped onto their closest XFN equivalent. Consult the XFN 1.1 documentation for details.
In summary, the XFN relation types are:
- Identity:
- me: a claim that the referenced URL is yours
- Those that indicate a relation to another person:
- contact
- acquaintance
- friend
- met
- co-worker
- colleague
- co-resident
- neighbor
- child
- parent
- sibling
- spouse
- kin
- muse
- crush
- date
- sweetheart
Other source of me links
Besides explicit XFN links, here are some of the other formats which generate a me edge:
- Fields in FOAF, such as:
- weblog
- homepage
- openid
- mbox_sha1sum, with the resulting internal target node of the format:
sgn://mboxsha1/?ident=4caa1d6f6203d21705a00a7aca86203e82a9cf7a
- OpenID delegation
<link>
tags, bothopenid.delegate
andopenid2.local_id
. - FOAF declaration
<link>
tags. (i.e. ifhttps://example.com/
has a<link>
tohttps://example.com/my-foaf.rdf
, then a me edge is created fromhttps://example.com/
tohttps://example.com/my-foaf.rdf
) mailto:
queries. When querying on an email address, a directed edge of type me frommailto:foo@bar.com
tosgn://mboxsha1/xxxxx...
is temporarily assumed, but not stored.
Mapping FOAF's knows field
By default, any knows relation in a FOAF file is mapped to the XFN value of contact. However, in cases where a site publishes both XFN and FOAF, with a single XFN edge type, the FOAF knows mapping will be the site's XFN edge type used.
Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.