--- Title: Web sémantique --- ## Récupérer les données d'un endpoint SOLID en JSON-ld ```bash curl https://pod.5ika.ch/profile/card -H "Accept: application/ld+json" ``` ## Faire une requête SPARQL à un endpoint solid > Utilise l'utilitaire ```bash comunica-sparql https://pod.5ika.ch/profile/card "SELECT * WHERE { ?s ?p ?o } LIMIT 100" ```