-
https://github.com/lucmoreau/ProvToolbox/wiki/Installation#3-installing-binary-release
http://openprovenance.org/java/installer/provconvert-0.7.2.dmg
An error was occurred when attempting to install…
-
Some of the `.ttl` test files added in 14715177f86c7e0524dee89972bc8de2815f3efd use `xsd:QName`, which is no longer valid as a type for qualified names.
All such literals should be just prefixed names…
-
The whole process of dealing with data in `dat` should conform to the [PROV](http://www.w3.org/TR/prov-overview/) [1] standard by W3C.
Transformation and syncing in `dat` should conform to the [PROV D…
-
I am working on this, and have been using [pegjs](http://pegjs.org) to parse the prov-n notation to produce input for graphviz. More to follow in terms of integration into the website.
-
prov-n internationalized strings are currently serialized as
"un lieu"@fr %% prov:InternationalizedString
instead of
"un lieu"@fr
The type prov:InternationalizedString is the type for such strin…
-
Hi @isurues
I am trying to compile komadu-1.0 on Fedora 20/x86_64 bit machine. I followed the build steps given in the repository's documentation and am experiencing compilation error when building f…
-
Hi,
I am having trouble building ProvToolbox 0.4.0 on Linux RedHat el6. I can only see versions 0.6.2 and 0.6.1 at [http://mvnrepository.com/artifact/org.openprovenance.prov/prov-xml](http://mvnrepos…
-
```
~ 70% cat test.ttl
@prefix prov: .
a prov:Entity.
```
```
~ 71% provconvert -infile test.ttl -outfile - -outformat provn
document
prefix pre_1
prefix bnode
prefix xsd
prefix pre_0
entity(p…
-
The provn parser accepts a document in which an attribute list is missing either or both of their [ ] characters. Eg
document
prefix ex http://example.com/
entity(ex:a, ex:b='ex:c')
endDocument
It d…
-
provconvert/ProvToolbox seems to have issues with specifying qname literals as
"foo:bar" %% prov:QualifiedName in provn. See the template and binding at:
https://gist.github.com/dtm/5927338044515af…