We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Software version: v11.38.0-SNAPSHOT. Database version: 23.
When having a schema such as:
When creating data in the composite table and referring to that row in the ref table, the RDF API does not include that reference:
composite
ref
<http://localhost:8080/test/api/rdf/Composite?a=1&b=2> a Test:Composite, qb:Observation; qb:dataSet Test:Composite; rdfs:label "1 2"; <http://localhost:8080/test/api/rdf/Composite/column/a> "1"; <http://localhost:8080/test/api/rdf/Composite/column/b> "2"; <http://localhost:8080/test/api/rdf/Composite/column/mg_draft> false; fdp-o:metadataIssued "2024-12-05T16:33:27"^^xsd:dateTime; dcterms:issued "2024-12-05T16:33:27"^^xsd:dateTime; <http://localhost:8080/test/api/rdf/Composite/column/mg_insertedOn> "2024-12-05T16:33:27"^^xsd:dateTime; fdp-o:metadataModified "2024-12-05T16:33:27"^^xsd:dateTime; <http://localhost:8080/test/api/rdf/Composite/column/mg_updatedOn> "2024-12-05T16:33:27"^^xsd:dateTime . <http://localhost:8080/test/api/rdf/Ref?id=1> a Test:Ref, qb:Observation; qb:dataSet Test:Ref; rdfs:label "1"; <http://localhost:8080/test/api/rdf/Ref/column/id> "1"; <http://localhost:8080/test/api/rdf/Ref/column/mg_draft> false; fdp-o:metadataIssued "2024-12-05T16:34:09"^^xsd:dateTime; dcterms:issued "2024-12-05T16:34:09"^^xsd:dateTime; <http://localhost:8080/test/api/rdf/Ref/column/mg_insertedOn> "2024-12-05T16:34:09"^^xsd:dateTime; fdp-o:metadataModified "2024-12-05T16:34:09"^^xsd:dateTime; <http://localhost:8080/test/api/rdf/Ref/column/mg_updatedOn> "2024-12-05T16:34:09"^^xsd:dateTime .
The following triple should be included:
<http://localhost:8080/test/api/rdf/Ref?id=1> <http://localhost:8080/test/api/rdf/Ref/column/ref> <http://localhost:8080/test/api/rdf/Composite?a=1&b=2> .
No response
The text was updated successfully, but these errors were encountered:
REFBACKS to composite keys cause errors in RDF API, such as:
{ "errors" : [ { "message" : "RDF export failed due to an exception: Query failed: : column a0.reused in resources.resource does not exist. " } ] }
Sorry, something went wrong.
svandenhoek
Successfully merging a pull request may close this issue.
Have you checked if this issue already exists?
Molgenis EMX2 version
Software version: v11.38.0-SNAPSHOT. Database version: 23.
Description
When having a schema such as:
When creating data in the
composite
table and referring to that row in theref
table, the RDF API does not include that reference:Reproduction steps
Expected behaviour
The following triple should be included:
System configuration
No response
The text was updated successfully, but these errors were encountered: