@prefix : <#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix tags: <http://www.holygoat.co.uk/owl/redwood/0.1/tags#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ctag: <http://commontag.org/ns#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/>. 
@prefix concept: <http://disi.unitn.it/~knowdive/dataset/delicious/concept/> .
@prefix tags2con: <http://disi.unitn.it/~knowdive/dataset/delicious/tags2con#> .
: a tags:Tag;
 dcterms:isPartOf <http://disi.unitn.it/~knowdive/dataset/delicious//tags2con_dataset.rdf>; 
 dcterms:license <http://creativecommons.org/licenses/by-nc-nd/3.0/>;
  tags:tagName """hometheater""";
  dc:source <http://www.delicious.com/tag/hometheater>;
  tags2con:hasTokens :home_theater; 
 sioc:has_owner <http://disi.unitn.it/~knowdive/dataset/delicious/user/694470/694470>;
  tags:isTagOf <http://5thirtyone.com/archives/663>.

:home_theater a tags2con:Token;
          dcterms:isPartOf <http://disi.unitn.it/~knowdive/dataset/delicious//tags2con_dataset.rdf>; 
          dcterms:license <http://creativecommons.org/licenses/by-nc-nd/3.0/>;
          skos:prefLabel "home theater"@en;
	  tags2con:position 0;
          tags2con:partOfTag :;
	  ctag:means concept:home_theater-NOUN-272398.


