Skip to content

Add ontology versioning support#86

Open
gtfierro wants to merge 10 commits intomasterfrom
add-ontology-versioning
Open

Add ontology versioning support#86
gtfierro wants to merge 10 commits intomasterfrom
add-ontology-versioning

Conversation

@gtfierro
Copy link
Copy Markdown
Member

    g = Graph(graph_name=URIRef("urn:example"), load_brick=True)
    graph_name = g.value(predicate=A, object=OWL.Ontology)
    assert graph_name == URIRef("urn:example")
    imports = list(g.objects(subject=graph_name, predicate=OWL.imports))
    assert len(imports) == 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant