blob: 4c1b499a1396eeefa406b3291309711c6086f315 [file] [log] [blame]
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
>
<!--
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.
-->
<owl:Ontology rdf:about="http://projects.apache.org/ns/asfext#">
<owl:imports rdf:resource="http://xmlns.com/foaf/0.1/index.rdf" />
<dc:title>Apache Software Foundation Extensions to DOAP</dc:title>
<dc:description>Extensions to DOAP that are specific to the Apache Software Foundation.</dc:description>
<dc:creator>The ASF Site Development Team</dc:creator>
<dc:format>application/rdf+xml</dc:format>
<dc:rights>Copyright 2005-2006 The Apache Software Foundation</dc:rights>
<foaf:maker>
<foaf:Person>
<foaf:name>The ASF Site Development Team</foaf:name>
<foaf:mbox rdf:resource="mailto:site-dev@apache.org" />
</foaf:Person>
</foaf:maker>
</owl:Ontology>
<!-- Classes first -->
<rdfs:Class rdf:about="http://projects.apache.org/ns/asfext#mail-list">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">ASF Mailing List Details</rdfs:label>
<rdfs:comment xml:lang="en">Details of mailing lists</rdfs:comment>
</rdfs:Class>
<!-- Properties -->
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#pmc">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">PMC</rdfs:label>
<rdfs:comment xml:lang="en">ASF Project Management Committee</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label" />
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#" />
</rdf:Property>
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#mailing-list">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">Extended Mailing List Information</rdfs:label>
<rdfs:comment xml:lang="en">Extended Mailing List Information</rdfs:comment>
<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#" />
</rdf:Property>
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#volume">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">Volume</rdfs:label>
<rdfs:comment xml:lang="en">Volume of traffic on mailing list</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label" />
<rdfs:domain rdf:resource="http://projects.apache.org/ns/asfext#mail-list" />
</rdf:Property>
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#subscribe">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">Subscription address</rdfs:label>
<rdfs:comment xml:lang="en">Email address for subscription requests</rdfs:comment>
<rdfs:domain rdf:resource="http://projects.apache.org/ns/asfext#mail-list" />
</rdf:Property>
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#archives">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">Mailing list archive URL</rdfs:label>
<rdfs:comment xml:lang="en">URL for archives of mailing list</rdfs:comment>
<rdfs:domain rdf:resource="http://projects.apache.org/ns/asfext#mail-list" />
</rdf:Property>
<rdf:Property rdf:about="http://projects.apache.org/ns/asfext#subscribe-policy">
<rdfs:isDefinedBy rdf:resource="http://projects.apache.org/ns/asfext#" />
<rdfs:label xml:lang="en">Subscription policy</rdfs:label>
<rdfs:comment xml:lang="en">Policies applied to subscription requests</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label" />
<rdfs:domain rdf:resource="http://projects.apache.org/ns/asfext#mail-list" />
</rdf:Property>
</rdf:RDF>