Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignoreRdfType=true doesn't work #18

Closed
dgarijo opened this issue Mar 25, 2015 · 1 comment
Closed

ignoreRdfType=true doesn't work #18

dgarijo opened this issue Mar 25, 2015 · 1 comment

Comments

@dgarijo
Copy link
Contributor

dgarijo commented Mar 25, 2015

Tested with http://ontosoft.org/software/ontosoft-v0.99.owl

Conf file:
pathToDot=/usr/local/bin/dot;
pathToTempDir=/tmp;
imageSize=1501;
rankdir=LR;

shapes

classShape=diamond;

individualShape=diamond;

literalShape=box;

arrowhead=normal;

arrowtail=normal;

arrowdir=forward;

colors

classColor=orange;

individualColor=orange;

literalColor=blue;

arrowColor=blue;

files

generateGvFile=true;
generateGraphMLFile=true;

RDF options

nodeNameMode=localname;
ignoreLiterals=true;
ignoreRdfType=true;
synthesizeObjectProperties=true;

lists

includeOnlyElementList=[<>];

@idafensp
Copy link
Owner

Bug fixed, as includeOnlyElementList was empty, the ignoreLiterals and ignoreRdfType filters were not being applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants