- From: Toby Inkster <tai@g5n.co.uk>
- Date: Thu, 13 Oct 2011 17:13:48 +0100
- To: "Michael Steidl (IPTC)" <mdirector@iptc.org>, public-rdfa-wg@w3.org
On Thu, 13 Oct 2011 17:53:41 +0200
"Michael Steidl (IPTC)" <mdirector@iptc.org> wrote:
> have to reply to you directly as I can only read but not write to the
> list:
>
> We do *not* want to use the URL as identifier of the person, the URL
> is only a kind of see-also relationship. Moving @property into the a
> tag even underlines that the URL is the identifyer.
In the example I posted, the URL is not used as an identifier for the
person. The URL is the *object* of the rnews:homepage triple. (I don't
know if rnews has a homepage property - if not, substitute foaf:page,
rdfs:seeAlso, etc.)
<p rel="rnews:creator">
This picture was taken by
<a target="_blank" typeof="rnews:Person"
rel="rnews:homepage" href="http://www.riecks.com/"
property="rnews:name">David Riecks</a>.
</p>
That should be equivalent to this Turtle:
<whatever-the-subject-is>
rnews:creator [
a rnews:Person ;
rnews:name "David Riecks" ;
rnews:homepage <http://www.riecks.com/>
] .
--
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>
Received on Thursday, 13 October 2011 16:13:17 UTC