// SPDX-FileCopyrightText: 2025 Robin Vobruba <hoijui.quaero@gmail.com>
//
// SPDX-License-Identifier: Apache-2.0
//! Provides ready to use [`NamedNodeRef`]s
//! for the [prtr](http://w3id.org/oseg/ont/prtr) OWL/RDF ontology/vocabulary.
use formatcp;
use NamedNodeRef;
use LazyLock;
pub const NS: &str = "http://w3id.org/oseg/ont/prtr#";
pub const PREFIX: &str = "prtr";
/// The datatype property to assign an integer to each blank node,
/// to be used for sorting them when pretty-printing.
pub static SORTING_ID: =
new;