Skip to content

Instantly share code, notes, and snippets.

@antoinecourtin
Last active November 12, 2016 18:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoinecourtin/2a9effd7259a980504fe to your computer and use it in GitHub Desktop.
Save antoinecourtin/2a9effd7259a980504fe to your computer and use it in GitHub Desktop.
requetesparql_Isidore_test
PREFIX sioc: <http://rdfs.org/sioc/ns#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX dces: <http://purl.org/dc/elements/1.1/>
SELECT ?resource ?title ?source WHERE {
?resource sioc:topic <http://aurehal.archives-ouvertes.fr/subject/shs.art>.
?resource dcterms:title ?title.
?resource dc:source ?source
} LIMIT 100
@antoinecourtin
Copy link
Author

Requête simple pour récupérer pour le moment les "sources" de ressources du domaine de l'histoire de l'art dans Isidore (limite de 100).
Objectif à terme: récupérer les noms de revues pour le domaines "Art et histoire de l'art" via une requête SPARQL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment