public class UriConverter extends Object implements INodeConverter<URI>
Node
to an RDF2Go URI
.
Literal
is just turned into URI
. URI
remains
URI
, LanguageTagLiteral
fails. DatatypeLiteral
works
only if type is xsd:anyURI. BlankNode
fails. Null returns null.Constructor and Description |
---|
UriConverter() |
Modifier and Type | Method and Description |
---|---|
URI |
toJava(Node node) |
Node |
toNode(Model model,
Object javaValue) |
public URI toJava(Node node)
toJava
in interface INodeConverter<URI>
Copyright © 2005–2017 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.