- From: Henry Story <henry.story@bblfish.net>
- Date: Mon, 21 Jan 2013 21:09:38 +0100
- To: John Arwe <johnarwe@us.ibm.com>
- Cc: public-ldp-wg@w3.org
- Message-Id: <886FFAA0-D4A7-4202-914A-017CC33D56B5@bblfish.net>
On 21 Jan 2013, at 20:58, John Arwe <johnarwe@us.ibm.com> wrote:
> > {
> > ldpx:contains rdfs:subPropertyOf rdfs:member .
> > ldpx:member rdfs:subPropertyOf rdfs:member .
> > } defendedBy [ = g1; foaf:member Arnaud ];
> > owl:sameAs :c1 .
>
> This uses a syntax that's new to me. Could I have a pointer so I can learn to interpret it as intended (at least as stated, heh) rather than guessing my way through it?
> I think I can make plausible guesses at most of it, but the =g1 phrase in particular flummoxes me/causes an unresolved page fault.
>
yes, I copied the text over to ISSUE-37:
http://www.w3.org/2012/ldp/wiki/ISSUE-37#Ontological_Modelling
Where I point to the N3 syntax http://www.w3.org/2000/10/swap/doc/
the = is just shorthand for owl:sameAs. It would be really nice if Turtle supported that too.
Then one can write :
a :rel [ = uri;
:rel2 "hello" ] .
Essentially that's a way to name the "blank" node, allowing one group things together.
>
> Best Regards, John
>
> Voice US 845-435-9470 BluePages
> Tivoli OSLC Lead - Show me the Scenario
>
>
Social Web Architect
http://bblfish.net/
Attachments
- application/pkcs7-signature attachment: smime.p7s
Received on Monday, 21 January 2013 20:10:10 UTC