- From: <ddooss@wp.pl>
- Date: Thu, 05 Jan 2023 16:53:04 +0100
- To: public-rdf-star-wg@w3.org <public-rdf-star-wg@w3.org>
Received on Thursday, 5 January 2023 15:53:20 UTC
Hi all, The need to attach temporal, uncertainty, and provenance annotations to RDF is crucial for real-world applications, and it is a key feature of RDF-star. I would like to add a property that will go together with rdf:value and allow to define what type of annotations we are dealing with (let's call it df-star:annotationType). Note that we have an rdf:value property that we can use to specify trust, uncertainty, time metrics, etc. I think we could provide a vocabulary for specifying what that value is as well. # fuzzy :a :name "Alice" {| rdf-star:annotationType < example.org https://example.org/fuzzy > ; rdf:value 0.8 |} . # temporal :a :name "Alice" {| rdf-star:annotationType < example.org https://example.org/time > ; rdf:value [ tmp:initial "2022-01-01T01:01:01" ; tmp:final "2023-11-11T17:00:00Z" ] |} . Best, Dominik
Received on Thursday, 5 January 2023 15:53:20 UTC