Skip to content

Commit

Permalink
Add method to get namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhn committed Feb 14, 2020
1 parent 9e90d67 commit a2d1118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/trustyuri/rdf/RdfFileContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ public List<Statement> getStatements() {
return statements;
}

public List<Pair<String,String>> getNamespaces() {
return namespaces;
}

public void propagate(RDFHandler handler) throws RDFHandlerException {
propagate(handler, true);
}
Expand Down

0 comments on commit a2d1118

Please sign in to comment.