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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:29:59+00:00 2026-05-31T00:29:59+00:00

Is it possible to extract month element from the date using SPARQL and group

  • 0

Is it possible to extract month element from the date using SPARQL and group results by it. I am using W3 time ontology for defining dates in format "2009-12-31"^^xsd:date.

So in case of "2009-12-31"^^xsd:date I would like to extract 12.

Is this even possible. If so, how can do that?

  • 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-31T00:30:01+00:00Added an answer on May 31, 2026 at 12:30 am

    In SPARQL 1.1 there’s a month() function (http://www.w3.org/TR/sparql11-query/#func-month) which extracts the month from ISO dates.

    you can group by month using the GROUP BY keyword, as in:

    SELECT ?mon SUM(?val)
    WHERE {
      ?x :date ?date ;
         :value ?val .
    }
    GROUP BY (month(?date) AS ?mon)
    

    The only slight problem is that SPARQL systems aren’t required to process xsd:date datatypes, just xsd:dateTime, but many will handle it correctly.

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

Sidebar

Related Questions

Is it possible to extract content from a website using Curl?If yes then how?
Possible Duplicate: format date from 14 aug to YYYYMMDD Hi I need to get
Is it possible to extract date recorded from mp3 files? Are there any audio
Is it possible to extract all of the VBA code from a Word 2007
Is it possible to extract a single file or diff of a file from
is it possible to extract dynamic loaded text from a swf (flash application) programatically
Is it possible to extract a script from an MySQL database to create a
I discovered that it is possible to extract the hard-coded strings from a binary.
Possible Duplicate: Extract decimal part from a floating point number in C I would
Is it possible to extract a number from a string. For example, I have

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.