@prefix rdf: . @prefix ns1: . @prefix ns2: . ns1:this rdf:type ns2:RetailPriceSpecification , ns2:UDAExpressSpecialUnitPriceSpecification , ns2:SpecialUnitPriceSpecification , ns2:UDALiteSpecialUnitPriceSpecification , ns2:Virtuoso8Pricing . @prefix schema: . ns1:this rdf:type schema:UnitPriceSpecificiation , schema:UnitPriceSpecification . @prefix owl: . @prefix ns5: . ns1:this owl:sameAs ns5:UnitPriceSpecification-UDALT-WKSSVR-anyos-odbc-odbc-workgroup-2018-08-special-price . @prefix ns6: . ns1:this ns2:hasRetailPriceSpecification ns6: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: . ns1:this pwdr:describedby , ns5:UnitPriceSpecification-UDALT-WKSSVR-anyos-odbc-odbc-workgroup-2018-08-special-price . @prefix ns9: . ns1:this pwdr:describedby ns9:official , ; schema:name "Software License Special Price Specification: Workgroup License Special Price Specification for UDA 7.x Lite Edition ODBC Driver for ODBC Data Sources, for deployment on any supported Workstation- or Server-class Operating System" ; schema:priceCurrency "USD"^^xsd:string ; schema:price 524.99 .