```python triples = ttl( [], (RDF.type, URIRef("urn:type")), (URIRef("urn:p"), [(URIRef("urn:p2"), "literal")]), ) ```