# Base: http://example.org/po1 @prefix ns1: . @prefix po_: . @prefix apo_: . @prefix apo: . @prefix xs: . @prefix po: . @prefix xs_: . @prefix rdf: . @prefix : <#> . <> po_:purchaseOrder [ a po_:PurchaseOrderType ; ns1:billTo [ a po_:USAddress ; ns1:city "Old Town"^^xs_:string ; ns1:country "US"^^xs_:NMTOKEN ; ns1:name "Robert Smith"^^xs_:string ; ns1:state "PA"^^xs_:string ; ns1:street "8 Oak Avenue"^^xs_:string ; ns1:zip "95819"^^xs_:decimal ] ; ns1:items [ a po_:Items ; ns1:item [ ns1:USPrice 148.95 ; ns1:partNum "872-AA"^^xs_:string ; ns1:productName "Lawnmower"^^xs_:string ; ns1:quantity "1"^^xs_:positiveInteger ; po_:comment "Confirm this is electric"^^xs_:string ] ; ns1:item [ ns1:USPrice 39.98 ; ns1:partNum "926-AA"^^xs_:string ; ns1:productName "Baby Monitor"^^xs_:string ; ns1:quantity "1"^^xs_:positiveInteger ; ns1:shipDate "1999-05-21"^^xs_:date ] ] ; ns1:orderDate "1999-10-20"^^xs_:date ; ns1:shipTo [ a po_:USAddress ; ns1:city "Mill Valley"^^xs_:string ; ns1:country "US"^^xs_:NMTOKEN ; ns1:name "Alice Smith"^^xs_:string ; ns1:state "CA"^^xs_:string ; ns1:street "123 Maple Street"^^xs_:string ; ns1:zip "90952"^^xs_:decimal ] ; po_:comment "Hurry, my lawn is going wild"^^xs_:string ] .