def build(self):
self.context = {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"}
UUIDNS = Namespace("urn:uuid:")
self.graph.bind("uuidns", UUIDNS)
self.graph.add((UUIDNS[tstuuid], RDFS.label, Literal(
"Docker: https://www.docker.com/")))
评论列表
文章目录