Nordine Bittich
Home
Blog
Gallery
Sparql
Contact
Sparql endpoint
Accept (Construct/Describe)
Turtle
RDF/JSON
RDF/XML
TriG
N-Triples
N-Quads
Query
PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX cv: <http://rdfs.org/resume-rdf/cv.rdfs#> PREFIX baseCv: <http://rdfs.org/resume-rdf/base.rdfs#> CONSTRUCT {?s ?p ?o} WHERE { graph <https://bittich.be/graphs/public>{ ?s ?p ?o } }