@prefix rdf: . @prefix sl: . @prefix skos: . @prefix rdfs: . @prefix tag: . @prefix foaf: . @prefix dc: . tag:rideshare a sl:Tag ; skos:prefLabel "Rideshare" . tag:taxi a sl:Tag ; skos:prefLabel "Taxi" . tag:internet a sl:Tag ; skos:prefLabel "Internet" . tag:seattle a sl:Tag ; rdfs:isDefinedBy ; skos:prefLabel "Seattle" ; foaf:page tag:seattle.html . dc:title "Nick Grossman's Slow Hunch — Should we regulate the Internet the real world way or the real world the Internet way?" ; sl:creationDate "2014-04-16" ; sl:tag tag:taxi , tag:seattle , tag:rideshare , tag:internet .