This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b80faa9d Added DOAP File for AGE
b80faa9d is described below

commit b80faa9d189284f79f2db58114538ddb2144f34d
Author: Eya Badal <[email protected]>
AuthorDate: Wed Feb 8 16:31:17 2023 -0800

    Added DOAP File for AGE
    
    https://projects.apache.org/project.html?age
---
 doap_AGE.rdf | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/doap_AGE.rdf b/doap_AGE.rdf
new file mode 100644
index 00000000..9ab4b48f
--- /dev/null
+++ b/doap_AGE.rdf
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<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
+   
+         https://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="https://age.apache.org/";>
+    <created>2023-02-09</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache AGE</name>
+    <homepage rdf:resource="https://age.apache.org/"; />
+    <asfext:pmc rdf:resource="https://comdev.apache.org"; />
+    <shortdesc>Apache AGEĀ® is a PostgreSQL extension that provides graph 
database functionality.
+</shortdesc>
+    <description>The goal of Apache AGEĀ® is to provide graph data processing 
and analytics capability to all relational databases.
+
+Through Apache AGE, PostgreSQL users will gain access to graph query modeling 
within the existing relational database.
+</description>
+    <mailing-list 
rdf:resource="https://lists.apache.org/[email protected]"; />
+    <download-page rdf:resource="https://age.apache.org/download"; />
+    <programming-language>ActionScript</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/database"; />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Eya Badal </foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
+

Reply via email to