This commit is contained in:
2026-08-23 17:01:13 -04:00
parent 37248f6ff3
commit 70fca07790
4 changed files with 54 additions and 38 deletions
+3 -3
View File
@@ -112,9 +112,9 @@ fn main() -> color_eyre::Result<()> {
.connect()
.await?;
let resource_descriptions = client.resource_descriptions(ResourceSelector::Classes, [
vocab::rdf::PROPERTY,
vocab::rdfs::CLASS,
vocab::skos::CONCEPT,
vocab::rdf::PROPERTY.into_owned(),
vocab::rdfs::CLASS.into_owned(),
vocab::skos::CONCEPT.into_owned(),
]).await?;
let documents = indexer.ontology(resource_descriptions);
debug_span!("Index Ontology", documents = field::Empty).in_scope(|| {