Return-Path: X-Original-To: apmail-any23-user-archive@www.apache.org Delivered-To: apmail-any23-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F3A0EC99 for ; Fri, 1 Feb 2013 03:52:15 +0000 (UTC) Received: (qmail 64575 invoked by uid 500); 1 Feb 2013 03:52:15 -0000 Delivered-To: apmail-any23-user-archive@any23.apache.org Received: (qmail 64468 invoked by uid 500); 1 Feb 2013 03:52:12 -0000 Mailing-List: contact user-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@any23.apache.org Delivered-To: mailing list user@any23.apache.org Received: (qmail 64429 invoked by uid 99); 1 Feb 2013 03:52:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 03:52:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lewis.mcgibbney@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 03:52:03 +0000 Received: by mail-lb0-f180.google.com with SMTP id q12so4055249lbc.25 for ; Thu, 31 Jan 2013 19:51:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=FOg4shdr0slx+d1EbNSZlCsm0HgqQ3uIKVVW8Q9mb3Y=; b=HkWCKR6/tHyBm4N9uVS2bxi+tlTcQx12Fo68Ox5I5MuZ0TnL8TIOknooIbesr40kjl nqAj6AOrwafr12Ohdex9gEUwLmQ/7zsOUJjKp2Zaz1dFB/4Uvv0GrNeybFw7xRt6OmhJ fsgVkFvFU40u7uzEHoGGfGoNhc1rXhWyAq9BkFcNAp6k6+2wnKf6tytSuD1GRyqE9pa0 McggwAC7+en4KaA8G0P9RZ8WDXxXQcAb5w5vk5q+tHU3VUvQJuon1rRhk8teHnDXe6S6 WLd+Nh36EUW4T94mtYbxjbXcJAss6DeaDbznNioOGge7evdGzAAFXR5bgUPrHFiDIeWl GU2Q== MIME-Version: 1.0 X-Received: by 10.112.38.67 with SMTP id e3mr4093041lbk.105.1359690702334; Thu, 31 Jan 2013 19:51:42 -0800 (PST) Received: by 10.112.2.161 with HTTP; Thu, 31 Jan 2013 19:51:42 -0800 (PST) Date: Thu, 31 Jan 2013 19:51:42 -0800 Message-ID: Subject: Missing accessor methods in o.a.a.api.vocab.Vocubulary From: Lewis John Mcgibbney To: user@any23.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, When modelling the LKIF-Core Ontology into our vocab.Vocabulary class, I've noticed that we currently have no implementations for setting or getting object resources from within vocabularies. Is this intentional or should these implementation be written into the codebase? I noticed that the DOAP vocabulary [1] I implemented initiates object resources as classes... which is incorrect! Any ideas? [0] http://svn.apache.org/repos/asf/any23/trunk/api/src/main/java/org/apache/any23/vocab/Vocabulary.java [1] http://svn.apache.org/repos/asf/any23/trunk/api/src/main/java/org/apache/any23/vocab/DOAP.java -- Lewis