@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

skos:Concept a owl:Class .
omtd:InformationExtraction
  rdfs:label "Information Extraction"@en ;
  skos:prefLabel "Information Extraction"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:AutomaticHyperlinking .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:Operation
  rdfs:label "Operation"@en ;
  a owl:Class .

omtd:InformationExtractionAndInformationRetrievalCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Information Extraction and Information Retrieval Collection"@en ;
  skos:member omtd:AutomaticHyperlinking .

omtd:OperationScheme
  rdfs:label "Operation Taxonomy"@en ;
  skos:prefLabel "Operation Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

omtd:AutomaticHyperlinking
  rdfs:comment "The identification of hyperlinkable entities (concepts, named entities) in a text and the assignment of hyperlinks (link targets) for each such entity"@en ;
  skos:definition "Automatic hyperlinking is the insertion of hyperlinks into text documents by automatic means. The automatic hyperlinking process consists of the identification of hyperlinkable entities (concepts, named entities) in the original text, and the assignment of link targets for each such entity. Named entity recognition is often used for identifying linkable entities, for example geographical locations or organisation names. The assignment of link targets depends on a database with link targets for each entity. In general, there can be several link targets for each entity, for example for a company: its homepage, a map, a stock quote etc. Multiple outgoing hyperlinks from one target are supported by the W3C standard XLINK/XPointer. Automatic hyperlinking is an important technology for enabling the Semantic Web."@en ;
  skos:prefLabel "Automatic hyperlinking"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:broader omtd:InformationExtraction ;
  rdfs:label "Automatic hyperlinking"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

