alamb commented on code in PR #408:
URL: https://github.com/apache/arrow-site/pull/408#discussion_r1337173157


##########
arrow.rdf:
##########
@@ -23,36 +23,35 @@
 -->
   <Project rdf:about="https://arrow.apache.org";>
     <created>2016-02-17</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
-    <name>Apache arrow</name>
-    <homepage rdf:resource="http://arrow.apache.org/"; />
-    <asfext:pmc rdf:resource="http://arrow.apache.org"; />
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Arrow</name>
+    <homepage rdf:resource="https://arrow.apache.org"; />
+    <asfext:pmc rdf:resource="https://arrow.apache.org"; />
     <shortdesc>Apache Arrow is a cross-language development platform for 
in-memory data.</shortdesc>
-    <description>Apache Arrow is a cross-language development platform for 
in-memory data.</description>
+    <description>Apache Arrow defines a language-independent columnar memory 
format for flat and hierarchical data, organized for efficient analytic 
operations on modern hardware like CPUs and GPUs. The Arrow memory format also 
supports zero-copy reads for lightning-fast data access without serialization 
overhead.
+
+Arrow's libraries implement the format and provide building blocks for a range 
of use cases, including high performance analytics. Many popular projects use 
Arrow to ship columnar data efficiently or as the basis for analytic engines.
+
+Libraries are available for C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, 
Python, R, Ruby, and Rust. 
+
+Apache Arrow is software created by and for the developer community. We are 
dedicated to open, kind communication and consensus decision making. Our 
committers come from a range of organizations and backgrounds, and we welcome 
all to participate with us.</description>
     <bug-database rdf:resource="https://github.com/apache/arrow/issues"; />
     <mailing-list 
rdf:resource="http://mail-archives.apache.org/mod_mbox/arrow-dev/"; />
     <download-page rdf:resource="http://arrow.apache.org/release/"; />
     <programming-language>C</programming-language>
     <programming-language>C++</programming-language>
-    <programming-language>C#</programming-language>
     <programming-language>Go</programming-language>
     <programming-language>Java</programming-language>
-    <programming-language>JavaScript</programming-language>
-    <programming-language>Julia</programming-language>
-    <programming-language>MATLAB</programming-language>
     <programming-language>Python</programming-language>
     <programming-language>R</programming-language>
     <programming-language>Ruby</programming-language>
     <programming-language>Rust</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/library"; />
-    <category rdf:resource="http://projects.apache.org/category/big-data"; />
-    <release>
-      <Version>
-        <name>Apache Arrow</name>
-        <created>2022-10-31</created>
-        <revision>10.0.0</revision>
-      </Version>
-    </release>
+    <category rdf:resource="https://projects.apache.org/category/big-data"; />

Review Comment:
   it seems as if arrow has grown significantly in scope since this file was 
first created. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to