Skip to content

Experiment: Open existing schema from sparql. #80

@ioggstream

Description

@ioggstream

I expect

  • A panel to select an existing schema retrieved from schema.gov.it
  • the selected schema to be shown inside the editor

Instead

  • none

Notes

prefix admsapit: <https://w3id.org/italia/onto/ADMS/> 
prefix COV: <https://w3id.org/italia/onto/COV/> 
prefix dcat: <http://www.w3.org/ns/dcat#> 
prefix dcatapit: <http://dati.gov.it/onto/dcatapit#> 
prefix dct: <http://purl.org/dc/terms/> 


select distinct * where {
?s 
  a dcatapit:Distribution ; 
  dcat:downloadURL ?url 
.
FILTER(
  STRSTARTS(
  STR(?s), 
  "https://w3id.org/italia/schemas/") 
)


} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions