-
this document generates a parser error for the online validator/translator.
```
document
prefix ex
bundle ex:bundle1
entity(ex:report1, [ prov:type="report", ex:version=1 ])
endBundle
…
satra updated
10 years ago
-
In toolbox directory, run conversion of primer example
```
./target/appassembler/bin/provconvert -infile src/test/resources/primer-prov-xml-examples.xml -outfile target/foo.xml
./target/appasse…
-
The following converts the role ex:LoggedInUser to
"http://x/LoggedInUser" %% xsd:string
This shows up in both provn and json. I suspect the problem occurs when parsing rdf.
@prefix prov: http://w…
-
In the example below the PROV-N serialization of the wasInfluencedBy relation includes a "-".
``` python
In [1]: import prov.model as prov
In [2]: g = prov.ProvBundle()
In [3]: g.entity("e1")
Out[3]…
-
i have a provn file that i convert using provconvert to ttl, but my prefix `http://surfer.nmr.mgh.harvard.edu/fswiki/#` is not encoded as one in the rdf file.
neither are these guys:
http://www.w3.o…
satra updated
11 years ago
-
i'm using provpy from @trungdong library to create a provn doc.
```
document
prefix foaf
prefix dcterms
prefix nidm
prefix fs
collection(fs:bebe6c47562511e2858814109fcf6ae7, [prov:type…
satra updated
11 years ago
-
Converting the following provn->rdf fails:
```
document
prefix ex
entity(ex:e3)
entity(ex:e5)
activity(ex:a4)
wasGeneratedBy(ex:gen;ex:e3,ex:a4,-)
used(ex:gen;ex:a4,ex:e5,-)
endDocument
```
…
-
Wrong conversion to XML of the `dcterms:description` attribute below:
`entity(todays-us-supreme-court, [prov:type='prov:Collection', prov:type='RobertsCourt', dcterms:description='copied-string'])`
…