xfolk-to-rdf: Difference between revisions
Jump to navigation
Jump to search
(Change of technique - this makes better use of RDF.) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:xFolk/hReview → RDF}} | |||
[ | Only a rough sketch on a piece of paper so far. "X" is the review, "Y" is the item being reviewed. | ||
[http://buzzword.org.uk/2008/hReview/to-rdf.png http://buzzword.org.uk/2008/hReview/to-rdf.jpeg] | |||
RDF prefixes used in above diagramme: | |||
; <code>rev</code> | |||
: http://www.purl.org/stuff/rev# | |||
; <code>tag</code> | |||
: http://www.holygoat.co.uk/owl/redwood/0.1/tags/ | |||
; <code>dc</code> | |||
: http://purl.org/dc/terms/ | |||
; <code>foaf</code> | |||
: http://xmlns.com/foaf/0.1/ | |||
== xFolk / hReview Equivalence == | |||
xFolk can be thought of as a minimal version of hReview. | |||
{| border="1" | |||
|- | |||
! hReview Term | |||
! xFolk Term | |||
|- | |||
| hreview | |||
| xfolkentry | |||
|- | |||
| version | |||
| / | |||
|- | |||
| summary | |||
| / | |||
|- | |||
| type | |||
| type is always "url" | |||
|- | |||
| item fn | |||
| taggedlink (link text) | |||
|- | |||
| item url | |||
| taggedlink (href) | |||
|- | |||
| item photo | |||
| / | |||
|- | |||
| reviewer | |||
| / | |||
|- | |||
| dtreviewed | |||
| / | |||
|- | |||
| rating (best, worst) | |||
| / | |||
|- | |||
| description | |||
| description | |||
|- | |||
| tag | |||
| tag | |||
|- | |||
| permalink | |||
| / | |||
|- | |||
| license | |||
| / | |||
|} | |||
With this in mind, an xFolk entry can be treated as simply a funny-looking hReview and the hReview to RDF mapping then applied to xFolk. |
Latest revision as of 16:35, 18 July 2020
Only a rough sketch on a piece of paper so far. "X" is the review, "Y" is the item being reviewed.
RDF prefixes used in above diagramme:
rev
- http://www.purl.org/stuff/rev#
tag
- http://www.holygoat.co.uk/owl/redwood/0.1/tags/
dc
- http://purl.org/dc/terms/
foaf
- http://xmlns.com/foaf/0.1/
xFolk / hReview Equivalence
xFolk can be thought of as a minimal version of hReview.
hReview Term | xFolk Term |
---|---|
hreview | xfolkentry |
version | / |
summary | / |
type | type is always "url" |
item fn | taggedlink (link text) |
item url | taggedlink (href) |
item photo | / |
reviewer | / |
dtreviewed | / |
rating (best, worst) | / |
description | description |
tag | tag |
permalink | / |
license | / |
With this in mind, an xFolk entry can be treated as simply a funny-looking hReview and the hReview to RDF mapping then applied to xFolk.