Example #1
0
 public void Setup()
 {
     Collection = new TypePrioritizingStatementCollection();
     Collection.Add(Predicate = new Statement(new Iri("subject"), new Iri("predicate"), new Iri("object")));
     Collection.Add(Typing    = new Statement(new Iri("subject"), rdf.type, new Iri("object")));
     Statements = new Statement[2];
 }