dblum / GRR

Generating Random RDF
GNU General Public License v3.0
3 stars 1 forks source link

[Request] Exclude used schemas from generated RDF #4

Open yamalight opened 13 years ago

yamalight commented 13 years ago

It will be really cool, it there will be a way to remove used schemas from generated RDF (like checkbox on last tab or something), 'cos sometimes you don't need them and they only create problems.

danieb12 commented 13 years ago

any chance you'll give me a concrete example? are you talking about the the actual triples from the schema that are being added?

On Wed, Jun 8, 2011 at 2:39 PM, yamalight < reply@reply.github.com>wrote:

It will be really cool, it there will be a way to remove used schemas from generated RDF (like checkbox on last tab or something), 'cos sometimes you don't need them and they only create problems.

Reply to this email directly or view it on GitHub: https://github.com/danieb12/GRR/issues/4

yamalight commented 13 years ago

yup, look at this file for example: RandomDataGraphs/src/Examples/FoafBenchmark/ViaNl/OutputFiles/test.rdf line 291 - this is not generated data, this is pieces of schema which I for example do not want there in some cases

danieb12 commented 13 years ago

Will check it out... This is something that Jena's TDB adds when you add the schema to it. I'll let you know soon if there is an easy way to do it i'll add it (i agree it is annoying)

On Wed, Jun 8, 2011 at 10:11 PM, yamalight < reply@reply.github.com>wrote:

yup, look at this file for example: RandomDataGraphs/src/Examples/FoafBenchmark/ViaNl/OutputFiles/test.rdf line 291 - this is not generated data, this is pieces of schema which I for example do not want there in some cases

Reply to this email directly or view it on GitHub: https://github.com/danieb12/GRR/issues/4#comment_1329082