Title: wp-linked-data
Author: aveltens
Published: <strong>29 Aprile 2013</strong>
Last modified: 25 Novembre 2023

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# wp-linked-data

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

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

 * [Dettagli](https://it.wordpress.org/plugins/wp-linked-data/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-linked-data/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-linked-data/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-linked-data/#developers)

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

## Descrizione

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]

## Installazione

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.

## Recensioni

![](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 Novembre 2016
3 risposte

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

 [ Leggi tutte le recensioni di 3 ](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Contributi e sviluppo

“wp-linked-data” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “wp-linked-data” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-linked-data)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-linked-data/) 
segui il [repository SVN](https://plugins.svn.wordpress.org/wp-linked-data/), segui
il [log delle modifiche](https://plugins.trac.wordpress.org/log/wp-linked-data/)
tramite [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

 *  Versione **0.5.4**
 *  Ultimo aggiornamento **3 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.5.1 o superiore **
 *  Testato fino alla versione **6.4.8**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-linked-data/)
 * Tag
 * [linked data](https://it.wordpress.org/plugins/tags/linked-data/)[rdf](https://it.wordpress.org/plugins/tags/rdf/)
   [semantic web](https://it.wordpress.org/plugins/tags/semantic-web/)[solid](https://it.wordpress.org/plugins/tags/solid/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-linked-data/advanced/)

## Valutazioni

 4.7 su 5 stelle.

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

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-linked-data/)