You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/01 00:02:16 UTC

svn commit: r939840 - /uima/site/trunk/uima-website/docs/doap/uima.rdf

Author: schor
Date: Fri Apr 30 22:02:16 2010
New Revision: 939840

URL: http://svn.apache.org/viewvc?rev=939840&view=rev
Log:
no Jira - more DOAP data added plus some comments and links to more info

Modified:
    uima/site/trunk/uima-website/docs/doap/uima.rdf

Modified: uima/site/trunk/uima-website/docs/doap/uima.rdf
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doap/uima.rdf?rev=939840&r1=939839&r2=939840&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doap/uima.rdf (original)
+++ uima/site/trunk/uima-website/docs/doap/uima.rdf Fri Apr 30 22:02:16 2010
@@ -1,22 +1,11 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+  <!-- 
+    RDF project description for UIMA
+    Meant to be listed in 
+    http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/projects.xml
+    so that UIMA appears on http://projects.apache.org/
+   -->
+
 
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
@@ -26,17 +15,21 @@
   <Project rdf:about="http://uima.apache.org">
     <name>Apache UIMA</name>
     <shortname>UIMA</shortname>
+
+    <!-- TODO: which URL? we need to request a new one?
+    <category rdf:resource="http://projects.apache.org/category/"/>
+     -->
     
     <shortdesc xml:lang="en">Annotator components and a
-    scalable integration and deployment framework for 
-    Unstructured Information analysis</shortdesc>
-    
+      scalable integration and deployment framework for 
+      Unstructured Information analysis</shortdesc>
+      
     <description xml:lang="en">The Apache UIMA project supports 
-    the community working on the analysis of unstructured information 
-    with a unifying Java and C++ framework, tooling, 
-    and analysis components, guided by the OASIS UIMA standard.
-    It includes support for very large scaleout using networked 
-    clusters of compute nodes.</description>
+      the community working on the analysis of unstructured information 
+      with a unifying Java and C++ framework, tooling, 
+      and analysis components, guided by the OASIS UIMA standard.
+      It includes support for very large scaleout using networked 
+      clusters of compute nodes.</description>
     
     <homepage rdf:resource="http://uima.apache.org/"/>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
@@ -48,7 +41,6 @@
     <maintainer>
       <foaf:Person rdf:about="http://people.apache.org/~thorsten/#me">
         <foaf:name>Marshall Schor</foaf:name>
-        <foaf:homepage rdf:resource="http://people.apache.org/~schor/"/>
       </foaf:Person>
     </maintainer>
     <repository>
@@ -59,5 +51,27 @@
     </repository>
     <programming-language>Java</programming-language>
     <programming-language>C++</programming-language>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Unstructured Information Management Architecture (UIMA) Version 1.0</asfext:title>
+        <asfext:body>Organization for the Advancement of Structured Information Standards (OASIS)</asfext:body>
+        <asfext:id>UIMA 1.0</asfext:id>
+        <asfext:url rdf:resource="http://docs.oasis-open.org/uima/v1.0/os/uima-spec-os.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    
+    <asfext:PMC rdf:about="apr">
+      <asfext:name>Apache UIMA</asfext:name>
+      <asfext:chair>
+        <foaf:Person>
+          <foaf:name>Marshall Schor</foaf:name>
+        </foaf:Person>
+      </asfext:chair>
+      <asfext:charter>The mission of the Apache UIMA project is 
+        the creation and maintenance of
+        open-source software related to the analysis of unstructured
+        data, guided by the UIMA Oasis Standard.</asfext:charter>
+    </asfext:PMC>
+        
   </Project>
 </rdf:RDF>