Quantcast
Channel: Latest ASN News
Viewing all articles
Browse latest Browse all 22421

Stay current with ASN data

$
0
0

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.


Viewing all articles
Browse latest Browse all 22421

Trending Articles