Title: wp-linked-data
Author: aveltens
Published: <strong>April 29, 2013</strong>
Last modified: November 25, 2023

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-linked-data.svg)

# wp-linked-data

 By [aveltens](https://profiles.wordpress.org/aveltens/)

[Download](https://downloads.wordpress.org/plugin/wp-linked-data.zip)

 * [Details](https://twd.wordpress.org/plugins/wp-linked-data/#description)
 * [Reviews](https://twd.wordpress.org/plugins/wp-linked-data/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/wp-linked-data/#installation)
 * [Development](https://twd.wordpress.org/plugins/wp-linked-data/#developers)

 [Support](https://wordpress.org/support/plugin/wp-linked-data/)

## Description

The plugin publishes Linked Data about your blog contents and helps you hosting 
or connecting your WebID.

#### Linked Data

Turtle and RDF/XML documents can be retrieved performing a HTTP GET request with
an appropriate HTTP-Accept-Header set. Blog posts and pages are identified by their
original document URI appended by the fragment identifier #it.

E.g. if a blog post ist available at http://example.org/2013/04/my-first-blog-post,
the post itself (as an “abstract thing”) is identified by http://example.org/2013/
04/my-first-blog-post#it

You may use curl to retrieve Linked Data, e.g.:

curl -H ‘Accept: text/turtle’ http://example.org/2013/04/my-first-blog-post#it

An author, as a person, is per default identified by the author page URI appended
by the fragment identifier #me.

E.g. if the authors page is http://example.org/author/alice, the person Alice is
identified by http://example.org/author/alice#me

You may try curl again, to retrieve a FOAF-Profile:

curl -H ‘Accept: text/turtle’ http://example.org/author/alice#me

Instead of using WordPress to host the FOAF-Profile, you are able to link your existing
WebID to your WordPress account. (See next section)

#### WebID

The Plugin adds a WebID section to the user profile screen in the admin backend.(
Note: The section is only available, when editing _your own_ profile).

**WebID Location**

You can choose, where your WebID is hosted:

 1. Locally hosted WebID: The WebID is hosted within your wordpress blog at http://[
    your-domain]/author/[your-username]#me
 2. Custom WebID: You may enter whatever your WebID URI is and your WordPress account
    will be linked to it.

Whatever option you choose, your wordpress account will always be identified as “
http://[your-domain]>/author/[your-username]>#account”. The option only affects,
how you, as a person, will be identified.

If you do not have a WebID yet, choose the first option, or get a WebID at https://
solidcommunity.net. More Information about WebID: http://webid.info/

**RSA Public Key**

You may enter the exponent and modulus of the public key of your WebID certificate.
This will allow you to use your WordPress WebID for authentication elsewhere on 
the web. The wp-linked-data plugin is not yet capable of creating WebID certificates,
so you will have to create the certificate with another tool (e.g. openssl) and 
enter the data into this section afterwards.

**Additional RDF**

You may enter any RDF triples as RDF/XML, Turtle or N3. The triples will occur in
the RDF representation of your WordPress profile document at at http://[your-domain]/
author/[your-username]

## Installation

Just copy the contents of this directory to wp-content/plugins/wp-linked-data directory
of your WordPress installation and then activate the plugin from plugins page.

At least PHP 5.3.0 is required to use this plugin.

## Reviews

![](https://secure.gravatar.com/avatar/ff2563f6dc7ab02594f2a2681049e4eafaedc5c2bb17983f7ed82c54fa73af99?
s=60&d=retro&r=g)

### 󠀁[Cooperation with WP LDP ?](https://wordpress.org/support/topic/cooperation-with-wp-ldp/)󠁿

 [vanespenamaury](https://profiles.wordpress.org/vanespenamaury/) November 23, 2016
3 replies

Is there some link with the devTeam of WP LDP ? https://translate.wordpress.org/
projects/wp-plugins/wp-ldp If you are interested in, I’m available to translate 
in French

 [ Read all 3 reviews ](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Contributors & Developers

“wp-linked-data” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ aveltens ](https://profiles.wordpress.org/aveltens/)

[Translate “wp-linked-data” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-linked-data)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-linked-data/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-linked-data/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-linked-data/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-linked-data/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.5.4

 * Fix: compatibility with PHP 8

#### 0.5.3

 * Fix: Replace link to solid.community with solidcommunity.net

#### 0.5.2

 * Fix: Serve HTML if Accept header is empty instead of failing with status 500

#### 0.5.1

 * Fix: Serve HTML if HTML is preferred, even if RDF other formats are accepted 
   via wildcard

#### 0.5

 * better support for content-negotiation. No need to intstall pecl_http anymore
 * add foaf:homepage to the Weblog resource
 * no able to serve the following content types:
    - application/ld+json
    - text/turtle
    - text/n3
    - application/n-triples
    - application/rdf+xml

#### 0.4

 * add Access-Control-Allow-Origin header to allow linked data clients to fetch 
   the data
 * Link to https://solidcommunity.net to get a WebID

#### 0.3

 * choose between locally hosted WebID and custom WebID
 * add RSA public key to your profile
 * add custom RDF triples to your profile document

#### 0.2

 * distinguish users (persons), and their user accounts
 * use sioc:creator_of instead of foaf:publications
 * replaced inexistent dc:content by sioc:content (plain text) for blog post content
 * added sioc:Weblog resource for the blog itself

#### 0.1

 * publishing blog post metadata as linked data
 * publishing FOAF profiles for blog authors
 * content negotiation supporting Turtle and RDF/XML format

## Meta

 *  Version **0.5.4**
 *  Last updated **2 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5.1 or higher **
 *  Tested up to **6.4.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-linked-data/)
 * Tags
 * [linked data](https://twd.wordpress.org/plugins/tags/linked-data/)[rdf](https://twd.wordpress.org/plugins/tags/rdf/)
   [semantic web](https://twd.wordpress.org/plugins/tags/semantic-web/)[solid](https://twd.wordpress.org/plugins/tags/solid/)
 *  [Advanced View](https://twd.wordpress.org/plugins/wp-linked-data/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/wp-linked-data/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Contributors

 *   [ aveltens ](https://profiles.wordpress.org/aveltens/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-linked-data/)