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

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

Introduction

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

Usage

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

/**
 * @author Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
 * @since 3.2
 */
public abstract class RDFResource extends RDFNode implements org.apache.commons.rdf.api.BlankNodeOrIRI {

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

/**
 * @author Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
 * @since 3.2
 */
public abstract class RDFResource implements RDFNode, org.apache.commons.rdf.api.BlankNodeOrIRI {