com.clarkparsia.pellet.sparqldl.parser
Class SparqldlExtensionsVocabulary

java.lang.Object
  extended by com.clarkparsia.pellet.sparqldl.parser.SparqldlExtensionsVocabulary

public class SparqldlExtensionsVocabulary
extends java.lang.Object

Title: Vocabulary for nonOWL SPARQL-DL constructs.

Description:

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Petr Kremen

Field Summary
static com.hp.hpl.jena.rdf.model.Property directSubClassOf
           
static com.hp.hpl.jena.rdf.model.Property directSubPropertyOf
           
static com.hp.hpl.jena.rdf.model.Property directType
           
static java.lang.String sdlExtensionsBase
           
static java.lang.String sdlExtensionsNs
           
static com.hp.hpl.jena.rdf.model.Property strictSubClassOf
           
static com.hp.hpl.jena.rdf.model.Property strictSubPropertyOf
           
 
Constructor Summary
SparqldlExtensionsVocabulary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sdlExtensionsBase

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

sdlExtensionsNs

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

strictSubClassOf

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

directSubClassOf

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

directSubPropertyOf

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

strictSubPropertyOf

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

directType

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

SparqldlExtensionsVocabulary

public SparqldlExtensionsVocabulary()


Copyright © 2004 Evren Sirin. All Rights Reserved.