Skip to content

Conversation

@pvgenuchten
Copy link

@pvgenuchten pvgenuchten commented Sep 18, 2025

especially in virtual columns the col:name and col:titles property should not be required

this PR sets them as None instead of throwing error

it enables col definitions such as:

{"columns": [
         {
           "virtual": true,
           "propertyUrl": "rdf:type",
           "valueUrl": "qudt:QuantityValue",
           "aboutUrl": "https://example.com/example3/{SAMPLE}/K/QV"
         },
         {
           "virtual": true,
           "propertyUrl": "qudt:unit",
           "aboutUrl": "https://example.com/example3/{SAMPLE}/K/QV",
           "valueUrl": "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM"
         }
]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant