AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
204 stars 51 forks source link

XML Export for single Resources has too many triples #380

Closed shinobu closed 7 years ago

shinobu commented 8 years ago

Exporting single triples per XML has too many triples. My example resource had 3 triples and the other export function had only 3. The XML export has 39.

shinobu commented 7 years ago

Examples would be

Examples.zip

While the first example has the correct amount of tuples, the second doesn't

it seems as if this problem is size related

white-gecko commented 7 years ago

Actually there is not problem at all, if an export of a resource contains more triples. Its only a problem, if the export doesn't contain all intended triples. In this case of your second resource (http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/instances/ProductType2) the export also exports all the incoming edges, resp. inverse relations. I would even consider this behavior as "more correct", since the description of a resource consists of the complete context, incoming and outgoing edges.

Maybe you open a feature request for that we also export incoming edges with the other serializations.