To fetch unique rows from a node in a Neo4j knowledge graph, you can use the DISTINCT keyword in your Cypher query.
Here's an example of a Cypher query:
MATCH (c:Compound) RETURN DISTINCT c.node_label
MATCH (c:Compound)
RETURN DISTINCT c.node_label