Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 20, 2024
1 parent 2fdd6c4 commit 01e2312
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sparqlunicorn_ontdoc/docgeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,9 @@ def createVoidDataset(self,dsname,numtriples,numclasses,numinds,numpredicates,nu
Literal(dsname,lang="en")))
g.add((URIRef(voidds), URIRef("http://purl.org/dc/terms/modified"),
Literal(self.modtime,datatype="http://www.w3.org/2001/XMLSchema#dateTime")))
g.add((URIRef(voidds), URIRef("http://purl.org/dc/terms/license"),
URIRef(self.licenseuri)))
if self.licenseuri!=None:
g.add((URIRef(voidds), URIRef("http://purl.org/dc/terms/license"),
URIRef(self.licenseuri)))
g.add((URIRef(voidds), URIRef("http://rdfs.org/ns/void#dataDump"),
URIRef(self.deploypath+"/index.ttl")))
g.add((URIRef(voidds), URIRef("http://xmlns.com/foaf/0.1/homepage"),
Expand Down

0 comments on commit 01e2312

Please sign in to comment.