[doap-interest] doap schema changes

Josh Sled jsled at asynchronous.org
Wed Aug 4 18:28:11 BST 2004


I was doing some work a tool parsing the DOAP schema, and have realized
that the following additions would be useful; any chance they can be
added?


<rdf:Property rdf:about="http://usefulinc.com/ns/doap#release">
	<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
</rdf:Property>
<rdf:Property rdf:about="http://usefulinc.com/ns/doap#repository">
	<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
</rdf:Property>
<rdf:Property rdf:about="http://usefulinc.com/ns/doap#shortdesc">
	<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
</rdf:Property>
<rdf:Property rdf:about="http://usefulinc.com/ns/doap#name">
	<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
</rdf:Property>
<rdf:Property rdf:about="http://usefulinc.com/ns/doap#created">
	<rdfs:domain rdf:resource="http://usefulinc.com/ns/doap#Project" />
</rdf:Property>


...jsled

-- 
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`



More information about the doap-interest mailing list