org.mindswap.pellet.swrl
Class OWLRuleVocabulary

java.lang.Object
  extended by org.mindswap.pellet.swrl.OWLRuleVocabulary

public class OWLRuleVocabulary
extends java.lang.Object


Field Summary
static com.hp.hpl.jena.rdf.model.Property antecedent
           
static com.hp.hpl.jena.rdf.model.Property argument1
           
static com.hp.hpl.jena.rdf.model.Property argument2
           
static com.hp.hpl.jena.rdf.model.Resource classAtom
           
static com.hp.hpl.jena.rdf.model.Property classPredicate
           
static com.hp.hpl.jena.rdf.model.Property consequent
           
static com.hp.hpl.jena.rdf.model.Resource datavaluedPropertyAtom
           
static com.hp.hpl.jena.rdf.model.Resource differentIndividualAtom
           
static com.hp.hpl.jena.rdf.model.Resource individualPropertyAtom
           
static com.hp.hpl.jena.rdf.model.Property propertyPredicate
           
static com.hp.hpl.jena.rdf.model.Resource Rule
           
static com.hp.hpl.jena.rdf.model.Resource sameIndividualAtom
           
static com.hp.hpl.jena.rdf.model.Resource Variable
           
 
Constructor Summary
OWLRuleVocabulary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Rule

public static final com.hp.hpl.jena.rdf.model.Resource Rule

Variable

public static final com.hp.hpl.jena.rdf.model.Resource Variable

individualPropertyAtom

public static final com.hp.hpl.jena.rdf.model.Resource individualPropertyAtom

datavaluedPropertyAtom

public static final com.hp.hpl.jena.rdf.model.Resource datavaluedPropertyAtom

classAtom

public static final com.hp.hpl.jena.rdf.model.Resource classAtom

sameIndividualAtom

public static final com.hp.hpl.jena.rdf.model.Resource sameIndividualAtom

differentIndividualAtom

public static final com.hp.hpl.jena.rdf.model.Resource differentIndividualAtom

antecedent

public static final com.hp.hpl.jena.rdf.model.Property antecedent

consequent

public static final com.hp.hpl.jena.rdf.model.Property consequent

propertyPredicate

public static final com.hp.hpl.jena.rdf.model.Property propertyPredicate

argument1

public static final com.hp.hpl.jena.rdf.model.Property argument1

argument2

public static final com.hp.hpl.jena.rdf.model.Property argument2

classPredicate

public static final com.hp.hpl.jena.rdf.model.Property classPredicate
Constructor Detail

OWLRuleVocabulary

public OWLRuleVocabulary()


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.