Cool. I am new to it also. I would add the xml header ( <?xml
version="1.0"?> ) to the beginning of the file also.

You can validate it here: http://www.w3.org/RDF/Validator/

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:doap="http://usefulinc.com/ns/doap#";>
  <doap:Project>
   <doap:name>Apache SIS</doap:name>
   <doap:homepage rdf:resource="http://sis.apache.org/"; />
   <doap:programming-language>java</doap:programming-language>
   <doap:license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
  </doap:Project>
</rdf:RDF>

Thanks,
Travis

On Tue, Feb 18, 2014 at 7:34 AM, Martin Desruisseaux
<[email protected]> wrote:
> Thanks, I will use your RDF as a starting point and follow the link in the
> wikipedia page for more information. I didn't knew about DOAP, I'm just
> discovering it. Its close relationship with semantic web seems an
> opportunity to learn some notion about that :-)
>
>     Martin
>
>
> Le 18/02/14 13:27, Travis L Pinney a écrit :
>
>> http://en.wikipedia.org/wiki/DOAP
>>
>> Not sure. Maybe it should be this?
>>
>> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
>> xmlns:doap="http://usefulinc.com/ns/doap#";>
>>    <doap:Project>
>>     <doap:name>Apache SIS</doap:name>
>>     <doap:homepage rdf:resource="http://sis.apache.org/"; />
>>     <doap:programming-language>java</doap:programming-language>
>>     <doap:license
>> rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
>>    </doap:Project>
>>   </rdf:RDF>
>
>

Reply via email to