Return-Path: X-Original-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832917F78 for ; Sun, 7 Aug 2011 22:56:12 +0000 (UTC) Received: (qmail 49270 invoked by uid 500); 7 Aug 2011 22:56:12 -0000 Delivered-To: apmail-incubator-jena-commits-archive@incubator.apache.org Received: (qmail 49247 invoked by uid 500); 7 Aug 2011 22:56:12 -0000 Mailing-List: contact jena-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-commits@incubator.apache.org Received: (qmail 49240 invoked by uid 99); 7 Aug 2011 22:56:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 22:56:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 22:56:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 905472388A5E for ; Sun, 7 Aug 2011 22:55:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r793967 [3/3] - in /websites/staging/jena/trunk/content/jena: ./ about_jena/ documentation/ontology/ getting_involved/ images/ Date: Sun, 07 Aug 2011 22:55:42 -0000 To: jena-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110807225542.905472388A5E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/jena/trunk/content/jena/documentation/ontology/ont-model-layers-import.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/jena/trunk/content/jena/documentation/ontology/ont-model-layers-import.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: websites/staging/jena/trunk/content/jena/documentation/ontology/ont-model-layers.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/jena/trunk/content/jena/documentation/ontology/ont-model-layers.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: websites/staging/jena/trunk/content/jena/documentation/ontology/ontology.html ============================================================================== --- websites/staging/jena/trunk/content/jena/documentation/ontology/ontology.html (original) +++ websites/staging/jena/trunk/content/jena/documentation/ontology/ontology.html Sun Aug 7 22:55:41 2011 @@ -124,32 +124,28 @@

Jena Ontology API

-

In this section I will give a general introduction to the the Jena2 -ontology API. I'll also describe a range of common user tasks. I +

This section is a general introduction to the the Jena2 +ontology API, including some of the common tasks you may need +to perform. We won't go into all of the many details of the API here: you should -expect to refer to the Jena2 Javadoc to -get full details of the capabilities of the API. Feedback, (via the -jena-dev support -list) is welcomed.

+expect to refer to the Javadoc to +get full details of the capabilities of the API.

Prerequisites

-

I will assume that you have a basic familiarity with RDF and with -Jena. There are many other Jena -help documents you can read for background -on these topics. There is also a -Jena programming tutorial you can follow -through.

+

We'll assume that you have a basic familiarity with RDF and with +Jena. If not, there are other +Jena help documents you can read for background +on these topics, and a collection of tutorials.

Jena is a programming toolkit, using the Java programming language. While there are a few command-line tools to help you perform some key tasks using Jena, mostly you use Jena by writing Java programs. The examples in this document will be primarily code samples.

-

I also won't be explaining the OWL or RDFS ontology languages in +

We also won't be explaining the OWL or RDFS ontology languages in much detail in this document. You should expect to refer to supporting documentation for details on those languages, for example the W3C OWL document index.

-

Note: At the time of writing, work on OWL version 1.1 is still -underway. No decision has yet been made about when Jena will -support the new OWL 1.1 features. I will only use OWL 1.0 features -in this document.

+

Note: Although OWL version 1.1 is now a W3C recommendation, +Jena's support for OWL 1.1 features is limited. We will be addressing +this in future versions Jena.

Overview

The section of the manual is broken into a number of sections. You do not need to read them in sequence, though later sections may @@ -174,20 +170,19 @@ The sections are:

  • Common ontology application problems and sample programs
  • Further assistance

    -

    I hope that this document will be sufficient to help most readers +

    Hopefully, this document will be sufficient to help most readers to get started using the Jena ontology API. For further support, -please post questions to the Jena support list: -jena-dev@yahoogroups. -You can also report bugs directly into the -Jena bug tracker -on SourceForge.

    -

    Please note that we ask that you use the support list or the bug-tracker to communicate with the Jena team, rather than send email to the team members directly. This helps us manage Jena support more effectively, and facilitates contributions from other Jena community members.

    +please post questions to the Jena support list, +or file a bug report.

    +

    Please note that we ask that you use the support list or the bug-tracker +to communicate with the Jena team, rather than send email to the team +members directly. This helps us manage Jena support more effectively, +and facilitates contributions from other Jena community members.

    General concepts

    In a widely-quoted definition, an ontology is

    -

    "… a specification of a conceptualization" -[Gruber, T. -1993]

    +

    "a specification of a conceptualization" +[Gruber, T. 1993]

    Let's unpack that brief characterisation a bit. It means that an ontology allows a programmer to specify, in an open, meaningful, @@ -1190,7 +1185,7 @@ class extension – individuals that ar using the following methods:

    Method Meaning -listInstances()
    +listInstances() listInstances( boolean direct ) Returns an iterator over those instances that include this class among their rdf:type values. The direct flag can be used to @@ -1199,7 +1194,7 @@ than indirectly through the class hierar rdf:type :Paper, it will appear in the iterator returned by listInstances on :Artefact, but not in the iterator returned by listInstances(false) on :Artefact. -createIndividual()
    +createIndividual() createIndividual( String uri ) Adds a resource to the model, whose asserted rdf:type is this ontology class. If no URI is given, the individual is an anonymous @@ -2211,19 +2206,19 @@ regard it as an experimental facility fo welcome feedback. The capabilities in OntTools are implemented as static methods. Currently available tools are:

      -
    • OntClass getLCA( OntModel m, OntClass u, OntClass v )
      +
    • OntClass getLCA( OntModel m, OntClass u, OntClass v ) Determine the lowest common ancestor for classes u and v. This is the class that is lowest in the class hierarchy, and which includes both u and v among its sub-classes.
    • -
    • Path findShortestPath( Model m, Resource start, RDFNode end, Filter onPath )
      +
    • Path findShortestPath( Model m, Resource start, RDFNode end, Filter onPath ) Breadth-first search, including a cycle check, to locate the shortest path from start to end, in which every triple on the path returns true to the onPath predicate.
    • -
    • List namedHierarchyRoots( OntModel m )
      +
    • List namedHierarchyRoots( OntModel m ) Compute a list containing the uppermost fringe of the class hierarchy in the given model which consists only of named classes.
    -

    Author: Ian Dickinson
    +

    Author: Ian Dickinson Last modified: $Id: index.html,v 1.32 2009-02-24 15:15:20 ian_dickinson Exp $

    Added: websites/staging/jena/trunk/content/jena/documentation/ontology/simple-hierarchy.png ============================================================================== Binary file - no diff available. Propchange: websites/staging/jena/trunk/content/jena/documentation/ontology/simple-hierarchy.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: websites/staging/jena/trunk/content/jena/getting_involved/index.html ============================================================================== --- websites/staging/jena/trunk/content/jena/getting_involved/index.html (original) +++ websites/staging/jena/trunk/content/jena/getting_involved/index.html Sun Aug 7 22:55:41 2011 @@ -130,14 +130,14 @@ welcome feature suggestions, bug reports to post a question to the jena-users list as described below. Some Jena contributors also hang out at #jena on irc.freenode.net.

    Mailing lists

    -

    The dev mailing list is for discussion among developers and other contributors -to the project itself. To subscribe, please send an email to -jena-dev-subscribe@incubator.apache.org -from the account you wish to subscribe from.

    -

    The users mailing list is the place to get help with using Jena itself. To subscribe, +

    The users mailing list is the place to get help with using Jena itself. To subscribe, please send an email to jena-users-subscribe@incubator.apache.org from the account you wish to subscribe from.

    +

    The dev mailing list is for discussion among developers and other contributors +to the project itself. To subscribe, please send an email to +jena-dev-subscribe@incubator.apache.org +from the account you wish to subscribe from.

    Archives of these mailing list archives are available at mail-archives.apache.org and markmail.org.

    Modified: websites/staging/jena/trunk/content/jena/images/jena-architecture.svg ============================================================================== --- websites/staging/jena/trunk/content/jena/images/jena-architecture.svg (original) +++ websites/staging/jena/trunk/content/jena/images/jena-architecture.svg Sun Aug 7 22:55:41 2011 @@ -35,7 +35,7 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" + inkscape:zoom="1" inkscape:cx="397.73741" inkscape:cy="501.05092" inkscape:document-units="px" @@ -68,7 +68,9 @@ width="109.89949" height="36.5" x="333.7677" - y="460.68542" /> + y="460.68542" + inkscape:export-xdpi="100.06591" + inkscape:export-ydpi="100.06591" /> + y="460.68542" + inkscape:export-xdpi="100.06591" + inkscape:export-ydpi="100.06591" /> - Apache Jena - Apache Jena + Apache Jena - Welcome to Jena @@ -122,7 +122,7 @@
    -

    Apache Jena

    +

    Welcome to Jena

    Welcome to the Apache Jena project! Jena is a Java framework for building Semantic Web applications. Jena provides a collection of tools and Java libraries to help you @@ -151,6 +151,7 @@ of protocols, including SPARQL

  • ... see how to get started with Jena
  • ... report a bug
  • ... get help using Jena
  • +
  • ... read the Javadoc
  • ... contribute to the project!