de.fuberlin.wiwiss.semmf.vocabulary
Class MD

java.lang.Object
  extended by de.fuberlin.wiwiss.semmf.vocabulary.MD

public abstract class MD
extends java.lang.Object

Vocabulary (in form of Jena objects) used for creating matching descriptions.

Version:
1.2 last modified 29.11.2006
Author:
Radoslaw Oldakowski

Field Summary
static com.hp.hpl.jena.rdf.model.Property caseSensitive
           
static com.hp.hpl.jena.rdf.model.Resource ClusterMatchingDescription
           
static com.hp.hpl.jena.rdf.model.Property decreaseSim
           
static com.hp.hpl.jena.rdf.model.Resource ExpMilestCalc
           
static com.hp.hpl.jena.rdf.model.Resource GraphMatchingDescription
           
static com.hp.hpl.jena.rdf.model.Property hasClusterMatchingDescriptions
           
static com.hp.hpl.jena.rdf.model.Property hasNodeMatchingDescriptions
           
static com.hp.hpl.jena.rdf.model.Property hasPropertyMatchingDescriptions
           
static com.hp.hpl.jena.rdf.model.Property k_factor
           
static com.hp.hpl.jena.rdf.model.Property label
           
static com.hp.hpl.jena.rdf.model.Resource LinMilestCalc
           
private static com.hp.hpl.jena.rdf.model.Model m
          Used to create instances of Jena classes: Resource and Property
static com.hp.hpl.jena.rdf.model.Property maxDevFraction
           
static com.hp.hpl.jena.rdf.model.Resource NodeMatchingDescription
           
static java.lang.String NS
          Namespace of the vocabulary
static com.hp.hpl.jena.rdf.model.Resource NumericMatcher
           
static com.hp.hpl.jena.rdf.model.Resource PropertyMatchingDescription
           
static com.hp.hpl.jena.rdf.model.Property queryGraphURI
           
static com.hp.hpl.jena.rdf.model.Property queryModelURL
           
static com.hp.hpl.jena.rdf.model.Property queryNodePath
           
static com.hp.hpl.jena.rdf.model.Property queryPropURI
           
static com.hp.hpl.jena.rdf.model.Property resGraphURIpath
           
static com.hp.hpl.jena.rdf.model.Property resModelURL
           
static com.hp.hpl.jena.rdf.model.Property resNodePath
           
static com.hp.hpl.jena.rdf.model.Property resPropURI
           
static com.hp.hpl.jena.rdf.model.Property reverseMatching
           
static com.hp.hpl.jena.rdf.model.Property rootConceptURI
           
static com.hp.hpl.jena.rdf.model.Property simInheritance
           
static com.hp.hpl.jena.rdf.model.Resource StringMatcher
           
static com.hp.hpl.jena.rdf.model.Resource TaxonomicMatcher
           
static com.hp.hpl.jena.rdf.model.Property taxonomy
           
static com.hp.hpl.jena.rdf.model.Resource Taxonomy
           
static com.hp.hpl.jena.rdf.model.Property taxonomyURL
           
static com.hp.hpl.jena.rdf.model.Property useMatcher
           
static com.hp.hpl.jena.rdf.model.Property useMilestoneCalc
           
static com.hp.hpl.jena.rdf.model.Property weight
           
 
Constructor Summary
MD()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m

private static com.hp.hpl.jena.rdf.model.Model m
Used to create instances of Jena classes: Resource and Property


NS

public static final java.lang.String NS
Namespace of the vocabulary

See Also:
Constant Field Values

GraphMatchingDescription

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

ClusterMatchingDescription

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

NodeMatchingDescription

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

PropertyMatchingDescription

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

NumericMatcher

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

StringMatcher

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

TaxonomicMatcher

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

Taxonomy

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

ExpMilestCalc

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

LinMilestCalc

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

queryModelURL

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

resModelURL

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

queryGraphURI

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

resGraphURIpath

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

hasClusterMatchingDescriptions

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

label

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

weight

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

hasNodeMatchingDescriptions

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

useMatcher

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

reverseMatching

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

queryNodePath

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

resNodePath

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

hasPropertyMatchingDescriptions

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

queryPropURI

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

resPropURI

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

decreaseSim

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

maxDevFraction

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

caseSensitive

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

simInheritance

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

taxonomy

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

useMilestoneCalc

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

taxonomyURL

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

rootConceptURI

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

k_factor

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

MD

public MD()