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

tag:good
      a       sl:Tag ;
      skos:prefLabel "Good" .

tag:to_do
      a       sl:Tag ;
      skos:prefLabel "To do" .

<http://events.linkeddata.org/ldow2012/papers/ldow2012-paper-15.pdf>
      dc:title "A Spectrometry of Linked Data" ;
      sl:comment """Entity mining is still a troublesome open problem. In past years many approaches allowed to automate the generation of equivalence links between references using schema matching or various heuristics based on the recognition of similar property values. In contrast, few of them considered the analysis of the network of equivalence links (“equivalence network”) as an indication of the likelihood and strength of the equivalence.<br/>
Could a URI reference (URIRef) be thought as exactly “attached” to its referent? Could it make sense to talk about entity “identifiers” or would it be better to talk about more ambiguous “references”, i.e., placeholders for any model that satisfies the formal semantics of the Semantic Web (Hayes)1? Booth [1] observes that the aforementioned question, which in the past has been often regarded as fundamental in the debate about identity on the Web, is relatively unimportant. As long as an entity, identified by whatsoever URIRef, is associated to at least one description containing machine understandable information, this information can be automatically processed and used by applications.

""" ;
      sl:creationDate "2012-04-16" ;
      sl:tag  tag:good , tag:to_do , tag:uri_identity , tag:uri_reference , tag:identity_crisis_in_linked_data , tag:ldow2012 , tag:entity_mining .

tag:uri_identity
      a       sl:Tag ;
      skos:prefLabel "URI Identity" .

tag:uri_reference
      a       sl:Tag ;
      skos:prefLabel "URI Reference" .

tag:ldow2012
      a       sl:Tag ;
      skos:prefLabel "LDOW2012" .

tag:identity_crisis_in_linked_data
      a       sl:Tag ;
      skos:prefLabel "Identity Crisis in Linked Data" .

tag:entity_mining
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/entity_mining.n3> ;
      skos:broader tag:named_entity_recognition ;
      skos:prefLabel "Entity mining" ;
      foaf:page <http://www.semanlink.net/tag/entity_mining.html> .

tag:named_entity_recognition
      a       sl:Tag ;
      skos:prefLabel "Named Entity Recognition" .
