Closed michielbdejong closed 5 years ago
should probably use ldflex or rdf.js
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/#') []
temporary situation, should later be improved with #28