@prefix rdf: . @prefix ns1: . @prefix ns2: . ns1:this rdf:type ns2:RetailPriceSpecification . @prefix schema: . ns1:this rdf:type schema:UnitPriceSpecificiation , schema:UnitPriceSpecification . @prefix xsd: . ns1:this schema:validFrom "2019-01-01T00:00:00Z"^^xsd:dateTime ; schema:validThrough "2019-08-31T23:59:59Z"^^xsd:dateTime , "2020-03-31T23:59:59Z"^^xsd:dateTime . @prefix pwdr: . ns1:this pwdr:describedby . @prefix ns6: . ns1:this pwdr:describedby ns6:shop . @prefix ns7: . ns1:this pwdr:describedby ns7:official . @prefix ns8: . ns1:this pwdr:describedby ns8:official ; schema:name "Software Software License Retail Price Specification: Workgroup Software License Retail Price Specification for UDA 7.x Lite Edition ODBC Driver for Informix 9.x, for deployment on any supported Workstation- or Server-class Operating System"@en , "Software Software License Retail Price Specification: Workgroup Software License Retail Price Specification for UDA 7.x Lite Edition ODBC Driver for Informix 9.x, for deployment on any supported Workstation- or Server-class Operating System" ; schema:priceCurrency "USD"^^xsd:string ; schema:price 1574.9 .