Type Definition rdftk_iri::IRIRef[][src]

type IRIRef = Arc<IRI>;

A preferred reference-counted type to wrap an IRI. For RDF where IRIs are extensively reused as graph nodes, the requirement to use a reference type is very important to reduce duplication.

As such, the APIs across the RDFtk crates use IRIRef exclusively.