org.openrdf.elmo
Interface RdfTypeFactory<URI>

Type Parameters:
URI - Class used to represent a rdf:type URI.
All Known Implementing Classes:
SesameTypeFactory

public interface RdfTypeFactory<URI>

Can converts a String to a implementation specific rdf:type.

Author:
James Leigh

Method Summary
 URI createRdfType(String rdfType)
           
 

Method Detail

createRdfType

URI createRdfType(String rdfType)


Copyright © 2004-2008 Aduna. All Rights Reserved.