Skip to content

Commit 1028fa7

Browse files
committed
solid fixes
1 parent 46791dc commit 1028fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docgeneration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,8 +3416,8 @@ def createHTML(self,savepath, predobjs, subject, baseurl, subpreds, graph, searc
34163416
if self.licenseuri!=None:
34173417
ttlf.add((subject, URIRef("http://purl.org/dc/elements/1.1/license"), URIRef(self.licenseuri)))
34183418
if self.solidexport!=None:
3419-
ttlf.add((subject, URIRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#"), URIRef("http://www.w3.org/ns/ldp#Resource")))
3420-
ttlf.add((subject, URIRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#"), URIRef("https://www.iana.org/assignments/media-types/text/turtle#Resource")))
3419+
ttlf.add((subject, URIRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"), URIRef("http://www.w3.org/ns/ldp#Resource")))
3420+
ttlf.add((subject, URIRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#type"), URIRef("https://www.iana.org/assignments/media-types/text/turtle#Resource")))
34213421
nonnslink=""
34223422
if nonns:
34233423
completesavepath = savepath.replace(":","_")

0 commit comments

Comments
 (0)