org.apache.stanbol.enhancer.servicesapi.rdf
Class OntologicalClasses

java.lang.Object
  extended by org.apache.stanbol.enhancer.servicesapi.rdf.OntologicalClasses

public class OntologicalClasses
extends java.lang.Object

Common entity types, a.k.a. ontological classes to be used as valuation of the rdf:type (Properties.RDF_TYPE) property in the metadata graph of content items. Copy and paste the URLs of the classes in a browser to get the definition of the class.

Author:
ogrisel@nuxeo.com

Field Summary
static org.apache.clerezza.rdf.core.UriRef DBPEDIA_ORGANISATION
           
static org.apache.clerezza.rdf.core.UriRef DBPEDIA_PERSON
           
static org.apache.clerezza.rdf.core.UriRef DBPEDIA_PLACE
           
static org.apache.clerezza.rdf.core.UriRef SKOS_CONCEPT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBPEDIA_PERSON

public static final org.apache.clerezza.rdf.core.UriRef DBPEDIA_PERSON

DBPEDIA_PLACE

public static final org.apache.clerezza.rdf.core.UriRef DBPEDIA_PLACE

DBPEDIA_ORGANISATION

public static final org.apache.clerezza.rdf.core.UriRef DBPEDIA_ORGANISATION

SKOS_CONCEPT

public static final org.apache.clerezza.rdf.core.UriRef SKOS_CONCEPT


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.