@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 "2020-03-31T23:59:59Z"^^xsd:dateTime , "2019-08-31T23:59:59Z"^^xsd:dateTime . @prefix pwdr: . @prefix ns6: . ns1:this pwdr:describedby ns6:official . @prefix ns7: . ns1:this pwdr:describedby ns7:shop , . @prefix ns8: . ns1:this pwdr:describedby ns8:official ; schema:name "Software Software License Retail Price Specification: Department Software License Retail Price Specification for UDA 7.x Lite Edition ODBC Driver for Microsoft SQL Server & Sybase, for deployment on any supported Workstation- or Server-class Operating System" , "Software Software License Retail Price Specification: Department Software License Retail Price Specification for UDA 7.x Lite Edition ODBC Driver for Microsoft SQL Server and Sybase, for deployment on any supported Workstation- or Server-class Operating System"@en ; schema:priceCurrency "USD"^^xsd:string ; schema:price 3937.24 .