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

Use prov:QUALIFIED_NAME instead of prov:QualifiedName #68

Closed
trungdong opened this issue Jul 8, 2015 · 0 comments
Closed

Use prov:QUALIFIED_NAME instead of prov:QualifiedName #68

trungdong opened this issue Jul 8, 2015 · 0 comments

Comments

@trungdong
Copy link
Owner

prov:QualifiedName is not defined by any of the PROV documents, while PROV-N specifies that prov:QUALIFIED_NAME is the type for qualified name literals:

The non terminals STRING_LITERAL, INT_LITERAL, and QUALIFIED_NAME_LITERAL are syntactic sugar for quoted strings with datatype xsd:string, xsd:int, and prov:QUALIFIED_NAME respectively.

trungdong added a commit that referenced this issue Aug 13, 2015
* Changed the type of qualified names to prov:QUALIFIED_NAME (fixed #68)
* Removed XSDQName class and stopped supporting parsing xsd:QName as qualified names
* Replaced pydot dependency with pydotplus
* Removed support for Python 2.6
* Various minor bug fixes and improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant