We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23bde5e + 7bf1176 commit 707671bCopy full SHA for 707671b
evoks/Skosmos/skosmos.py
@@ -61,6 +61,9 @@ def add_vocabulary(self, config: SkosmosVocabularyConfig) -> None:
61
g.add((URIRef(vocabulary_uri),
62
URIRef('http://purl.org/net/skosmos#fullAlphabeticalIndex'), Literal(True)))
63
64
+ g.add((URIRef(vocabulary_uri),
65
+ URIRef('http://purl.org/net/skosmos#showTopConcepts'), Literal(True)))
66
+
67
68
URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), URIRef('http://purl.org/net/skosmos#Vocabulary')))
69
0 commit comments