Skip to content

Commit

Permalink
Merge pull request #389 from edmcouncil/fix_to_qnames_for_bnodes
Browse files Browse the repository at this point in the history
Empty qnames for bnodes
  • Loading branch information
mereolog authored Jun 21, 2024
2 parents e7edd9e + b41f6eb commit 84dcb63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public OwlListDetails handleAnonymousIndividual(OWLAnonymousIndividual owlAnonym
if (classIri != null) {
resultDetails.addAllProperties(copyrightHandler.getCopyright(classIri));
resultDetails.addAllProperties(licenseHandler.getLicense(classIri));
resultDetails.setqName(qnameHandler.getQName(classIri));
resultDetails.setqName(new String());
}

if (ontologyGraph.isEmpty()) {
Expand Down

0 comments on commit 84dcb63

Please sign in to comment.