public class LanguageFilterModel extends Object
| Constructor and Description |
|---|
LanguageFilterModel() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Model |
filterModel(org.apache.jena.rdf.model.Model m,
List<String> langs) |
public org.apache.jena.rdf.model.Model filterModel(org.apache.jena.rdf.model.Model m,
List<String> langs)
m - the model to filter. May not be null.langs - list of strings of type 'en-US'. May not be null.Copyright © 2021. All rights reserved.