Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2541841CB for ; Wed, 13 Jul 2011 10:36:20 +0000 (UTC) Received: (qmail 90870 invoked by uid 500); 13 Jul 2011 10:36:19 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 90721 invoked by uid 500); 13 Jul 2011 10:36:10 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 90702 invoked by uid 99); 13 Jul 2011 10:36:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 10:36:01 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of meric101@hotmail.com designates 65.55.34.142 as permitted sender) Received: from [65.55.34.142] (HELO col0-omc3-s4.col0.hotmail.com) (65.55.34.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 10:35:51 +0000 Received: from COL109-W37 ([65.55.34.136]) by col0-omc3-s4.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 13 Jul 2011 03:33:50 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_56151f05-6e29-4652-8323-b2ec0e7a6ab4_" X-Originating-IP: [195.142.27.163] From: =?windows-1254?B?TWVyaecgVGF6ZQ==?= To: Subject: How can i handle with properties in owl file with CMIS? Date: Wed, 13 Jul 2011 13:33:50 +0300 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 13 Jul 2011 10:33:50.0184 (UTC) FILETIME=[5AB00E80:01CC4148] --_56151f05-6e29-4652-8323-b2ec0e7a6ab4_ Content-Type: text/plain; charset="windows-1254" Content-Transfer-Encoding: 8bit Hi,I'll ask a few questions..I'm trying to read and parse an owl file, then I want to add it repository. When i try it with JCR, i use nodetype, node, property and jackrabbit repository, and everything was ok. However, when i use CMIS i got lots of problems. For nodetype and nodes, i'm using class, folder and documents in CMIS, but I can not find how to handle with properties. Firstly, i try fileshare and inmemory repository, but they don't support relationships. Then, i use alfresco. It supports relationships. However, i can use only specific target and source type. Lastly, i try nuxeo. Again i can not do what I want. My questions are How can i handle with property in owl file with CMIS? For each property i must add a new relationship or relationshiptype?I think i must create relationshiptype for classes and relationships for individuals, but i don't know how since each repository use its own relationship restriction. --_56151f05-6e29-4652-8323-b2ec0e7a6ab4_--