@prefix rdf: . @prefix ns1: . @prefix schema: . ns1:this rdf:type schema:UnitPriceSpecification . @prefix ns3: . ns1:this rdf:type ns3:UDALiteSpecialUnitPriceSpecification , ns3:SpecialUnitPriceSpecification . @prefix ns4: . ns1:this ns3:hasRetailPriceSpecification ns4:this . @prefix xsd: . ns1:this schema:validFrom "2019-01-01T00:00:00Z"^^xsd:dateTime ; schema:validThrough "2019-03-31T23:59:59Z"^^xsd:dateTime . @prefix pwdr: . @prefix ns7: . ns1:this pwdr:describedby ns7:official , , ; schema:name "Software License Special Price Specification: Department License Special Price Specification for UDA 7.x Lite Edition ODBC Driver for Oracle 11.x, for deployment on any supported Workstation- or Server-class Operating System" ; schema:priceCurrency "USD"^^xsd:string ; schema:price 1312.99 .