Title: wp-linked-data
Author: aveltens
Published: <strong>29. април 2013.</strong>
Last modified: 25. новембар 2023.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# wp-linked-data

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

[Преузимање](https://downloads.wordpress.org/plugin/wp-linked-data.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/wp-linked-data/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/wp-linked-data/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/wp-linked-data/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/wp-linked-data/#developers)

 [Подршка](https://wordpress.org/support/plugin/wp-linked-data/)

## Опис

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]

## Постављање

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.

## Прегледи

![](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. новембар 2016.
3 одговора

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

 [ Види сва 3 прегледа ](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## Сарадници и градитељи

„wp-linked-data“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

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

[Преведите „wp-linked-data“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/wp-linked-data)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/wp-linked-data/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/wp-linked-data/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/wp-linked-data/) преко
[RSS-а](https://plugins.trac.wordpress.org/log/wp-linked-data/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

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

## Мета

 *  Version **0.5.4**
 *  Last updated **3 године раније**
 *  Active installations **10+**
 *  WordPress version ** 3.5.1 или новије **
 *  Tested up to **6.4.10**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-linked-data/)
 * Tags
 * [linked data](https://sr.wordpress.org/plugins/tags/linked-data/)[rdf](https://sr.wordpress.org/plugins/tags/rdf/)
   [semantic web](https://sr.wordpress.org/plugins/tags/semantic-web/)[solid](https://sr.wordpress.org/plugins/tags/solid/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/wp-linked-data/advanced/)

## Оцене

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/wp-linked-data/)