コード例 #1
0
ファイル: Foreword.java プロジェクト: alexgarciac/testbiotea
 /**
  * Create a new instance of this class in the model. That is, create the statement
  * (instanceResource, RDF.type, http://purl.org/spar/doco/Foreword).
  *
  * @param model an RDF2Go model
  * @param instanceResource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #class1]
  */
 public static void createInstance(
     Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {
   Base.createInstance(model, RDFS_CLASS, instanceResource);
 }
 /**
  * Create a new instance of this class in the model. That is, create the statement
  * (instanceResource, RDF.type, http://purl.org/rvl/PropertyToGraphicObjToObjRelationMapping).
  *
  * @param model an RDF2Go model
  * @param instanceResource an RDF2Go resource
  *     <p>[Generated from RDFReactor template rule #class1]
  */
 public static void createInstance(Model model, Resource instanceResource) {
   Base.createInstance(model, RDFS_CLASS, instanceResource);
 }