@prefix rdf: . @prefix sd: . @prefix rdfs: . sd:Graph rdf:type rdfs:Class ; rdfs:comment "An instance of sd:Graph represents the description of an RDF graph." ; rdfs:label "Graph" . @prefix pwdr: . @prefix ns4: . sd:Graph pwdr:describedby ns4:sparql-service-description .