+ "value": "# [endpoint=https://test.lindas.admin.ch/query]\n \n\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> \n PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> \n PREFIX blueprint: <https://flux.described.at/> \n\n CONSTRUCT {\n <https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink> blueprint:result <https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink/0> .\n <https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink/0> a blueprint:CompositionLinkResult .\n <https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink/0> blueprint:result ?result .\n <https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink/0> rdfs:label \"Publisher\" .\n ?result ?resultP ?resultO .\n ?element_1 ?connectionPointP ?connectionPointO .\n ?result blueprint:target ?element_1 .\n \n } WHERE {\n {\n # first path element - form link\n <https://register.ld.admin.ch/staatskalender/organization/10008671> a <http://schema.org/GovernmentOrganization> .\n <https://register.ld.admin.ch/staatskalender/organization/10008671> ^<https://schema.ld.admin.ch/datamngt#hasOwnerOrganization>/<https://schema.ld.admin.ch/datamngt#containsDataset> ?result .\n ?result a <https://schema.ld.admin.ch/datamngt#DatasetRoot> .\n \n VALUES ?resultP {\n rdf:type\n rdfs:label\n }\n ?result ?resultP ?resultO .\n \n }\n }",
0 commit comments