Skip to content

Commit d72dd0f

Browse files
authored
Add doap.rdf (apache#266)
1 parent cb3c4ab commit d72dd0f

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

static/doap.rdf

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<rdf:RDF xml:lang="en"
4+
xmlns="http://usefulinc.com/ns/doap#"
5+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6+
xmlns:asfext="http://projects.apache.org/ns/asfext#"
7+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
https://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="https://seatunnel.apache.org/">
25+
<created>2023-09-12</created>
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
27+
<name>Apache SeaTunnel</name>
28+
<homepage rdf:resource="https://seatunnel.apache.org/" />
29+
<asfext:pmc rdf:resource="https://seatunnel.apache.org" />
30+
<shortdesc>SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.</shortdesc>
31+
<description>SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool. It can synchronize tens of billions of data stably and efficiently every day, and has been used in the production of many companies.</description>
32+
<bug-database rdf:resource="https://github.com/apache/seatunnel/issues" />
33+
<mailing-list rdf:resource="https://seatunnel.apache.org/community/contribution_guide/subscribe" />
34+
<download-page rdf:resource="https://seatunnel.apache.org/download" />
35+
<programming-language>Java</programming-language>
36+
<category rdf:resource="https://projects.apache.org/category/big-data" />
37+
<repository>
38+
<GitRepository>
39+
<location rdf:resource="https://gitbox.apache.org/repos/asf/seatunnel.git"/>
40+
<browse rdf:resource="https://github.com/apache/seatunnel"/>
41+
</GitRepository>
42+
</repository>
43+
</Project>
44+
</rdf:RDF>
45+

0 commit comments

Comments
 (0)