Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 24, 2024
1 parent 40ca2b3 commit c3e9bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sparqlunicorn_ontdoc/docgeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,11 @@ def formatPredicate(self,tup,baseurl,checkdepth,tablecontents,graph,reverse):
def getSubjectPagesForNonGraphURIs(self,uristorender,graph,prefixnamespace,corpusid,outpath,nonnsmap,baseurl,uritotreeitem,labeltouri):
nonnsuris=len(uristorender)
counter=0
print("NONS URIS TO RENDER: "+str(uristorender))
#print("NONS URIS TO RENDER: "+str(uristorender))
for uri in uristorender:
label=""
if prefixnamespace not in uri:
print("URI: " + str(uri))
for tup in graph.predicate_objects(URIRef(uri)):
if str(tup[0]) in DocConfig.labelproperties:
label = str(tup[1])
Expand Down

0 comments on commit c3e9bf1

Please sign in to comment.