@prefix eg: . @prefix rdf: . [] rdf:type eg:Node ; eg:with [ rdf:type eg:NodeChild ; eg:having ( [ rdf:type eg:ListItem ] ) ] .