Author: sebb Date: Fri Jan 23 15:16:33 2026 New Revision: 1931485 Log: += HugeGraph
Added: comdev/projects.apache.org/trunk/data/committees/hugegraph.rdf (contents, props changed) Modified: comdev/projects.apache.org/trunk/data/committees.xml Modified: comdev/projects.apache.org/trunk/data/committees.xml ============================================================================== --- comdev/projects.apache.org/trunk/data/committees.xml Fri Jan 23 11:57:40 2026 (r1931484) +++ comdev/projects.apache.org/trunk/data/committees.xml Fri Jan 23 15:16:33 2026 (r1931485) @@ -134,6 +134,7 @@ <location>committees/httpd.rdf</location> <!-- Retired <location>committees-retired/ibatis.rdf</location> --> <location>committees/hudi.rdf</location> + <location>committees/hugegraph.rdf</location> <location>committees/iceberg.rdf</location> <location>committees/ignite.rdf</location> <location>committees/impala.rdf</location> Added: comdev/projects.apache.org/trunk/data/committees/hugegraph.rdf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ comdev/projects.apache.org/trunk/data/committees/hugegraph.rdf Fri Jan 23 15:16:33 2026 (r1931485) @@ -0,0 +1,31 @@ +<?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: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/"> + <asfext:pmc rdf:about="hugegraph"> + <asfext:name>Apache HugeGraph</asfext:name> + <asfext:charter> + The mission of Apache HugeGraph is the creation and maintenance of software + related to a convenient, efficient, and adaptable graph database compatible with the Apache TinkerPop3 framework and the Gremlin query language + </asfext:charter> + <foaf:homepage rdf:resource="https://hugegraph.apache.org"/> + </asfext:pmc> +</rdf:RDF>
