Title: wp-linked-data
Author: aveltens
Published: <strong>2013 年 4 月 29 日</strong>
Last modified: 2023 年 11 月 25 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](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://tw.wordpress.org/plugins/wp-linked-data/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-linked-data/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wp-linked-data/#installation)
 * [開發資訊](https://tw.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/) 2016 年 11 月 
23 日 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/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wp-linked-data/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wp-linked-data/)。

## 變更記錄

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

## 中繼資料

 *  版本 **0.5.4**
 *  最後更新 **2 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.5.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.4.8**
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-linked-data/)
 * 標籤:
 * [linked data](https://tw.wordpress.org/plugins/tags/linked-data/)[rdf](https://tw.wordpress.org/plugins/tags/rdf/)
   [semantic web](https://tw.wordpress.org/plugins/tags/semantic-web/)[solid](https://tw.wordpress.org/plugins/tags/solid/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-linked-data/advanced/)

## 評分

 4.7 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=5)
 *  [  1 個 4 星使用者評論     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/wp-linked-data/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/wp-linked-data/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wp-linked-data/)