zazuko / clownface

Simple but powerful graph traversing library for RDF
https://zazuko.github.io/clownface/
37 stars 8 forks source link

feat: filtering pointer by language tag #63

Closed tpluscode closed 2 years ago

tpluscode commented 2 years ago
import { taggedLiteral } from 'clownface/filter'

let allLiteral: MultiPointer

const germanLiterals = allLiterals.filter(taggedLiteral(['de-CH', 'de']))