- From: Joy lix <joylix4112@outlook.com>
- Date: Tue, 25 May 2021 13:27:47 +0000
- To: Olaf Hartig <olaf.hartig@liu.se>
- CC: "public-rdf-star@w3.org" <public-rdf-star@w3.org>
- Message-ID: <OS0PR01MB557030D46519944EACF3460ADB259@OS0PR01MB5570.jpnprd01.prod.outlook.com>
Hi, Olaf, Thank you for your swift response.
I have noticed that in the latest Draft (Draft Community Group Report 21 May 2021) there are the following expressions:
EXAMPLE 20<https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#example-20>
Consider the following RDF term, an embedded<https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#dfn-embedded> triple in Turtle-star syntax:
<< <http://example.org/alice> <http://example.org/name> "Alice" >>
This term is represented in XML as follows:
<triple>
<subject>
<uri>http://example.org/alice</uri>
</subject>
<predicate>
<uri>http://example.org/name</uri>
</predicate>
<object>
<literal datatype='http://www.w3.org/2001/XMLSchema#string'>Alice</literal>
</object>
</triple>
So, for << :John :meet :Sara >> :venue :HydePark .
How can this RDF* be expressed in pure XML? Do I need to repeat the triple structure again?
Kind Regards,
Joylix
发件人: Olaf Hartig<mailto:olaf.hartig@liu.se>
发送时间: 2021年5月25日 21:14
收件人: Joy lix<mailto:joylix4112@outlook.com>; public-rdf-star@w3.org<mailto:public-rdf-star@w3.org>
主题: Re: rdf* to xml or rdf/xml
Hi Joylix,
In our work so far, we have not extended the RDF/XML format for RDF-star.
Best,
Olaf
________________________________________
From: Joy lix <joylix4112@outlook.com>
Sent: Tuesday, May 25, 2021 2:49 PM
To: public-rdf-star@w3.org
Subject: rdf* to xml or rdf/xml
Hi, all, How can the following RDF* be expressed as XML or RDF/XML:
@prefix : <http://www.example.org/> .
:HydePark :located :London .
<< :John :meet :Sara >> :venue :HydePark ;
:date "2021-05-04".
Thanks.
Joylix
Received on Tuesday, 25 May 2021 13:28:08 UTC