List of usage examples for org.apache.commons.rdf.api BlankNode interface-usage
From source file org.apache.jena.commonsrdf.impl.JCR_BlankNode.java
public class JCR_BlankNode extends JCR_Term implements BlankNode, JenaNode { /*package*/ JCR_BlankNode(Node node) { super(node); }
From source file org.apache.somewhere.general.BlankNodeImpl.java
public class BlankNodeImpl implements BlankNode { private static final UUID SALT = UUID.randomUUID(); final UUID uuid; /*package*/ BlankNodeImpl() { // Type 4 UUID. Can't clash with type 3.
From source file org.semanticweb.owlapi6.io.RDFResourceBlankNode.java
/** * Anonymous node implementation. */ public class RDFResourceBlankNode extends RDFResource implements org.apache.commons.rdf.api.BlankNode { /**
From source file org.semanticweb.owlapi.io.RDFResourceBlankNode.java
/** * Anonymous node implementation. */ public class RDFResourceBlankNode extends RDFResource implements org.apache.commons.rdf.api.BlankNode { /**