Closed RubenSchalk closed 4 years ago
Note: this also happens with Python 2
I see, so in this case, while Month_Birth
and _Day_Birth
are in the csv file, you don't want them converted to linked data. You want the combination of YYYY-MM-DD
.
So a MVE CSV would be:
Year_Birth,Month_Birth,Day_Birth
1980,0,0
1970,6,29
Closing this issue for now, if the patch in the 2020
branch doesn't work, then let's reopen it.
If variable
x
should not be included as a separate triple, but variablex
is used in a@list
to specify anull
field for another variable, triples forx
are still generated.Example:
This will still produce triples for both
Month_Birth
andDay_Birth
, even when they are specified nowhere else in the metadata json.