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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ce03f3  Create petri.rdf
5ce03f3 is described below

commit 5ce03f34380f8ae2b9acd0e1dbaac3ab485f0ba7
Author: Daniel Gruno <[email protected]>
AuthorDate: Sun Dec 8 11:22:20 2019 +0100

    Create petri.rdf
---
 petri.rdf | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/petri.rdf b/petri.rdf
new file mode 100644
index 0000000..5f72cb4
--- /dev/null
+++ b/petri.rdf
@@ -0,0 +1,37 @@
+<?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
+   
+         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://petri.apache.org";>
+    <created>2019-11-20</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Petri</name>
+    <homepage rdf:resource="http://petri.apache.org"; />
+    <asfext:pmc rdf:resource="http://steve.apache.org"; />
+    <shortdesc>Apache Petri deals with the assessment of, education in, and 
adoption of the Foundation's policies and procedures for collaborative 
development and the pros and cons of joining the Foundation.</shortdesc>
+    <description>Apache Petri deals with the assessment of, education in, and 
adoption of the Foundation's policies and procedures for collaborative 
development and the pros and cons of joining the Foundation.</description>
+    <mailing-list 
rdf:resource="https://lists.apache.org/[email protected]"; />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/education"; />
+  </Project>
+</rdf:RDF>
+

Reply via email to