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 8768443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:03:53+00:00 2026-06-13T17:03:53+00:00

I have a little problem, maybe can you help me. I’m trying to get

  • 0

I have a little problem, maybe can you help me. I’m trying to get the “currency features” from freebase. So I tried to do : “/base/schemastaging/person_extra/net_worth”: null but, I can’t get the value written on freebase (for example, with Madonna, it’s 650,000,000). Do you know, why it’s not working ?

  • 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-06-13T17:03:54+00:00Added an answer on June 13, 2026 at 5:03 pm

    First of all, as the property path suggests, /base/schemastaging/person_extra/net_worth is just being staged right now so the final property ID will be something else (follow the mailing list to discuss new schema). You should NOT be using this property for anything other than experimentation.

    The reason why you don’t see the data that you want withe the following query is because this property is a CVT.

    {
      "id":   "/en/madonna",
      "type": "/base/schemastaging/person_extra",
      "net_worth": null
    }
    

    CVT values are complex objects that need to be expanded to access the values that you want. In this case, net_worth is a CVT so that we can record a person’s net worth at different points in time.

    If you expand your query to include the relevant properties from /measurement_unit/dated_money_value you’ll see the data that you’re after.

    {
      "id":   "/en/madonna",
      "type": "/base/schemastaging/person_extra",
      "net_worth": {
        "amount":     null,
        "currency":   null,
        "valid_date": null
      }
    }
    

    One other issue, that isn’t obvious from this example, is that since there can be multiple dated money values, you’ll need to make your query more precise so as to get only the latest value. You can do that like this;

    {
      "id":   "/en/madonna",
      "type": "/base/schemastaging/person_extra",
      "net_worth": {
        "amount":     null,
        "currency":   null,
        "valid_date": null,
        "sort":       "-valid_date",
        "limit":      1,
        "optional":   true
      }
    }​
    

    Update: Made net worth an optional property value.

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

Sidebar

Related Questions

maybe you guys can help me i have a little problem here: I have
I have come across the same problem, but maybe I can give a little
I have a little dilemma that maybe you can help me sort out. I've
i have a little problem with my Ajax calls. Maybe i do not have
i have a little problem. I'm trying to create in Delphi7 a list of
Ok here's a little problem I would love to get some help on. I
I hope you can help me with my little problem here. I'm just starting
I have a little problem. I am trying to make air hockey android game
I have a little problem with setuptools/easy_install; maybe someone could give me a hint
I have little problem with a replacement of a little part in an url.

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.