Skip to content

Commit 707671b

Browse files
authored
Merge pull request #288 from kit-data-manager/hierarchy
Hierarchy
2 parents 23bde5e + 7bf1176 commit 707671b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

evoks/Skosmos/skosmos.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ def add_vocabulary(self, config: SkosmosVocabularyConfig) -> None:
6161
g.add((URIRef(vocabulary_uri),
6262
URIRef('http://purl.org/net/skosmos#fullAlphabeticalIndex'), Literal(True)))
6363

64+
g.add((URIRef(vocabulary_uri),
65+
URIRef('http://purl.org/net/skosmos#showTopConcepts'), Literal(True)))
66+
6467
g.add((URIRef(vocabulary_uri),
6568
URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), URIRef('http://purl.org/net/skosmos#Vocabulary')))
6669

0 commit comments

Comments
 (0)