Esempio n. 1
0
 public RDFTripleBuilder()
 {
     _rdfTriple = new RDFTriple();
     _processor = new RDFaProcessor();
 }
Esempio n. 2
0
 public void TestSetUp()
 {
     _processor = new RDFaProcessor();
     _uriMappings = new Dictionary<string, string>
                        {
                            {"foaf", "http://xmlns.com/foaf/0.1/"},
                            {"dc", "http://purl.org/dc/elements/1.1/"},
                            {"xsd","http://www.w3.org/2001/XMLSchema#"}
                        };
 }