org.mindswap.convert.vocabulary
Class ConvertOntology

java.lang.Object
  extended byorg.mindswap.convert.vocabulary.ConvertOntology

public class ConvertOntology
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company: Mindswap (http://www.mindswap.org)

Author:
Michael Grove

Field Summary
static Resource Column
           
static Property columnMapping
           
static Resource DataMap
           
static Resource Function
           
static Property functionType
           
static Property hasAbbrev
           
static Property hasColumn
           
static Property hasColumnDelimiter
           
static Property hasDataMaps
           
static Property hasFunction
           
static Property hasImports
           
static Property hasInput
           
static Property hasLink
           
static Property hasOutput
           
static Property hasRowDelimiter
           
static Property hasURL
           
static Property headerRow
           
static Resource ImportStatement
           
static Resource MapFile
           
static Property mappings
           
static Resource MapStatement
           
static Property mapToType
           
static Property parameter
           
static Property rows
           
static Property targetMapping
           
static java.lang.String URL
           
 
Constructor Summary
ConvertOntology()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL

public static final java.lang.String URL
See Also:
Constant Field Values

MapFile

public static final Resource MapFile

hasImports

public static final Property hasImports

hasDataMaps

public static final Property hasDataMaps

hasInput

public static final Property hasInput

hasOutput

public static final Property hasOutput

hasRowDelimiter

public static final Property hasRowDelimiter

hasColumnDelimiter

public static final Property hasColumnDelimiter

MapStatement

public static final Resource MapStatement

targetMapping

public static final Property targetMapping

hasLink

public static final Property hasLink

hasFunction

public static final Property hasFunction

columnMapping

public static final Property columnMapping

Column

public static final Resource Column

hasColumn

public static final Property hasColumn

Function

public static final Resource Function

parameter

public static final Property parameter

functionType

public static final Property functionType

ImportStatement

public static final Resource ImportStatement

hasAbbrev

public static final Property hasAbbrev

hasURL

public static final Property hasURL

DataMap

public static final Resource DataMap

mapToType

public static final Property mapToType

rows

public static final Property rows

headerRow

public static final Property headerRow

mappings

public static final Property mappings
Constructor Detail

ConvertOntology

public ConvertOntology()