michielbdejong / meute

Platform for building server-less web apps with per-user backends.
https://meute.5apps.com/
6 stars 0 forks source link

retrieve /chats folder and chats in there #27

Closed michielbdejong closed 5 years ago

michielbdejong commented 5 years ago

temporary situation, should later be improved with #28

michielbdejong commented 5 years ago

should probably use ldflex or rdf.js

michielbdejong commented 5 years ago

having some trouble querying the librdf store

store.match('https://michielbdejong.inrupt.net/chats/') [] store.match('https://michielbdejong.inrupt.net/chats/#') [] store.match('https://michielbdejong.inrupt.net/chats/kjetil/') [] store.match(null, 'http://www.w3.org/ns/ldp#contains') [] store.match('https://michielbdejong.inrupt.net/chats/') [] store.match(null, 'http://www.w3.org/ns/ldp#contains') [] store.match(null, null, 'https://michielbdejong.inrupt.net/chats/') [e]0: eobject: t {termType: "Literal", value: "https://michielbdejong.inrupt.net/chats/"}predicate: t {termType: "NamedNode", value: "http://www.w3.org/2007/ont/link#requestedURI"}subject: t {termType: "BlankNode", id: "n1", value: "n1"}why: t {termType: "BlankNode", id: "n0", value: "n0"}graph: (...)proto: Objectlength: 1proto: Array(0) store.match(null, null, 'https://michielbdejong.inrupt.net/chats/#') []