What problem does it solve? Modeling and querying highly connected data is painful in relational tables. This Skill guides you through choosing between RDF triples and labeled property graphs, constructing graphs from structured and unstructured sources, resolving entities, and running graph analytics or GraphRAG for LLM grounding. ## Core Features & Use Cases - Model Selection: Decide between RDF (SPARQL, OWL reasoning, interoperability) and labeled property graphs (Cypher, edge attributes, fast traversals) based on actual requirements. - Construction Pipeline: Model entities and relationships, ingest from CSVs, databases, APIs, or text, perform entity resolution and linking, and validate with SHACL or constraints. - Analytics & GraphRAG: Run centrality, community detection, pathfinding, node embeddings, and link prediction, or ground LLM answers with graph-based retrieval. - Use Case: You need to unify customer records from three databases into a queryable graph. Use this Skill to model the domain, deduplicate entities, write Cypher queries in Neo4j, and run PageRank to find influential accounts. ## Quick Start Ask the agent to design a knowledge graph for your domain, choose RDF or a property graph, and write the SPARQL or Cypher queries to answer your questions.