- From: Michael Schneider <schneid@fzi.de>
- Date: Thu, 1 Jul 2010 02:53:31 +0200
- To: Jiří Procházka <ojirio@gmail.com>
- Cc: "Linked Data community" <public-lod@w3.org>, "Semantic Web" <semantic-web@w3.org>
Jirí Procházka wrote: >I wonder, when using owl:sameAs or related, to "name" literals to be >able to say other useful thing about them in normal triples (datatype, >language, etc) does it break OWL DL Literals in owl:sameAs axioms are not allowed in OWL (1/2) DL. owl:sameAs can only be used to equate individuals. An axiom of the form ex:u owl:sameAs "foo" . would, however, equate an individual with a data value. The semantics of OWL DL states that individuals and data values are disjoint [1], so such a statement would always lead to semantic inconsistency. But, in fact, the syntax of OWL DL disallows stating such an axiom, anyway: only URIs are allowed in sameness axioms [2]. >(or any other formalism OWL Full allows it, both syntactically and semantically. >which is base of some ontology extending RDF semantics)? OWL Full is an extension of the RDF Semantics in the sense of [3]. This explains why OWL Full can treat sameAs'ed literals semantically without problems: under the semantics of RDFS all data values are individuals ("rdfs:Literal rdfs:subClassOf rdfs:Resource"). So there is no disjointness between data values and individuals as in OWL DL. Also, as for RDFS, OWL Full allows for arbitrary RDF as input, so sameAs'ed literals are also syntactically allowed. Or would it if >rdf:sameAs was introduced? Such a definition would probably not be different from what OWL Full already provides, only at a different semantic layer. So I would consider it redundant in RDF. Michael [1] http://www.w3.org/TR/2009/REC-owl2-direct-semantics-20091027/#Interpretation s [2] http://www.w3.org/TR/2009/REC-owl2-syntax-20091027/#Individual_Equality [3] http://www.w3.org/TR/rdf-mt/#DefSemanticExtension -- Dipl.-Inform. Michael Schneider Research Scientist, Information Process Engineering (IPE) Tel : +49-721-9654-726 Fax : +49-721-9654-727 Email: michael.schneider@fzi.de WWW : http://www.fzi.de/michael.schneider ======================================================================= FZI Forschungszentrum Informatik an der Universität Karlsruhe Haid-und-Neu-Str. 10-14, D-76131 Karlsruhe Tel.: +49-721-9654-0, Fax: +49-721-9654-959 Stiftung des bürgerlichen Rechts, Az 14-0563.1, RP Karlsruhe Vorstand: Prof. Dr.-Ing. Rüdiger Dillmann, Dipl. Wi.-Ing. Michael Flor, Prof. Dr. Dr. h.c. Wolffried Stucky, Prof. Dr. Rudi Studer Vorsitzender des Kuratoriums: Ministerialdirigent Günther Leßnerkraus =======================================================================
Received on Thursday, 1 July 2010 00:54:14 UTC