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

  • SEARCH
  • Home
  • 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 7669661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:38:46+00:00 2026-05-31T15:38:46+00:00

What is the point of linked data using rdf links. What is the difference

  • 0

What is the point of linked data using rdf links. What is the difference in comparison to normal links like in web pages. In the case of rdf one rdf could have link to a different resource at a different location and that rdf could be retrieved using the dereferential URI and so on. This is exactly similar to what a crawler of web pages does. So what’s new in the concept of linked data of semantic web. I mean it does that for rdf that’s 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-31T15:38:47+00:00Added an answer on May 31, 2026 at 3:38 pm

    Links as in “Linked Data” have similarity with links as in “HTML hyperlinks” but there are different two kinds of links in RDF.

    First, you have the predicate links, what RobV talks about. Think about the Users page in Stack Overflow. You have links between this page and each user’s profile page:

    so:users --> sousers:rajan-sthapit
    

    Similarly, you have a link between the question you ask to your profile:

    soq:difference-rdf-links-and-normal-links  --> sousers:rajan-sthapit
    

    You can figure out what the links mean because you read English and the page text is clear enough, but an automated tool would not make any difference between those two links. With RDF, you have the predicate links that can differentiate these two situations:

    stackoverflow.com  vocab:member  sousers:rajan-sthapit .
    soq:difference-rdf-links-and-normal-links  vocab:askedBy  sousers:rajan-sthapit .
    

    Here, I can even connect Stack Overflow itself to its members. I don’t need to link a list to a member as the Users page is just an artificial way of organising information. Predicate links can also relate an entity to an atomic value, like an integer or a date (which “normal links” cannot do).

    Second, you have the URI links. This, as William Greenly says, is not really different from URIs in the good old Web, and indeed they are used by crawlers to get a document with triples inside, index them, find more URIs, dereference them, get more triples, index them, etc. But there is more than that, due to the existence of the predicate links. As RobV mentions, a crawler or other tools can decide to look up a URI or not, based on what predicate is used. Moreover, since predicates are URIs too, RDF applications can look up those URIs and find useful information. For example, looking up vocab:member, I could find:

    vocab:member  rdfs:range  foaf:Person .
    

    from which I deduce, given the previous examples, that:

    sousers:rajan-sthapit  rdf:type  foaf:Person .
    

    then I can look up the URI foaf:Person and find:

    foaf:Person  rdfs:subClassOf  foaf:Agent .
    

    and again deduce that:

    sousers:rajan-sthapit  rdf:type  foaf:Agent .
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a View that is linked to my ViewModel using a DataTemplate, like
Anybody knows how to print single-linked list in reverse order (one pass and a
a point of architectural style that I'd like your opinion on please: My ORM
We are using MS Access as a reporting front-end for Oracle. The data is
We are using SQL Server 2008 R2 Standard and linked servers to get information
I am using Named Pipes to transfer data from a client (C++) to a
My data structure is a linked list of blocks. A block contains 31 elements
I'm using forms authentication on a very small ASP.NET web app (Web Forms) in
I'm using the Telerik RAD Controls RADEditor/WYSIWYG control as part of a Dynamic Data
It appears to me that one way of storing data in a B-tree as

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.