Questions tagged [topic-maps]

Topic Maps is a standard for the representation and interchange of knowledge, with an emphasis on the findability of information. The ISO standard is formally known as ISO/IEC 13250:2003.

To represent knowledge, topic map provide the following concepts:

Topic: A topic is the main concept of topic maps. A topic represents exactly one concept e.g. a person, place or point in time. A topic has one or more identifiers in form of URIs. If two topics in a topic map have at least one identifier in common, they are merged to make sure that a concept is only represented once in a map.

Occurrence: An occurrence represents one information resource of a topic. Occurrences are typed with other topics.

Association: An association connects topics. Each association is typed (with another topic). Each topic in an association plays a specific role, which is also typed with a topic representing the concept of the role.

The topic maps standard is more like a standard family. In addition to the topic maps model, standards for a contraint language (TMCL), Query Language (TMQL) and notations for Topic Maps (CTM, XTM) exist.

For more information: http://isotopicmaps.org

6 questions
5
votes
6 answers

Building a topic hierarchy for indexing content

Im looking to build a topic map to catagorize content. For example the Topic 'Art' may have sub categories of 'Art History', 'Painting', 'Sculpture' etc etc. I've crawled a few online resources, but I've hit a problem related to how I wish to use…
pauljwilliams
  • 19,079
  • 3
  • 51
  • 79
4
votes
3 answers

project-tracking tools for navigating with topic maps?

I'm having trouble with project management & am looking for a good tool that will be a good match for the way my brain works (very associatively). I'd like a bug-tracker but one that I can group tasks into topics and associate the topics to each…
Jason S
  • 184,598
  • 164
  • 608
  • 970
2
votes
1 answer

Toolchain for Topic Maps data export

I am planning to typeset data which are stored in a Topic Map. The topic map can be exported in a variety of xml and json Topic Maps formats. I would like to use ConTeXt for typesetting. Obviously it's possible to use XSLT to get a printable version…
helcim
  • 789
  • 13
  • 27
1
vote
2 answers

How to get related topics from a present wikipedia article?

I am writing a user-app that takes input from the user as the current open wikipedia page. I have written a piece of code that takes this as input to my module and generates a list of keywords related to that particular article using webscraping and…
Dr narendra thorat
  • 413
  • 1
  • 4
  • 5
1
vote
1 answer

DITA sequence collection

I want to get a webhelp output of a DITA map with a sequence collection type of topics that does not correspond to the sequence of those topics in the map. In fact, some of these topics nest subtopics which have an unordered relationship among each…
Martin
  • 11
  • 2
0
votes
2 answers

How can Topic Modeling noise be removed?

I am working on Topic Modeling where the given text corpus have lots of noise in form of supporting words after removal of stop words. These words have high term frequency but does not help in forming topic terms by using LDA along with other words…