Documentation: Social Networks

This page documents patterns to use to describe social network accounts used by your organisation. In addition to linking to the account the foaf:accountName and foaf:accountServiceHomepage make the information more specific.

If the social network is not listed below, you can still use the same pattern for any social network account.

For the service homepage in these examples we've used the homepage from July 2014.

Prefixes

The examples on this page require the following prefixes to be defined at the top of your OPD:

@prefix foaf: <http://xmlns.com/foaf/0.1/>.

Facebook

<ORG-URI> foaf:account <https://www.facebook.com/ACCOUNT-NAME> . <https://www.facebook.com/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <https://www.facebook.com/> .

Flickr

<ORG-URI> foaf:account <https://www.flickr.com/photos/ACCOUNT-NAME/> . <https://www.flickr.com/photos/ACCOUNT-NAME/> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <https://www.flickr.com/> .

Google+

<ORG-URI> foaf:account <https://plus.google.com/ACCOUNT-NAME/> . <https://plus.google.com/ACCOUNT-NAME/> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <https://plus.google.com/> .

Instagram

<ORG-URI> foaf:account <http://instagram.com/ACCOUNT-NAME/> . <http://instagram.com/ACCOUNT-NAME/> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://instagram.com/> .

LinkedIn

<ORG-URI> foaf:account <http://www.linkedin.com/company/ACCOUNT-NAME/> . <http://www.linkedin.com/company/ACCOUNT-NAME/> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://www.linkedin.com/> .

Pinterest

<ORG-URI> foaf:account <http://www.pinterest.com/ACCOUNT-NAME/> . <http://www.pinterest.com/ACCOUNT-NAME/> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://www.pinterest.com/> .

Twitter

<ORG-URI> foaf:account <https://twitter.com/ACCOUNT-NAME> . <https://twitter.com/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <https://twitter.com/> .

vimeo

<ORG-URI> foaf:account <http://vimeo.com/ACCOUNT-NAME> . <http://vimeo.com/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://vimeo.com/> .

VK

(russian language)

<ORG-URI> foaf:account <http://vk.com/ACCOUNT-NAME> . <http://vk.com/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://vk.com/> .

Weibo

(chinese social network)

<ORG-URI> foaf:account <http://www.weibo.com/ACCOUNT-NAME> . <http://www.weibo.com/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <http://www.weibo.com/> .

YouTube

<ORG-URI> foaf:account <https://www.youtube.com/user/ACCOUNT-NAME> . <https://www.youtube.com/user/ACCOUNT-NAME> a foaf:OnlineAccount ; foaf:accountName "ACCOUNT-NAME" ; foaf:accountServiceHomepage <https://www.youtube.com/> .