Results 1 -
2 of
2
A.: Don’t like RDF reification? Making statements about statements using singleton property
- In: Proc. 23rd Int. Conf. on World Wide Web (WWW’14). ACM
, 2014
"... Statements about RDF statements, or meta triples, provide additional information about individual triples, such as the source, the occurring time or place, or the certainty. In-tegrating such meta triples into semantic knowledge bases would enable the querying and reasoning mechanisms to be aware of ..."
Abstract
-
Cited by 4 (0 self)
- Add to MetaCart
(Show Context)
Statements about RDF statements, or meta triples, provide additional information about individual triples, such as the source, the occurring time or place, or the certainty. In-tegrating such meta triples into semantic knowledge bases would enable the querying and reasoning mechanisms to be aware of provenance, time, location, or certainty of triples. However, an efficient RDF representation for such meta knowl-edge of triples remains challenging. The existing standard reification approach allows such meta knowledge of RDF triples to be expressed using RDF by two steps. The first step is representing the triple by a Statement instance which has subject, predicate, and object indicated separately in three different triples. The second step is creating assertions about that instance as if it is a statement. While reification
draft material-- please do not cite Don’t Like RDF Reification? Creating Meta Triples Describing Triples Using Singleton
"... Abstract. Meta triples provide additional information about individual triples, such as the source, the occuring time or place, or the certainty. Integrating such meta triples into semantic knowledge bases would enable the querying and reasoning mechanisms to be aware of provenance, time, location, ..."
Abstract
- Add to MetaCart
(Show Context)
Abstract. Meta triples provide additional information about individual triples, such as the source, the occuring time or place, or the certainty. Integrating such meta triples into semantic knowledge bases would enable the querying and reasoning mechanisms to be aware of provenance, time, location, or certainty of triples. However, an efficient RDF representation for such meta knowledge of triples remains challenging. The existing reification approach allows such meta knowledge of RDF triples to be expressed using RDF by two steps. The first step is representing the triple by a Statement instance which has subject, predicate, and object indicated separately in three different triples. The second step is creating assertions about that instance as if it is a statement. While reification is simple and intuitive, this approach does not have formal semantics and is not commonly used in practice as described in the RDF Primer. In this paper, we propose a novel approach called Singleton Property for representing meta triples and provide a formal semantics for it. We explain how this singleton property approach fits well with the existing syntax and formal semantics of RDF, and the syntax of SPARQL query language. We also demonstrate the use of singleton property in the representation and querying of meta knowledge in two examples of Semantic Web knowledge bases: YAGO2 and BKR. This approach, which is also simple and intuitive, can be easily adopted for representing and querying meta triples in other knowledge bases. draft 1