-
- [x] 2c --> `IDs` does not exist in the source and the mapping should not generate an output
- [x] 4b --> subjectMap is term type literal and the mapping should not generate an output
- [x] 15b -->…
-
I'm running morph with a dataset of 3 CSV files (2GB in total), it writes the output correctly but the program doesn't stop running. I want to measure the time taken to produce the graph, so in order …
-
Do we already have any specifications in the case of having a list of output values? I think it falls more into the behavior of the engine but still makes sense to have the definition of the correct b…
-
Hi, I am using your package frequently to estimate WTP model and saw this post https://stats.stackexchange.com/questions/624305/mlogit-logitr-packages-fail-to-recover-true-estimates-of-mixed-logit-ran…
-
Hello,
I would like to create a triple with a literal value; for example,
Country A | hasMigrantFrom | Country B |
Country A | hasMigrants | 1 million |
Here, I am not able to relate that…
-
Hi! I'm attempting to translate a CSV file containing patient information into RDF-STAR format. I'm working with RDF-star to add metadata to my records, where it is necessary. I'm using the morph-kgc …
00ade updated
11 months ago
-
Having two sources (A and B) that can be joined by a field, would be possible to apply functions on some B fields and using them in any part of the TriplesMap from A?
Let me put an example.
Table …
-
I see that we currently have the logical source cardinality to be equal to 1,
i.e. each TriplesMap should have exactly 1 Logical Source.
this holds in v1 of the shapes and the current version of t…
-
At this moment mapping does not have the rdf:type rr:TriplesMap, which is totally fine with the R2RML spec. However, some tools like Virtuoso need the rr:TriplesMap type to find the mappings. Therefor…
-
#### What Happens?
There is a bug that prevents morph-kgc from reading ORC files
#### To Reproduce
Given the following:
[dummy.orc], constructed as follows:
```
users_df = pd.DataFrame({'I…