Example usage for org.apache.commons.rdf.api RDFTerm interface-usage

List of usage examples for org.apache.commons.rdf.api RDFTerm interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.rdf.api RDFTerm interface-usage.

Usage

From source file org.semanticweb.owlapi.io.RDFNode.java

/**
 * @author Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
 * @since 3.2
 */
public abstract class RDFNode
        implements Serializable, Comparable<RDFNode>, HasIRI, org.apache.commons.rdf.api.RDFTerm {

From source file org.semanticweb.owlapi6.io.RDFNode.java

/**
 * @author Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
 * @since 3.2
 */
public interface RDFNode extends Serializable, Comparable<RDFNode>, HasIRI, org.apache.commons.rdf.api.RDFTerm {