(quads, uri, contentType)
| 788 | } |
| 789 | |
| 790 | parseQuads (quads, uri, contentType) { |
| 791 | const graph = $rdf.graph() |
| 792 | $rdf.parse(quads, graph, uri, contentType) |
| 793 | return graph.statements |
| 794 | } |
| 795 | |
| 796 | async getAvailableUrl (hostname, containerURI, { slug = uuid(), extension, container } = {}) { |
| 797 | let requestUrl = this.resourceMapper.resolveUrl(hostname, containerURI) |
no test coverage detected