Individual-Data Separation Inconsistency

From RIF

Revision as of 17:53, 2 November 2009 by StellaMitchell (Talk | contribs)
Jump to: navigation, search



Test TypePositiveEntailmentTest
ContributorJos de Bruijn
StatusApproved
RecordF2F11
DialectBLD
PurposeTest that violation of separation of the individual and data value domains leads to inconsistency
DescriptionThe rule requires every element, including every concrete data value, to be a member of the class ex:A. However, OWL DL requires every member of ex:A to not be a concrete data value. Therefore, the combination is inconsistent, and an inconsistent condition formula can be derived.
SeeAlso
SpecRefSWC#Semantics_of_RIF-OWL_DL_Combinations
ImportedDocument
Format Turtle
Location http://example.org/mygraph
Text@prefix ex: <http://example.org/#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . _:o rdf:type owl:Ontology . ex:A rdfs:subClassOf ex:B .
Premises
Presentation SyntaxDocument( Prefix(rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>) Prefix(ex <http://example.org/#>) Import(<http://example.org/mygraph> <http://www.w3.org/2007/rif-import-profile#OWL-DL>) Group ( Forall ?x (?x[rdf:type -> ex:A]) ) )
XMLview XML
Conclusion
Presentation Syntax"a"="b"
XMLview XML