data/committees/incubator.rdf (20 lines of code) (raw):
<?xml version="1.0"?>
<!--
=======================================================================
Copyright (c) 2006 The Apache Software Foundation.
All rights reserved.
=======================================================================
-->
<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="incubator">
<asfext:name>Apache Incubator</asfext:name>
<asfext:charter>
The mission of Incubator is the creation and maintenance of software related to
Entry path for projects and codebases wishing to become part of the Foundation's efforts
</asfext:charter>
<foaf:homepage rdf:resource="http://incubator.apache.org/"/>
<asfext:chair>
<foaf:Person>
<foaf:name>Noel Bergman</foaf:name>
</foaf:Person>
</asfext:chair>
</asfext:pmc>
</rdf:RDF>