예제 #1
0
/**
 * Vocabulary definitions from
 * /home/myrtill/Hackystat_linkedData/mysqlProva/workspace/hackystat-linked-service-data/src/org/hackystat/linkedservicedata/vocabularies/voID.rdf
 *
 * @author Auto-generated by schemagen on 20 Aug 2009 19:14
 */
public class VoIDVocab {
  /** The ontology model that holds the vocabulary terms */
  private static OntModel m_model = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM, null);

  /** The namespace of the vocabulary as a string */
  public static final String NS = "http://rdfs.org/ns/void#";

  /**
   * The namespace of the vocabulary as a string
   *
   * @see #NS
   */
  public static String getURI() {
    return NS;
  }

  /** The namespace of the vocabulary as a resource */
  public static final Resource NAMESPACE = m_model.createResource(NS);

  // Vocabulary properties
  ///////////////////////////

  /** Announcement of an RDF dump of the dataset. */
  public static final OntProperty DATA_DUMP =
      m_model.createOntProperty("http://rdfs.org/ns/void#dataDump");

  public static final OntProperty EXAMPLE_RESOURCE =
      m_model.createOntProperty("http://rdfs.org/ns/void#exampleResource");

  public static final OntProperty FEATURE =
      m_model.createOntProperty("http://rdfs.org/ns/void#feature");

  public static final OntProperty LINK_PREDICATE =
      m_model.createOntProperty("http://rdfs.org/ns/void#linkPredicate");

  /** The sink target of an interlinking */
  public static final OntProperty OBJECTS_TARGET =
      m_model.createOntProperty("http://rdfs.org/ns/void#objectsTarget");

  public static final OntProperty SPARQL_ENDPOINT =
      m_model.createOntProperty("http://rdfs.org/ns/void#sparqlEndpoint");

  public static final OntProperty STAT_ITEM =
      m_model.createOntProperty("http://rdfs.org/ns/void#statItem");

  /** The source target of an interlinking */
  public static final OntProperty SUBJECTS_TARGET =
      m_model.createOntProperty("http://rdfs.org/ns/void#subjectsTarget");

  public static final OntProperty SUBSET =
      m_model.createOntProperty("http://rdfs.org/ns/void#subset");

  public static final OntProperty TARGET =
      m_model.createOntProperty("http://rdfs.org/ns/void#target");

  /** Defines a simple URI look-up protocol for accessing a dataset. */
  public static final OntProperty URI_LOOKUP_ENDPOINT =
      m_model.createOntProperty("http://rdfs.org/ns/void#uriLookupEndpoint");

  /** Defines a regular expression pattern matching URIs in the dataset. */
  public static final OntProperty URI_REGEX_PATTERN =
      m_model.createOntProperty("http://rdfs.org/ns/void#uriRegexPattern");

  /** A vocabulary that is used in the dataset. */
  public static final OntProperty VOCABULARY =
      m_model.createOntProperty("http://rdfs.org/ns/void#vocabulary");

  // Vocabulary classes
  ///////////////////////////
  public static final OntClass DATASET = m_model.createClass("http://rdfs.org/ns/void#Dataset");
}