-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request