- From: Chris Dollin <chris.dollin@epimorphics.com>
- Date: Thu, 20 May 2010 14:28:46 +0100
- To: Jitao Yang <jitao.yang@gmail.com>
- Cc: semantic-web@w3.org
On Thursday 20 May 2010 02:25:03 pm Jitao Yang wrote: > > @prefix eh: <http://rdf.epimorphics.com/chris/examples#>. > > @prefix some: <http://example.com/rdf#>. > > > > some:p eh:assertion > > [eh:on some:d; eh:value some:o] > > , [eh:on some:d1; eh:value some:o1] > > . > > > > if I understand correctly? The above representation could be translated : > > some:p eh:assertion _blanknode1 ; > _blanknode1 eh:on some:d ; > _blanknode1 eh:value some:o ; > some:p eh:assertion _blanknode2 ; > _blanknode2 eh:on some:d1 ; > _blanknode2 eh:value some:o1 . Yes. > but it seems lost the connections between b, p and o? What's b? -- RDF is not /the/ answer. RDF is /an/ answer. - Arcadian Epimorphics Ltd Registered address: C/O Robson Taylor, Froomsgate House, Bristol Registered number: 7016688
Received on Thursday, 20 May 2010 13:30:16 UTC