at http://www.w3.org/2002/01/bookmark you get rdf/xml, it just looks nice in the browser thanks to an xslt stylesheet.
reto On Thu, Jan 21, 2010 at 10:16 AM, Oliver Strässer <[email protected]> wrote: > can you give me a tip, where i can download the rdf specification ? > ( I want use your maven plugin: org.apache.clerezza.maven-ontologies-plugin ) > > oli > > > --getunik ag------------------------------------------- > oliver straesser [email protected] > hardturmstrasse 101 fon: +41 (0)44 388 55 88 > ch-8005 zuerich fax: +41 (0)44 388 55 89 > > --aktuelles getunik projekt------------------------- > Engagieren Sie sich für den Klimaschutz! http://youturn.greenpeace.ch > > > --best of swiss web awards 2009------------------ > Gold & Silber für Connect2Earth / Bronze für WWF UK > > get into conversation - http://www.getunik.com > > ***************************************************************** > Bitte drucken Sie dieses E-Mail nur bei Bedarf aus. Die Umwelt dankt es > Ihnen. > ***************************************************************** > > > -----Ursprüngliche Nachricht----- > Von: Reto Bachmann-Gmuer [mailto:[email protected]] > Gesendet: Mittwoch, 20. Januar 2010 20:44 > An: [email protected] > Betreff: Re: ontology for urls > > you could use http://www.w3.org/2002/01/bookmark, a link would the > look like this: > > <rdf:Description> > <rdf:type rdf:resource="http://www.w3.org/2002/01/bookmark#Bookmark"/> > <b:recalls > rdf:resource="http://www.tolkiensociety.org/tolkien/biography.html"/> > <dc:title>JRR Tolkien Biography - The Tolkien Society</dc:title> > <dc:description>J.R.R. Tolkien was inspired by Kalevala and used > Finnish language > as the basis for elve language</dc:description> > <dc:creator>Marja</dc:creator> > <dc:date>2003-05-16T03:41:06-05:00</dc:date> > </rdf:Description> > > Instead of having the creator as a Literal it would be better to point > to the user itself (the foaf:Person), so it could look somethink like: > > ... > <dc:creator rdf:parseType="resource"> > <foaf:name>Marja</foaf:name> > <foaf:mbox rdf:resource="mailto:[email protected]"/> > </dc:creator> > ... > > Hope this helps, > reto > > > On Wed, Jan 20, 2010 at 5:46 PM, Oliver Strässer > <[email protected]> wrote: >> Th situation is the following: >> >> The user wants to add Links to an object (like "read more about " + link). >> So the title is independent of the url destination and can be set manually >> by the user. >> of course i can define a little ontology for this item (and the two literals >> or better: 1 literal as title and the url as the uri). >> >> oli >> >> >> --getunik ag------------------------------------------- >> oliver straesser [email protected] >> hardturmstrasse 101 fon: +41 (0)44 388 55 88 >> ch-8005 zuerich fax: +41 (0)44 388 55 89 >> >> --aktuelles getunik projekt------------------------- >> Engagieren Sie sich für den Klimaschutz! http://youturn.greenpeace.ch >> >> >> --best of swiss web awards 2009------------------ >> Gold & Silber für Connect2Earth / Bronze für WWF UK >> >> get into conversation - http://www.getunik.com >> >> ***************************************************************** >> Bitte drucken Sie dieses E-Mail nur bei Bedarf aus. Die Umwelt dankt es >> Ihnen. >> ***************************************************************** >> >> >> -----Ursprüngliche Nachricht----- >> Von: Reto Bachmann-Gmuer [mailto:[email protected]] >> Gesendet: Mittwoch, 20. Januar 2010 17:21 >> An: [email protected] >> Betreff: Re: ontology for urls >> >> Hi Oli >> >> Could you describe more precisely what you're trying to do. Various >> ontology could be used, one question is if the title is a title of the >> linked resource of a title link itself. >> >> Cheers, >> reto >> >> 2010/1/20 Oliver Strässer <[email protected]>: >>> I hope this is the correct mailing list. >>> I searched for an ontology to save links (url + title). I don't found any >>> ontology. >>> You know an ontology or can I use an given ontologhy in clerezza ? >>> >>> cheers oli >>> >>> >>> --getunik ag------------------------------------------- >>> oliver straesser >>> [email protected]<mailto:[email protected]> >>> hardturmstrasse 101 fon: +41 (0)44 388 55 88 >>> ch-8005 zuerich fax: +41 (0)44 388 55 89 >>> >>> --aktuelles getunik projekt------------------------- >>> Engagieren Sie sich für den Klimaschutz! >>> http://youturn.greenpeace.ch<http://youturn.greenpeace.ch/> >>> >>> >>> --best of swiss web awards 2009------------------ >>> Gold & Silber für Connect2Earth / Bronze für WWF UK >>> >>> get into conversation - http://www.getunik.com<http://www.getunik.com/> >>> >>> ***************************************************************** >>> P Bitte drucken Sie dieses E-Mail nur bei Bedarf aus. Die Umwelt dankt es >>> Ihnen. >>> ***************************************************************** >>> >>> >> >
