// This is free and unencumbered software released into the public domain.
use crate::;
/// A sample resource term.
pub const SAMPLE_RESOURCE: = static_iri;
/// A sample plain literal term.
pub const SAMPLE_LITERAL: = static_string;
/// A sample triple.
pub const SAMPLE_TRIPLE: CowTriple = new;
/// A sample quad.
pub const SAMPLE_QUAD: CowQuad = new;