@prefix rdf: . @prefix rdfs: . @prefix dcat: . @prefix void: . @prefix sd: . @prefix datafaqs: . @prefix : . :service a sd:Service; sd:endpoint ; sd:availableGraphs :collection; . :collection a sd:GraphCollection, dcat:Dataset; sd:namedGraph :named-graph; . :named-graph a sd:NamedGraph; sd:name ; rdfs:comment "We want to know where the triples in here came from."; sd:graph :graph; rdfs:comment "We can associate void:dataDump files to :graph to show other places that the graph is located."; . :graph a void:Dataset . #3> <> prov:specializationOf ; #3> prov:wasAttributedTo ; #3> rdfs:seeAlso .