Skip to main content

Stay current with ASN data

September 4, 2012 by jesandco

An easy way to stay up to date with the ASN is to use our SPARQL endpoint and query for newly added standards documents. For example, to find the last 25 documents added to the ASN use this query:

SELECT ?documentUri ?date
WHERE {
?licenseUri dcterms:created ?date;
foaf:primaryTopic ?documentUri.
}
ORDER by DESC (?date)
LIMIT 25

The above query results in this response: http://jesand.co/OPl1pd

Remember you can format the query response as either XML or JSON so that you can integrate the response into your application and always be up to date with new ASN data.

For more information about querying and the available response formats see our SPARQL documentation.

Premium Drupal Themes by Adaptivethemes