Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6324643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:44:36+00:00 2026-05-24T16:44:36+00:00

We are planning to integrate a hierarchical taxonomy in our software solution. (Java based)

  • 0

We are planning to integrate a hierarchical taxonomy in our software solution. (Java based)

Is there a standardized (and easy to use) format to represent hierarchical taxonomies? A format which would the common exchange format used by different taxonomy editors?

I have been looking at OWL (RDF), PMML… but those are either quite complex, or do not really seem be fit for this purpose.

To give a simple example. We would like to represent a tree of concepts. Attached to each concept there would be some kind of data object (in brackets)

Vehicles (category := 'V')
 |-> Car (code := 1)
 |    |-> Petrol (code := 2 && car_code := 'petrol')
 |    |-> Electical (code := 2 && car_code := 'electrical')
 |-> Plane (code := 1)

We could of develop our own XML format using a serialization library like Xstream. But if there is a good standard – which is well supported by Java, I would prefer to use it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:44:36+00:00Added an answer on May 24, 2026 at 4:44 pm

    You are looking for SKOS – Simple Knowledge Organization System Namespace Document

    SKOS is an ontology to represent taxonomies, hierarchies and thesaurus. It is based on the concept of broader and narrower properties to state relationships between terms. For instance:

    ex:animals rdf:type skos:Concept;
      skos:prefLabel "animals"@en;
      skos:narrower ex:mammals.
    ex:mammals rdf:type skos:Concept;
      skos:prefLabel "mammals"@en;
      skos:broader ex:animals.
    

    You can represent your taxonomy with SKOS, serialize in RDF and assert in a RDF database. To query it, and retrieve hierarchy trees, use the SPARQL language.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

im planning to use java/jsp for web application installed on virtual web hosting space
I'm planning to use Sqlite but I don't know how to integrate it to
Am planning to use cookies to communicate between two browser windows. Am wondering if
I was planning to use url routing for a Web Forms application. But, after
I am planning to integrate some opensource shopping cart with my site and I
I am planning to integrate Apache httpd server with Tomcat using the proxy module
How well does C# integrate with MySQL ? I am planning to write a
I am planning to use StyleCop in my project. My requirement is that the
I'm planning to release an alpha version of my freeware-closed source software shortly(It's an
I`m planning to use the titles in a PSMultiValueSpecifier from settings.bundle in a pickerview.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.