org.topbraid.core.model
Class Reification

java.lang.Object
  extended by org.topbraid.core.model.Reification

public class Reification
extends java.lang.Object

Global utility methods to operate on reified statements.

Author:
Holger Knublauch

Constructor Summary
Reification()
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Model model, com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
           
static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
           
static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Statement s)
           
static boolean isDefaultReificationProperty(com.hp.hpl.jena.rdf.model.Property p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reification

public Reification()
Method Detail

getReifiedStatements

public static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Statement s)

getReifiedStatements

public static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Resource subject,
                                                                        com.hp.hpl.jena.rdf.model.Property predicate,
                                                                        com.hp.hpl.jena.rdf.model.RDFNode object)

getReifiedStatements

public static com.hp.hpl.jena.rdf.model.Resource[] getReifiedStatements(com.hp.hpl.jena.rdf.model.Model model,
                                                                        com.hp.hpl.jena.rdf.model.Resource subject,
                                                                        com.hp.hpl.jena.rdf.model.Property predicate,
                                                                        com.hp.hpl.jena.rdf.model.RDFNode object)

isDefaultReificationProperty

public static boolean isDefaultReificationProperty(com.hp.hpl.jena.rdf.model.Property p)