@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .

<sdo_eg_md_14.html> md:item (
 [ a schema:ItemList;
   schema:itemListElement ("HP Pavilion dv6-6013cl" "Dell XPS 15 (Sandy Bridge)" "Lenovo ThinkPad X220");
   schema:itemListOrder "Descending";
   schema:mainContentOfPage "true";
   schema:name "Top 10 laptops"]);
   rdfa:usesVocabulary schema: .
