Author: sebb
Date: Tue Jun 21 10:34:43 2022
New Revision: 1902135

URL: http://svn.apache.org/viewvc?rev=1902135&view=rev
Log:
Attic += Clerezza

Added:
    comdev/projects.apache.org/trunk/data/committees-retired/clerezza.rdf
      - copied unchanged from r1902134, 
comdev/projects.apache.org/trunk/data/committees/clerezza.rdf
    comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf   
(with props)
Removed:
    comdev/projects.apache.org/trunk/data/committees/clerezza.rdf
Modified:
    comdev/projects.apache.org/trunk/data/committees.xml
    comdev/projects.apache.org/trunk/data/projects.xml

Modified: comdev/projects.apache.org/trunk/data/committees.xml
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/committees.xml?rev=1902135&r1=1902134&r2=1902135&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/committees.xml (original)
+++ comdev/projects.apache.org/trunk/data/committees.xml Tue Jun 21 10:34:43 
2022
@@ -55,7 +55,7 @@
   <location>committees/celix.rdf</location>
   <!-- Retired: location>committees-retired/chemistry.rdf</location -->
   <!-- Retired: location>committees-retired/chukwa.rdf</location -->
-  <location>committees/clerezza.rdf</location>
+  <!-- Retired: location>committees-retired/clerezza.rdf</location -->
   <!-- Retired location>committees-retired/click.rdf</location -->
   <!-- Retired: location>committees-retired/climate.rdf</location -->
   <location>committees/cloudstack.rdf</location>

Added: comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf?rev=1902135&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf Tue 
Jun 21 10:34:43 2022
@@ -0,0 +1,67 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from https://clerezza.apache.org/doap.rdf -->
+<rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#";
+  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+  xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+  <!--
+    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.
+-->
+  <Project rdf:about="http://clerezza.apache.org";>
+    <created>2013-02-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Clerezza</name>
+    <homepage rdf:resource="http://clerezza.apache.org"/>
+    <asfext:pmc rdf:resource="http://attic.apache.org/"/>
+    <shortdesc>Clerezza is a service platform which provides a set of 
functionality for management of semantically linked data accessible through 
RESTful Web Services and in a secured way</shortdesc>
+    <description>Clerezza allows to easily develop semantic web applications 
by providing tools to manipulate RDF data, create RESTful Web Services and 
Renderlets using ScalaServerPages. Contents are stored as triples based on W3C 
RDF specification. These triples are stored via Clerezza’s Smart Content 
Binding (SCB). SCB defines a technology-agnostic layer to access and modify 
triple stores. It provides a java implementation of the graph data model 
specified by W3C RDF and functionalities to operate on that data model. SCB 
offers a service interface to access multiple named graphs and it can use 
various providers to manage RDF graphs in a technology specific manner, e.g., 
using Jena or Sesame. It also provides for adaptors that allow an application 
to use various APIs (including the Jena api) to process RDF graphs. 
Furthermore, SCB offers a serialization and a parsing service to convert a 
graph into a certain representation (format) and vice versa.</description>
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/CLEREZZA"/>
+    <mailing-list rdf:resource="http://clerezza.apache.org/mailinglists/"/>
+    <download-page rdf:resource="http://clerezza.apache.org/downloads/"/>
+    <programming-language>Java</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/retired"; />
+    <category rdf:resource="http://projects.apache.org/category/osgi"/>
+    <category rdf:resource="http://projects.apache.org/category/content"/>
+    <release>
+      <Version>
+        <name>Reactor</name>
+        <created>2013-07-10</created>
+        <revision>0.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>JAX-RS Utils</name>
+        <created>2013-04-17</created>
+        <revision>0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Parent Bundle</name>
+        <created>2013-04-04</created>
+        <revision>0.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=clerezza.git;a=summary"/>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?s=clerezza"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1902135&r1=1902134&r2=1902135&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Tue Jun 21 10:34:43 2022
@@ -102,7 +102,8 @@
   
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/chemistry.rdf</location>
   <!-- retired: 
location>http://svn.apache.org/repos/asf/chukwa/site/src/site/doap.rdf</location
 -->
   
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/chukwa.rdf</location>
-  <location>https://clerezza.apache.org/doap.rdf</location>
+  <!-- retired: location>https://clerezza.apache.org/doap.rdf</location -->
+  
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/clerezza.rdf</location>
   <!-- retired: 
location>https://gitbox.apache.org/repos/asf?p=climate.git;f=doap_CLIMATE.rdf;a=blob_plain;hb=HEAD</location
 -->
   
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/climate.rdf</location>
   
<location>http://svn.apache.org/repos/asf/cloudstack/doap_CloudStack.rdf</location>


Reply via email to