pub trait RdfVocabulary {
const BASE: &'static str;
// Provided method
fn base_iri() -> &'static IriS { ... }
}Required Associated Constants§
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
Source§impl RdfVocabulary for RdfVocab
RDF vocabulary terms
impl RdfVocabulary for RdfVocab
RDF vocabulary terms
Source§impl RdfVocabulary for RdfsVocab
RDFS vocabulary terms.
impl RdfVocabulary for RdfsVocab
RDFS vocabulary terms.
Source§impl RdfVocabulary for ShaclNodeExprVocab
impl RdfVocabulary for ShaclNodeExprVocab
Source§impl RdfVocabulary for ShaclVocab
SHACL vocabulary terms
impl RdfVocabulary for ShaclVocab
SHACL vocabulary terms