Package org.wikier.trioo.jtrioo.models

Examples of org.wikier.trioo.jtrioo.models.BlankNode


  private static final String SERIALIZATION = "RDF/XML-ABBREV";
  private BlankNode bnode;
 
  @Before
  public void before() {
    this.bnode = new BlankNode();
    this.bnode.setName("Alice");
  }
View Full Code Here

TOP

Related Classes of org.wikier.trioo.jtrioo.models.BlankNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.