-
In https://github.com/hitontology/csv2rdf, we connect functions with features via the hito:subFeatureOf property, which is not included in the diagram, investigate.
-
Any chance you could return an error code on exception? I'm always surprised that the JVM doesn't do this automatically, but if an unhandled exception is raised, the return code defaults to 0 (success…
-
- Accept source and schema files as command line parameters
- Use a library which makes it easier to use help options ( eg -- help)
- Ensure it executes an actor system
- Create a validator class …
-
WHOdhi - 2. Healthcare Provider
- [x] 2.9.3 Report adverse drug events
- [x] 2.10.1 Transmit diagnostic result to healthcare provider
- [x] 2.10.2 Transmit and track diagnostic orders
- [x] 2.10…
-
When using the `separator` argument to attempt outputting multiple triples, the object of which is a URI, I don't get expected behaviour.
`example.csv`:
```csv
name,knows
Ross,"http://example.or…
-
Hello, so I was in the process of uninstalling mutt-wizard, and when I ran `make uninstall`, mutt-wizard wanted to delete `/usr/local/bin`, or it least the contents of it. Here is what I mean.
```sh
…
ghost updated
3 years ago
-
```
SELECT
{suffix("?parent")} AS ?parent_suffix
{suffix("?child")} AS ?child_suffix
{{
?child ?p ?parent.
?p rdfs:subPropertyOf hito:subClassifiedOf.
}}
```
## classified_has_child.sql
…
-
Hi,
I am curious if there is any preferred way to convert CSV data generated with LDBC SNB data generator into RDF? I suppose that it should be possible using e.g. this tool: https://www.w3.org/2013/…
-
**Describe the bug**
Contents of cwltool.log:
```
Original command: ./pgap.py -D singularity -r -o /oak/stanford/scg/prj_gbsc/workspace/rvnair/pgap/mg37_results test_genomes/MG37/input.yaml
Dock…
-
I have tried to run **csv2rdf** under both Windows 10 and a(n Alpine) Linux Docker container and it failed both times, due to differences between Python 2 and Python 3 strings and bytestreams.
I ha…