it.uniroma2.art.owlart.resources
Class Resources

java.lang.Object
  extended by it.uniroma2.art.owlart.resources.Resources

public class Resources
extends java.lang.Object

this class provides static methods for accessing available resources from this library

Author:
Armando Stellato

Constructor Summary
Resources()
           
 
Method Summary
static java.lang.String getOWLDefinitionFilePath()
          path to an rdfs file containing definitions for the owl 1.0 language
static java.lang.String getSKOSDefinitionFilePath()
          path to an owl file containing definitions for the skos vocabulary
static java.lang.String getSKOSXLDefinitionFilePath()
          path to an owl file containing definitions for the skos-xl vocabulary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

getOWLDefinitionFilePath

public static java.lang.String getOWLDefinitionFilePath()
path to an rdfs file containing definitions for the owl 1.0 language

Returns:

getSKOSDefinitionFilePath

public static java.lang.String getSKOSDefinitionFilePath()
path to an owl file containing definitions for the skos vocabulary

Returns:

getSKOSXLDefinitionFilePath

public static java.lang.String getSKOSXLDefinitionFilePath()
path to an owl file containing definitions for the skos-xl vocabulary

Returns:


Copyright © 2011 ART Group, University of Rome, Tor Vergata. All Rights Reserved.