-
[Mike Conlon](https://github.com/mconlon17) (Migrated from [VIVO-1473](https://vivo-project.atlassian.net/browse/VIVO-1473)) said:
Write a one pager for data analysts describing the vivo approach to …
-
[Mike Conlon](https://vivo-project.atlassian.net/jira/people/557058:e85949dc-6c3c-425e-9fe4-6a5ad1e0d082) (Migrated from [VIVO-1473](https://vivo-project.atlassian.net/browse/VIVO-1473)) said:
Write …
-
[Mike Conlon](https://github.com/mconlon17) (Migrated from [VIVO-1473](https://vivo-project.atlassian.net/browse/VIVO-1473)) said:
Write a one pager for data analysts describing the vivo approach to …
-
The templates will be in [Notation3](https://en.wikipedia.org/wiki/Notation3) format and will be a result of the execution of a script (or XSL) implemented by @lindareijnhoudt
The actual prefix to r…
-
➜ python
Python 3.6.3 (default, Oct 11 2017, 14:49:33) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scriptcwl
INFO:rdflib:RDFLib Version: 4.2.2
…
-
I got this:
```
File "ws23/ws23.py", line 35, in web_search_to_triples triples = g.serialize(format=RDFLIB_FORMAT).split("\n")
File "/usr/local/lib/python2.7/dist-packages/rdflib/graph.py", line 936,…
-
I'm trying to parse the .ttl file using Parse like so:
g.parse(urn,format="turtle")
and it fails with the message:
Traceback (most recent call last):
File "csi_7.py", line 59, in
ba=g.parse(u…
-
```
Hi,
I'm using FuXi as inference engine, and it receives the rules expressed in N3
format. Everything goes ok until I need to put a Freebase predicate such as
http://rdf.freebase.com/ns/object.ty…
-
```
A Serialization/deserialization roundtrip of a certain class of Literals fails
when there are both, newline characters and multiple subsequent quotation marks
in the lexical form of the Literal …
-
```
The CWM parser is more or less defining the N3 "standard".
Sean B. Palmer has already disconnected it from CWM here:
http://inamidst.com/list/sw/trio/
I propose we take this and integrate it …