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

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

Introduction

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

Usage

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

public class JCR_Literal extends JCR_Term implements Literal {

    /* package */ JCR_Literal(Node node) {
        super(node);
    }

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

public class LiteralImpl implements Literal {
    private final String lex;
    private final IRI datatype;
    private final Optional<String> lang;

    /* package */ LiteralImpl(String lex, IRI datatype, String lang) {

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

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

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

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