com.googlecode.fascinator.vocabulary.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fascinator-vocabulary Show documentation
Show all versions of fascinator-vocabulary Show documentation
Provides a set of vocabulary items for managing RDF-based data.
Please refer to the project URL for more doco.
/**
* This module provides a central point for RDF-based code. We have mainly been working with the RDF2Go framework, using Jena as the underlying implementation.
*
* The POM makes use of the schemagen plugin to produce RDF2Go-based Java constants for RDF classes.
*
* The packages below all use org.ontoware.rdf2go.model.node.URI for interacting with an RDF2Go interface.
*
* - The Nepomuk ontologies and XMP may be found in: org.semanticdesktop.aperture.vocabulary
* - RDF, RDFS, OWL and XSD: org.ontoware.rdf2go.vocabulary
* - BIBO, DC, DCTerms, FOAF and SKOS: com.googlecode.fascinator.vocabulary
*
* @see TF wiki
*/
package com.googlecode.fascinator.vocabulary;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy