Skip to content
New issue

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

org.apache.jena.datatypes prefix for non-string datatypes #641

Closed
brechtvdv opened this issue May 30, 2024 · 2 comments
Closed

org.apache.jena.datatypes prefix for non-string datatypes #641

brechtvdv opened this issue May 30, 2024 · 2 comments
Labels
needs triage Issue needs to be evaluated by team

Comments

@brechtvdv
Copy link

LDIO version: image: ldes/ldi-orchestrator:2.6.0-SNAPSHOT

Pipeline:

orchestrator:
  pipelines:
    - name: touristattractions
      description: "This pipeline will take members from IMJV, and send to an LDES server"
      input:
        name: Ldio:LdesClient
        config:
          urls:
            - https://ca-westtoer-ldes.bluesea-b3dcdb70.westeurope.azurecontainerapps.io/touristattractions
          sourceFormat: text/turtle
          materialisation:
            enabled: false
          retries:
            enabled: true
            max: 10
            statuses-to-retry: 403
      outputs:
        - name: Ldio:ConsoleOut
          config:
            rdf-writer:
              content-type: application/n-quads
        - name: Ldio:RepositoryMaterialiser
          config:
            sparql-host: http://rdf4j-server:8080/rdf4j-server
            repository-id: jena

Datatypes other than strings (double, custom URI) get a org.apache.jena.datatypes prefix inside the string:

<http://www.w3.org/ns/locn#geometry>
                [ a       <https://data.vlaanderen.be/ns/generiek#Geometrie>;
                  <http://www.w3.org/2003/01/geo/wgs84_pos#lat>
                          "org.apache.jena.datatypes.BaseDatatype$TypedValue@a72bbd98"^^<https://www.w3.org/2001/XMLSchema#double>;
                  <http://www.w3.org/2003/01/geo/wgs84_pos#long>
                          "org.apache.jena.datatypes.BaseDatatype$TypedValue@a6d1e164"^^<https://www.w3.org/2001/XMLSchema#double>
                ];

This was not the case with LDIO version: image: ldes/ldi-orchestrator:1.13.0

@brechtvdv brechtvdv added the needs triage Issue needs to be evaluated by team label May 30, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in VSDS Backlog May 30, 2024
@brechtvdv
Copy link
Author

brechtvdv commented May 30, 2024

I see this is an issue since 2.4.0-SNAPSHOT

@jobulcke
Copy link
Collaborator

Resolved in #644

@github-project-automation github-project-automation bot moved this from 📋 Backlog to 👀 In review in VSDS Backlog May 31, 2024
@Yalz Yalz moved this from 👀 In review to ✅ Done in VSDS Backlog Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be evaluated by team
Projects
Archived in project
Development

No branches or pull requests

2 participants