Sha256: acda75fa2b14cb7e92190f1fe34d7f31251aa09e71d50b2ac9c4280127a088c4
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
module RDF::N3::Algebra::List ## # Iff the object is a list and the subject is in that list, then this is true. class In < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :listIn end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/list/in.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/list/in.rb |