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

Bugs and enhancements #1

Open
GreatYYX opened this issue Sep 22, 2018 · 1 comment
Open

Bugs and enhancements #1

GreatYYX opened this issue Sep 22, 2018 · 1 comment

Comments

@GreatYYX
Copy link
Member

GreatYYX commented Sep 22, 2018

Bugs:

  • RDF prefix does not work properly: some URIs get converted to prefix:fragment, some are ns1:fragment (this is ok according to the definition of W3C), but some are still the full URIs.
  • Some BNodes still show arbitrary IDs (would be better if BNode is shown as "blank").

Enhancements:

  • Support converting a node to BNode based on regex. e.g., there are <URI1> <URI2> <URI3>, but I don't want to see the full URI of URI1, then I can add this filter and it will be converted to a BNode which will show as "blank". Notice this is not blacklist, because I still want to see this node but just don't want to see it's full URI.
  • Blacklist supports only subjects and objects (I'm not sure here), it would be better to support all subject, predicate and object URIs. Also, if a node has no connection (e.g., all its predicates are in blacklist), it can be hidden (I think this should be an option).

BTW, correct me if the feature is already there or I used it in the wrong way.

@GreatYYX GreatYYX changed the title Bugs and enhancement Bugs and enhancements Sep 22, 2018
@GreatYYX
Copy link
Member Author

Forgot to mention, would be better to add some useful commands of graphviz, like how to organize nodes in graph, to readme file.

@fatestigma fatestigma mentioned this issue Sep 24, 2018
6 tasks
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

1 participant