Skip to content

Conversation

pvgenuchten
Copy link

this patch parses full url template in aboutUrl or valueUrl

you can now do things like:

{
"aboutUrl": "https://example.com/example3/{example}/{foo}", 
"tableSchema":
"columns": [
         {
            "name": "example",
            "valueUrl": "https://example.com/example3/{example}/{foo}", 
            "propertyUrl": "sosa:hasResult",
            "titles": "example",
            "datatype": "string"
          },{
             "name": "foo",
             "titles": "foo",
             "datatype": "string"
         }
       ]
  }

Copy link

@ceteri ceteri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, many thanks @pvgenuchten

@ceteri ceteri merged commit 7fe1b13 into DerwenAI:master Sep 16, 2025
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.

2 participants