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

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

Introduction

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

Usage

From source file org.apache.somewhere.general.IRIImpl.java

public class IRIImpl implements IRI {

    private final String iriStr;

    /*package*/ IRIImpl(String iriStr) {
        validateIRI(iriStr);

From source file org.apache.jena.commonsrdf.impl.JCR_IRI.java

public class JCR_IRI extends JCR_Term implements IRI, JenaNode {

    /*package*/ JCR_IRI(String iriStr) {
        super(NodeFactory.createURI(iriStr));
    }

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

/**
 * IRI node implementation.
 */
public class RDFResourceIRI extends RDFResource implements org.apache.commons.rdf.api.IRI {

    private final IRI resource;

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

/**
 * IRI node implementation.
 */
public class RDFResourceIRI extends RDFResource implements org.apache.commons.rdf.api.IRI {

    private final IRI resource;

From source file org.semanticweb.owlapi6.model.IRI.java

/**
 * Represents International Resource Identifiers.
 *
 * @author Matthew Horridge, The University of Manchester, Information Management Group
 * @since 3.0.0
 */

From source file org.semanticweb.owlapi.model.IRI.java

/**
 * Represents International Resource Identifiers.
 *
 * @author Matthew Horridge, The University of Manchester, Information Management Group
 * @since 3.0.0
 */