Hello all,

In section 7.7 of the dqr-server documentation (just below
http://www4.wiwiss.fu-berlin.de/bizer/d2rq/spec/#conditional) I read about
additionalProperties that would be added to a mapping. The example is:

map:PersonsClassMap a d2rq:ClassMap;
        d2rq:class :Person;
        d2rq:additionalClassDefinitionProperty map:PersonEquivalence.

map:PersonEquivalence a d2rq:AdditionalProperty;
        d2rq:propertyName owl:equivalentClass;
        d2rq:propertyValue foaf:Person.


My question is, if I make such a mapping, both queries should yield the same
results (IN d2r-server as is)?


SELECT distinct *
{
   ?person a :Person
}

and

SELECT distinct *
{
   ?person a foaf:Person
}


If not, what should I do in order to it happens?

Thanks''


Diogo F.C. PatrĂ£o
Manager of Medical Informatics
Biotechnology Laboratory
Hospital A.C. Camargo
http://www.accamargo.org.br/
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
d2rq-map-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to