- From: Franconi Enrico <franconi@inf.unibz.it>
- Date: Fri, 3 Mar 2023 07:29:23 +0000
- To: Olaf Hartig <olaf.hartig@liu.se>
- CC: "public-rdf-star-wg@w3.org" <public-rdf-star-wg@w3.org>
Hi Olaf, sure, no problem, I’ll work on that. —e. > On 3 Mar 2023, at 01:04, Olaf Hartig <olaf.hartig@liu.se> wrote: > > Hi Enrico, > > I want to pick up on the first question that Ora asked you during today's call and turn that question into a request > (not only to you but to the group in general). > > I would very much prefer if proposals such as this one are presented not only in terms of an extension of Turtle (or any > other concrete syntax for representing RDF graphs) but also in terms of some structure or model that is defined using > mathematical concepts (e.g., sets, tuples, functions) and that expressions made in the concrete syntax can be mapped to. > I mean, the notion of an RDF graph [1] is such a structure, and so is the notion of an RDF-star graph [2]. I would like > to see definitions of such types of notions to be the basis of any proposal. The reason being that the definitions of a > model-theoretic semantics and of a query evaluation semantics would build on such notions (and not on expressions made > in the concrete syntax). > > So, in this sense, what kind of a thing is it that you propose to write in the following form? > > |<< :john :teaches :cs101 >>| :recorded "2021-07-07"^^xsd:date . > > Similarly, what kind of thing would be written using the following form? > > << |:john| |:teaches| |:cs101| >> :recorded "2021-07-07"^^xsd:date . > > > Olaf > > [1] https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3.org%2FTR%2Frdf11-concepts%2F%23dfn-rdf-graph&data=05%7C01%7Cfranconi%40inf.unibz.it%7Ccb27093faf804a68836d08db1b7ad0c8%7C9251326703e3401a80d4c58ed6674e3b%7C0%7C0%7C638133986518402021%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=6y47Df2e6Wz3xmb2eNQWbXCC32VPcyQpfmEAInNUs70%3D&reserved=0 > [2] https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fw3c.github.io%2Frdf-star%2Fcg-spec%2F%23dfn-graph&data=05%7C01%7Cfranconi%40inf.unibz.it%7Ccb27093faf804a68836d08db1b7ad0c8%7C9251326703e3401a80d4c58ed6674e3b%7C0%7C0%7C638133986518558077%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KxUl%2F0CLbYQxrKRapgY%2FWpM6K8hJGME24p1XGMm8jBM%3D&reserved=0 > > > On tor, 2023-03-02 at 17:59 +0000, Franconi Enrico wrote: >> Semantic predication example: >> >> << :john :teaches :cs101 >> rdf:type :teaching ; >> dct:Location dbr:Stanford_University ; >> dct:PeriodOfTime :1st-term-2022 . >> :john :teaches :cs101. >> >> Syntactic predication example: >> >> |<< :john :teaches :cs101 >>| rdf:type unstar:triple ; >> :recorded "2021-07-07"^^xsd:date . >> >> or >> >> << |:john| |:teaches| |:cs101| >> rdf:type unstar:triple ; >> :recorded "2021-07-07"^^xsd:date . >> >> Modal/epistemic predication example: >> >> << :john :teaches :cs101 >> rdf:type unstar:statement; >> :accordingTo :employee22 . >>
Received on Friday, 3 March 2023 07:29:38 UTC