-
Notifications
You must be signed in to change notification settings - Fork 42
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
prov label strings and qualified names #104
Comments
You need to provide a string. No plan to support qualified names. On 05/02/2015 12:42, heatherpacker wrote:
Professor Luc Moreau |
There is now a warning printed by provconvert in this situation. 14:46:46,731 WARN ProvFactory:147 - label value is not a string 'cas:{http://smartsociety-project.github.io/cas/#}View' |
Created a new issue to handle strict mode. |
Using the provtoolbox to convert the following into provn:
document
prefix cas http://smartsociety-project.github.io/cas/#
prefix var http://openprovenance.org/var#
endDocument
produces:
document
prefix cas http://smartsociety-project.github.io/cas/#
prefix xsd http://www.w3.org/2001/XMLSchema
prefix var http://openprovenance.org/var#
entity(var:view,[prov:type = 'cas:View', prov:label = "'cas:{http://smartsociety-project.github.io/cas/#}View'"])
endDocument
Prov DM says that labels only supports strings, so should this create an error. Will labels be able to support qualified names in the future?
The text was updated successfully, but these errors were encountered: