@prefix rdf: . @prefix sl: . @prefix skos: . @prefix rdfs: . @prefix tag: . @prefix foaf: . @prefix dc: . tag:web_2_0 a sl:Tag ; skos:prefLabel "Web 2.0" . tag:social_software a sl:Tag ; skos:prefLabel "Social software" . dc:title "digg" ; sl:comment "Digg is a technology news website that combines social bookmarking, blogging, RSS, and non-hierarchical editorial control. With digg, users submit stories for review, but rather than allow an editor to decide which stories go on the homepage, the users do." ; sl:creationDate "2006-05-23" ; sl:tag tag:web_2_0 , tag:social_software , tag:news_website . tag:news_website a sl:Tag ; rdfs:isDefinedBy ; skos:prefLabel "News website" ; foaf:page tag:news_website.html .