Skip to content

Composite data source is empty in 3.x (worked in 2.x) #149

@pheyvaer

Description

@pheyvaer

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions