Michael Luggen
Michael Luggen
E.g. Cloudflare can be used as DDNS by just using the API which they provide.
It might be possible to create a query constructor looking something like the following: ```js d3.sparql(endpoint) .prefix("vcard","http://www.w3.org/2006/vcard/ns#") .select("card") .select("name") .where("card", a, "vcard:Individual") .where("card", "vcard:name", "name") .filter("name", "=", "Michael") .limit(100) ```...
First DRAFT: # Trifid ## What is Trifid? It's a Web server specialized in Linked Data. The main functionalities of trifid are: ### Provide a SPARQL endpoint (proxy) Backed by...
Design similar to: https://github.com/zazuko/zazuko.com
In cases like https://ld.admin.ch/country/CHE all Cantons are listed.. but the `term` only shows a number. Where available first show the (multilingual) label, based on following prio: * skos:prefLabel * rdfs:label...
## Show the prefix if known instead only the term * In examples like: https://register.ld.admin.ch/zefix/company/1198554/address it is not clear anymore from which ontology a predicate comes from by only showing...
To make it clear where the triples come from to the end-user we should be able to also show the Named Graph and/or Endpoint in the HTML interface to the...
If there are rdf:list in the resource, show them as a list.
To propose to the end-user different links to different ways to consume a resource we would need a sort of a registry. The goal is to render a list of...
For development often multiple Environments are set-up. (E.g. Production, Integration, Testing). To be able to dereference on the final (normally production) namespace, but still use the other environments it is...