W3C home > Mailing lists > Public > semantic-web@w3.org > August 2005

Re: Expressing rdfs:seeAlso in RDF/XML

From: Danny Ayers <danny.ayers@gmail.com>
Date: Thu, 4 Aug 2005 00:55:47 +0200
Message-ID: <1f2ed5cd050803155542866e41@mail.gmail.com>
To: Uldis Bojars <uldis.bojars@gmx.net>
Cc: semantic-web@w3.org

On 8/3/05, Uldis Bojars <uldis.bojars@gmx.net> wrote:
> 
> 
> Is there is a shorter way to express rdfs:seeAlso in RDF/XML than:
> 
> <Object1>
>    <rdfs:seeAlso rdf:resource="URI"/>
> </Object1>
> 
> You may omit blank nodes if properties have literal values:
>   <ex:editor ex:fullName="Dave Beckett" />
> 
> Can you do a similar thing with properties whose values are resources,
> as is the case with rdfs:seeAlso?

Heh, fun. Best I could find was:

<rdf:Description rdf:about="http://www.w3.org/">
    <rdfs:seeAlso rdf:resource="http://example.org/uri2"/>
</rdf:Description>

gets more value-for-character with labels:

<rdf:Description rdf:about="http://www.w3.org/"  rdfs:label="LabelS">
    <rdfs:seeAlso rdf:resource="http://example.org/uri2" rdfs:label="LabelO"/>
</rdf:Description>

it's a bit late here to check danbri's notes [1] to find why 

<rdfs:seeAlso rdf:about="http://example.org/uri1"
rdf:resource="http://example.org/uri2"/>

didn't make it in...

Cheers,
Danny.

 [1] http://www.w3.org/2001/sw/Europe/200407/swintro/syntaxdesign.html


-- 

http://dannyayers.com
Received on Wednesday, 3 August 2005 22:55:54 GMT

This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 21:45:06 GMT