use graph;
use ontology;
use ontology_adapter;
use resource;
use std;
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt", Alt,
1);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for Alt<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, Alt<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag", Bag,
2);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for Bag<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, Bag<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", HTML,
3);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for HTML<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, HTML<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#List", List,
4);
impl<'g, G: 'g> ontology::properties::rdf::First<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::First<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Rest<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Rest<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for List<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, List<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral", PlainLiteral,
5);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g>
for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for PlainLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, PlainLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", Property,
6);
impl<'g, G: 'g> ontology::properties::rdfs::Domain<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Domain<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Range<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Range<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SubPropertyOf<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SubPropertyOf<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for Property<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, Property<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq", Seq,
7);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for Seq<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, Seq<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", Statement,
8);
impl<'g, G: 'g> ontology::properties::rdf::Object<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Object<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Predicate<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Predicate<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Subject<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Subject<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for Statement<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, Statement<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral", XMLLiteral,
9);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for XMLLiteral<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, XMLLiteral<'g, G>>
where
G: graph::Graph<'g>,
{
}
class!(
:"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", LangString,
10);
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Type<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdf::Value<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Comment<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::IsDefinedBy<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Label<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::Member<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for LangString<'g, G>
where
G: graph::Graph<'g>,
{
}
impl<'g, G: 'g> ontology::properties::rdfs::SeeAlso<'g> for resource::IRI<'g, LangString<'g, G>>
where
G: graph::Graph<'g>,
{
}