sesame

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » sesame 
Sesame
License:GNU Library or Lesser General Public License (LGPL)
URL:http://www.openrdf.org/
Description:Sesame is a Java framework for storing, querying and reasoning with RDF and RDF Schema.
Package NameComment
org.openrdf
org.openrdf.console

A command line console tool for communicating with local Sesame repositories.

Usage:

java org.openrdf.console.Console [datadir [repository-id]]
org.openrdf.http.client
org.openrdf.http.protocol
org.openrdf.http.protocol.error
org.openrdf.http.protocol.transaction
org.openrdf.http.protocol.transaction.operations
org.openrdf.http.server
org.openrdf.http.server.protocol
org.openrdf.http.server.repository
org.openrdf.http.server.repository.contexts
org.openrdf.http.server.repository.namespaces
org.openrdf.http.server.repository.size
org.openrdf.http.server.repository.statements
org.openrdf.http.webclient
org.openrdf.http.webclient.properties
org.openrdf.http.webclient.repository
org.openrdf.http.webclient.repository.explore
org.openrdf.http.webclient.repository.extract
org.openrdf.http.webclient.repository.modify.add
org.openrdf.http.webclient.repository.modify.remove
org.openrdf.http.webclient.repository.query
org.openrdf.http.webclient.server
org.openrdf.model RDF model interfaces.

The RDF model interfaces are organized in the following hierarchy:

       Value          Statement
      /     \
     /       \
 Resource  Literal
   /  \
  /    \
URI   BNode
org.openrdf.model.datatypes
org.openrdf.model.impl Default implementations of the RDF model interfaces.
org.openrdf.model.util
org.openrdf.model.vocabulary Static constants for various vocabularies.
org.openrdf.query Interfaces and classes for handling queries and query results.
org.openrdf.query.algebra Query Algebra
org.openrdf.query.algebra.evaluation
org.openrdf.query.algebra.evaluation.function
org.openrdf.query.algebra.evaluation.impl
org.openrdf.query.algebra.evaluation.iterator
org.openrdf.query.algebra.evaluation.util
org.openrdf.query.algebra.helpers
org.openrdf.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary
org.openrdf.query.impl
org.openrdf.query.parser
org.openrdf.query.parser.serql The SeRQL query engine.
org.openrdf.query.parser.serql.ast
org.openrdf.query.parser.sparql The SPARQL query engine.
org.openrdf.query.parser.sparql.ast
org.openrdf.query.resultio
org.openrdf.query.resultio.binary
org.openrdf.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Format
org.openrdf.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Format
org.openrdf.query.resultio.text
org.openrdf.repository

The Repository API: the main API for handling Sesame repositories.

The class {@link org.openrdf.repository.Repository} is the main interface for Sesame repositories. It provides all sorts of operations for manipulating RDF in various ways, through a {@link org.openrdf.repository.RepositoryConnection}.

An important notion in a Sesame repository is that of context. Within one repository, subsets of statements can be identified by their context.

org.openrdf.repository.base
org.openrdf.repository.config
org.openrdf.repository.dataset
org.openrdf.repository.dataset.config
org.openrdf.repository.event
org.openrdf.repository.event.base
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server.
org.openrdf.repository.http.config
org.openrdf.repository.manager
org.openrdf.repository.sail Repository implementation for local storage backends.
org.openrdf.repository.sail.config
org.openrdf.repository.util
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers.
org.openrdf.rio.helpers Provides helpers classes for Rio.
org.openrdf.rio.n3 Writer for RDF in Notation 3/N3 format. See this document about Notation 3 for more information about the format.
org.openrdf.rio.ntriples Parser and writer for RDF in N-Triples format. The N-Triples format is defined in this section of the RDF Test Cases document.
org.openrdf.rio.rdfxml Parser and writer for XML-serialized RDF. These parsers and writers adhere to the revised RDF/XML syntax specification of 10 February 2004.
org.openrdf.rio.rdfxml.util
org.openrdf.rio.trig Parser and writer for RDF in TriG format.
org.openrdf.rio.trix Parser and writer for RDF in TriX format.
org.openrdf.rio.turtle Parser and writer for RDF in Turtle format.
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. The main interface is Sail, which defines methods for initialization, querying and starting transactions. Queries are expressed in the Sail query model, which can be found in sub-package org.openrdf.sesame.sail.query.
org.openrdf.sail.config
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations.
org.openrdf.sail.inferencer
org.openrdf.sail.inferencer.fc Forward-chaining inferencers, implemented as StackableSails.
org.openrdf.sail.inferencer.fc.config
org.openrdf.sail.lubm
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. This implementation uses a graph as data structure, and is aimed to have the best possible performance, possibly at the cost of memory usage.
org.openrdf.sail.memory.config
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore.
org.openrdf.sail.nativerdf Native RDF storage backend.
org.openrdf.sail.nativerdf.btree
org.openrdf.sail.nativerdf.config
org.openrdf.sail.nativerdf.datastore
org.openrdf.sail.nativerdf.lubm
org.openrdf.sail.nativerdf.model
org.openrdf.sail.rdbms
org.openrdf.sail.rdbms.algebra
org.openrdf.sail.rdbms.algebra.base
org.openrdf.sail.rdbms.algebra.factories
org.openrdf.sail.rdbms.config
org.openrdf.sail.rdbms.evaluation
org.openrdf.sail.rdbms.exceptions
org.openrdf.sail.rdbms.iteration
org.openrdf.sail.rdbms.iteration.base
org.openrdf.sail.rdbms.managers
org.openrdf.sail.rdbms.managers.base
org.openrdf.sail.rdbms.managers.helpers
org.openrdf.sail.rdbms.model
org.openrdf.sail.rdbms.mysql
org.openrdf.sail.rdbms.mysql.alt
org.openrdf.sail.rdbms.optimizers
org.openrdf.sail.rdbms.postgresql
org.openrdf.sail.rdbms.postgresql.alt
org.openrdf.sail.rdbms.schema
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.