Title: wp-linked-data
Author: aveltens
Published: <strong>29. april 2013</strong>
Last modified: 25. november 2023

---

Søk gjennom innstikk

Dette innstikket **er ikkje testa med dei tre siste utgåvene av WordPress**. Det
kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar
av WordPress.

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

# wp-linked-data

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

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

 * [Detaljar](https://nn.wordpress.org/plugins/wp-linked-data/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/wp-linked-data/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/wp-linked-data/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/wp-linked-data/#developers)

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

## Skildring

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]

## Installasjon

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.

## Omtalar

![](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/) 23. november 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

 [ Les alle 3 omtalar ](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Bidragsytarar og utviklarar

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

Contributors

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

[Omset “wp-linked-data” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/wp-linked-data)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/wp-linked-data/), sjekk
[SVN-lageret](https://plugins.svn.wordpress.org/wp-linked-data/) eller abonner på
[utviklingsloggen](https://plugins.trac.wordpress.org/log/wp-linked-data/) med [RSS](https://plugins.trac.wordpress.org/log/wp-linked-data/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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

## Om

 *  Version **0.5.4**
 *  Last updated **2 år sidan**
 *  Active installations **10+**
 *  WordPress version ** 3.5.1 eller nyare **
 *  Tested up to **6.4.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-linked-data/)
 * Tags
 * [linked data](https://nn.wordpress.org/plugins/tags/linked-data/)[rdf](https://nn.wordpress.org/plugins/tags/rdf/)
   [semantic web](https://nn.wordpress.org/plugins/tags/semantic-web/)[solid](https://nn.wordpress.org/plugins/tags/solid/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/wp-linked-data/advanced/)

## Vurderingar

 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)

[Your 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/)

## Hjelp

Har du noko å seia? Treng du hjelp?

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