@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://ivanherman.wordpress.com/2007/07/29/from-wikipedia-uri-s-to-dbpedia-uri%E2%80%A6/>
        dc:title         "From Wikipedia URI-s to DBpedia URI… « Ivan’s blog" ;
        sl:creationDate  "2007-08-01" ;
        sl:tag           tag:wikipedia_page_to_concept , tag:richard_cyganiak , tag:ivan_herman .

tag:information_resources
        a               sl:Tag ;
        skos:prefLabel  "Information resources" .

tag:ivan_herman  a      sl:Tag ;
        skos:prefLabel  "Ivan Herman" .

tag:wikipedia  a        sl:Tag ;
        skos:prefLabel  "Wikipedia" .

tag:sparql_sample_code
        a               sl:Tag ;
        skos:prefLabel  "SPARQL: sample code" .

<http://dbpedia.org/snorql/?query=SELECT+%3Fsubject+%3Fp%0D%0AWHERE+%7B%0D%0A++%7B+%3Fsubject+%3Fp+%3Chttp%3A%2F%2Fde.wikipedia.org%2Fwiki%2FBerlin%3E+%7D%0D%0A%7D>
        dc:title         "SPARQL query to find the dbPedia concept corresponding to a wikipedia page" ;
        sl:comment       "SELECT ?s ?p\nWHERE {\n  { ?s ?p <http://en.wikipedia.org/wiki/Well_Tempered_Clavier> }\n}\n\n\n\n" ;
        sl:creationDate  "2007-10-13" ;
        sl:tag           tag:wikipedia_page_to_concept .

tag:wikipedia_page_to_concept
        a                 sl:Tag ;
        rdfs:isDefinedBy  tag:wikipedia_page_to_concept.n3 ;
        skos:broader      tag:wikipedia , tag:information_resources , tag:dbpedia , tag:concepts ;
        skos:prefLabel    "Wikipedia page to concept" ;
        foaf:page         tag:wikipedia_page_to_concept.html .

<http://dbpedia.org/snorql/?query=SELECT+%3Fsubject+%3Fp%0D%0AWHERE+%7B%0D%0A++%7B+%3Fsubject+%3Fp+%3Chttp%3A%2F%2Fen.wikipedia.org%2Fwiki%2FWell-Tempered_Clavier%3E+%7D%0D%0A%7D>
        dc:title         "wiki to dbpedia with sparql" ;
        sl:comment       "SELECT ?subject ?p\nWHERE {\n  { ?subject ?p http://en.wikipedia.org/wiki/Well-Tempered_Clavier }\n}\n\n\n\n" ;
        sl:creationDate  "2008-02-01" ;
        sl:tag           tag:wikipedia_page_to_concept , tag:sparql_sample_code , tag:sparql .

tag:richard_cyganiak  a  sl:Tag ;
        skos:prefLabel  "Richard Cyganiak" .

tag:concepts  a         sl:Tag ;
        skos:prefLabel  "Concepts" .

tag:dbpedia  a          sl:Tag ;
        skos:prefLabel  "dbpedia" .

tag:sparql  a           sl:Tag ;
        skos:prefLabel  "SPARQL" .
