Skip to content

Query the full graph as subgraph #315

@fcarrillo-brenes

Description

@fcarrillo-brenes

I'm currently using part of your code to find communities in a kg, but with a subgraph from a query I don't retrieve all data that I want.

I want to use all the graph, using the query
query_ttl = """
prefix dct:http://purl.org/dc/terms/
SELECT ?subject ?p ?object
WHERE {
?subject ?p ?object.
}
"""
and the subgraph is fine, but when I want to build the ig_graph, there is an error, which is:
InternalError: Error at src/graph/type_indexededgelist.c:261: Out-of-range vertex IDs when adding edges. -- Invalid vertex ID

Can somebody help me?
Thanks

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions