-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Hi,
I used the tool to migrate from the server 2.x to 3.x and this is what I got from some of my datasets. Here a composite data source uses (among others) a HDT data source. The HDT data source itself works, but the composite one is empty (0 quads), but no errors are shown. This worked with 2.x though. I didn't change anything to what the migration tool generated. Is there an error somewhere in my configuration?
{
"@id": "urn:ldf-server:myDatasource2022-01",
"@type": "CompositeDatasource",
"quads": false,
"datasourcePath": "2022-01",
"datasourceTitle": "January 2022",
"description": "Between Our Worlds Dataset for January 2022",
"compose": [
"urn:ldf-server:myDatasource2022-01-anime",
"urn:ldf-server:myDatasourceontology",
"urn:ldf-server:myDatasourceactionstatus"
]
},
{
"@id": "urn:ldf-server:myDatasource2022-01-anime",
"@type": "HdtDatasource",
"quads": false,
"datasourcePath": "2022-01-anime",
"datasourceTitle": "January 2022",
"description": "Between Our Worlds Dataset for January 2022",
"hide": true,
"hdtFile": "/var/www/data/2022-01.hdt"
}