This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.any23.vocab.Vocabulary (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

Uses of Class
org.apache.any23.vocab.Vocabulary

Packages that use Vocabulary
org.apache.any23.vocab TODO fillme 
 

Uses of Vocabulary in org.apache.any23.vocab
 

Subclasses of Vocabulary in org.apache.any23.vocab
 class CSV
          This vocabulary models the structure of a CSV file according the RFC 4180.
 class DCTERMS
          The DCTERMS vocabulary.
 class DOAC
          The Description Of A Career vocabulary.
 class FOAF
          The Fried Of A Friend vocabulary.
 class GEO
          The GEO Names vocabulary.
 class HLISTING
          Class modeling the hListing vocabulary.
 class HRECIPE
          Vocabulary to map the hRecipe microformat.
 class ICAL
          Vocabulary definitions from ical.rdf
 class OGP
          The Open Graph Protocol vocabulary.
 class REVIEW
          Vocabulary definitions from vocabularies/review.rdf
 class SCHEMAORG
          Vocabulary definition for schema.org.
 class SINDICE
          This class models an internal Sindice Vocabulary to describe resource domains and Microformat nesting relationships.
 class VCARD
          Vocabulary definitions from vcard.owl
 class WO
          This class models the BBC Wildlife Ontology.
 class XFN
          Vocabulary class for XFN, as per Expressing XFN in RDF.
 class XHTML
          The XHTML vocabulary.
 

Methods in org.apache.any23.vocab that return Vocabulary
static Vocabulary GEO.getInstance()
           
 

Methods in org.apache.any23.vocab with parameters of type Vocabulary
static String RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary, RDFSchemaUtils.VocabularyFormat format)
          Serialized the given vocabulary to NQuads and return them as string.
static void RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary, RDFSchemaUtils.VocabularyFormat format, boolean willFollowAnother, PrintStream ps)
          Serializes the given vocabulary to NQuads over the given output stream.
static void RDFSchemaUtils.serializeVocabulary(Vocabulary vocabulary, org.openrdf.rio.RDFWriter writer)
          Serializes the given vocabulary to triples over the given writer.
 



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