<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Orders by country";
        <http://spinrdf.org/sp#text>  "PREFIX schema: <https://schema.org/>\n\nSELECT ?country (COUNT(DISTINCT ?order) AS ?orderCount)\nWHERE {\n    GRAPH ?orderGraph {\n        ?order schema:orderDelivery ?delivery .\n        ?delivery schema:deliveryAddress ?address .\n        ?address schema:addressCountry ?country .\n    }\n}\nGROUP BY ?country\nORDER BY DESC(?orderCount)\nLIMIT 10" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#id68038e08-0107-4672-a05b-952e02a47992>
        a       <http://rdfs.org/ns/void#Dataset>;
        <http://rdfs.org/ns/void#distinctSubjects>
                "830"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://rdfs.org/ns/void#triples>
                "11073"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://www.w3.org/ns/prov#wasGeneratedBy>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#idc6f8d545-2bc5-41da-86e1-512135a1afd6> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country-block>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Select orders";
        <http://spinrdf.org/sp#text>  "PREFIX  schema: <https://schema.org/>\n\n  SELECT DISTINCT  ?order\n  WHERE\n    { GRAPH ?doc\n        { ?order  a                  schema:Order ;\n                  schema:identifier  ?orderID ;\n                  schema:orderDate   ?orderDate ;\n                  schema:customer    ?customer ;\n                  schema:broker      ?employee\n        }\n    }\n  ORDER BY ?orderID" .

<https://northwind-traders.demo.linkeddatahub.com/orders/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Container>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-intro>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-over-time-block>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#geographic-intro>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country-block>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_5>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#order-trends-summary>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_6>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-region-per-year-block>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_7>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T19:03:29.734Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/creator>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this>;
        <http://purl.org/dc/terms/modified>
                "2026-06-16T19:04:27.36Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/title>
                "Orders";
        <http://rdfs.org/sioc/ns#has_parent>
                <https://northwind-traders.demo.linkeddatahub.com/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-regions-by-year-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Sales by region per year";
        <http://spinrdf.org/sp#text>  "PREFIX  schema: <https://schema.org/>\nPREFIX  xsd:  <http://www.w3.org/2001/XMLSchema#>\n\nSELECT DISTINCT  ?year ?regionName (SUM(?sale) AS ?totalSales)\nWHERE\n  { GRAPH ?orderGraph\n      { ?order  schema:orderDate    ?orderDate ;\n                schema:broker       ?employee ;\n                schema:orderedItem  ?orderItem\n        BIND(year(xsd:dateTime(?orderDate)) AS ?year)\n        ?orderItem  schema:orderedItem  ?product ;\n                  schema:orderQuantity  ?quantity ;\n                  schema:price          ?price\n        BIND(( ?quantity * ?price ) AS ?sale)\n      }\n    GRAPH ?employeeGraph\n      { ?employee  schema:areaServed  ?territory }\n    GRAPH ?territoryGraph\n      { ?territory  schema:containedInPlace  ?region }\n    GRAPH ?regionGraph\n      { ?region  schema:name  ?regionName }\n  }\nGROUP BY ?year ?regionName\nORDER BY DESC(?year) ?regionName\nLIMIT   100" .

<https://northwind-traders.demo.linkeddatahub.com/uploads/6818fb4a761468a0ceb2ee7a224b0fa84859e491>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/csv>;
        <http://purl.org/dc/terms/title>
                "order_details.csv";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "order_details.csv";
        <http://xmlns.com/foaf/0.1/sha1>
                "6818fb4a761468a0ceb2ee7a224b0fa84859e491" .

<https://northwind-traders.demo.linkeddatahub.com/uploads/9ec3ba9382026d59cbd80e98ee1222dbdb49bc8f>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/plain>;
        <http://purl.org/dc/terms/title>
                "orders.rq";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "orders.rq";
        <http://xmlns.com/foaf/0.1/sha1>
                "9ec3ba9382026d59cbd80e98ee1222dbdb49bc8f" .

<https://northwind-traders.demo.linkeddatahub.com/uploads/3c23e13529beb208a8b24d1eb7f6737d846355b5>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/csv>;
        <http://purl.org/dc/terms/title>
                "orders.csv";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "orders.csv";
        <http://xmlns.com/foaf/0.1/sha1>
                "3c23e13529beb208a8b24d1eb7f6737d846355b5" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart>;
        <http://purl.org/dc/terms/title>
                "Orders by country";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-country-query>;
        <https://w3id.org/atomgraph/linkeddatahub#categoryVarName>
                "country";
        <https://w3id.org/atomgraph/linkeddatahub#chartType>
                <https://w3id.org/atomgraph/client#BarChart>;
        <https://w3id.org/atomgraph/linkeddatahub#seriesVarName>
                "orderCount" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#geographic-intro>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n          <h4>Geographic distribution</h4>\n          <p>Orders span multiple countries and regions. Analyzing geographic patterns reveals market penetration\n             and helps identify expansion opportunities or regional challenges.</p>\n      </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#d8bda77d-c4ba-408e-ab7f-cbed0434ad92>
        a                             <http://spinrdf.org/sp#Construct>;
        <http://purl.org/dc/terms/title>
                "Orders";
        <http://spinrdf.org/sp#text>  "PREFIX foaf:       <http://xmlns.com/foaf/0.1/>\nPREFIX dct:        <http://purl.org/dc/terms/>\nPREFIX schema:     <https://schema.org/>\nPREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>\n\nCONSTRUCT\n{\n    GRAPH ?graph\n    {\n        ?graph dct:title ?orderID ;\n            foaf:primaryTopic ?order ;\n            foaf:topic ?orderDelivery, ?deliveryAddress .\n\n        ?order a schema:Order ;\n            schema:identifier ?orderID ;\n            dct:title ?orderID ;\n            schema:customer ?customer ;\n            schema:broker ?employee ;\n            schema:orderDate ?orderDate ;\n            schema:orderDelivery ?orderDelivery .\n\n        ?orderDelivery a schema:ParcelDelivery ;\n            foaf:page ?graph ;\n            schema:expectedArrivalUntil ?requiredDate ;\n            # ?shippedDate ;\n            schema:deliveryAddress ?deliveryAddress ;\n            schema:provider ?shipper .\n\n        ?deliveryAddress a schema:PostalAddress ;\n            foaf:page ?graph ;\n            schema:addressCountry ?shipCountry ;\n            schema:addressLocality ?shipCity ;\n            schema:postalCode ?shipPostalCode ;\n            schema:streetAddress ?shipAddress ;\n            schema:location ?deliveryLocation ;\n            schema:addressRegion ?shipRegion .\n    }\n}\nWHERE\n{\n    ?order_row <#orderID> ?orderID ;\n        <#customerID> ?customerID ;\n        <#employeeID> ?employeeID ;\n        <#orderDate> ?orderDateString ;\n        <#requiredDate> ?requiredDateString ;\n        <#shipVia> ?shipVia ;\n        <#freight> ?freightString ;\n        <#shipName> ?shipName ;\n        <#shipAddress> ?shipAddress ;\n        <#shipCity> ?shipCity ;\n        <#shipPostalCode> ?shipPostalCode ;\n        <#shipCountry> ?shipCountry .\n\n    OPTIONAL {\n        ?order_row <#shippedDate> ?shippedDateString\n        BIND(strdt(?shippedDateString, xsd:date) AS ?shippedDate)\n    }\n    OPTIONAL {\n        ?order_row <#shipRegion> ?shipRegion\n    }\n\n    BIND(uri(concat(str($base), \"orders/\")) AS ?container)\n    BIND(uri(concat(str(?container), encode_for_uri(?orderID), \"/\")) AS ?graph)\n    BIND(uri(concat(str(?graph), \"#this\")) AS ?order)\n    BIND(uri(concat(str(?graph), \"#delivery\")) AS ?orderDelivery)\n    BIND(uri(concat(str(?graph), \"#delivery-address\")) AS ?deliveryAddress)\n    BIND(uri(concat(str($base), \"employees/\", encode_for_uri(?employeeID), \"/#this\")) AS ?employee)\n    BIND(uri(concat(str($base), \"customers/\", encode_for_uri(?customerID), \"/#this\")) AS ?customer)\n    BIND(uri(concat(str($base), \"shippers/\", encode_for_uri(?shipVia), \"/#this\")) AS ?shipper)\n    BIND(strdt(?orderDateString, xsd:date) AS ?orderDate)\n    BIND(strdt(?requiredDateString, xsd:date) AS ?requiredDate)\n    BIND(strdt(?freightString, xsd:float) AS ?freight)\n}" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-intro>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n          <h3>Order analytics</h3>\n          <p>Track order volume, geographic distribution, and temporal trends. Understanding order patterns\n             helps optimize inventory, predict demand, and identify growth opportunities across different markets.</p>\n      </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#id9852c08c-90a8-458b-8466-17df37b173ec>
        a       <https://w3id.org/atomgraph/linkeddatahub#CSVImport>;
        <http://purl.org/dc/terms/title>
                "Order details";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#d035544d-ffb4-4951-8885-55551e9fde61>;
        <http://www.w3.org/ns/prov#endedAtTime>
                "2026-06-16T19:30:21.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://www.w3.org/ns/prov#startedAtTime>
                "2026-06-16T19:04:27.562Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <https://w3id.org/atomgraph/linkeddatahub#delimiter>
                ",";
        <https://w3id.org/atomgraph/linkeddatahub#file>
                <https://northwind-traders.demo.linkeddatahub.com/uploads/6818fb4a761468a0ceb2ee7a224b0fa84859e491> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-region-per-year>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart>;
        <http://purl.org/dc/terms/title>
                "Sales by region per year";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-regions-by-year-query>;
        <https://w3id.org/atomgraph/linkeddatahub#categoryVarName>
                "year";
        <https://w3id.org/atomgraph/linkeddatahub#chartType>
                <https://w3id.org/atomgraph/client#Table>;
        <https://w3id.org/atomgraph/linkeddatahub#seriesVarName>
                "regionName" , "totalSales" .

<https://northwind-traders.demo.linkeddatahub.com/uploads/bcc85bc6e7dca59059f8216c6b46da3cfc266d9c>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/plain>;
        <http://purl.org/dc/terms/title>
                "order_details.rq";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "order_details.rq";
        <http://xmlns.com/foaf/0.1/sha1>
                "bcc85bc6e7dca59059f8216c6b46da3cfc266d9c" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#d035544d-ffb4-4951-8885-55551e9fde61>
        a                             <http://spinrdf.org/sp#Construct>;
        <http://purl.org/dc/terms/title>
                "Order details";
        <http://spinrdf.org/sp#text>  "PREFIX foaf:       <http://xmlns.com/foaf/0.1/>\nPREFIX dct:        <http://purl.org/dc/terms/>\nPREFIX schema:     <https://schema.org/>\nPREFIX xsd:        <http://www.w3.org/2001/XMLSchema#>\n\nCONSTRUCT\n{\n    GRAPH ?graph\n    {\n        ?order schema:orderedItem ?orderItem .\n\n        ?orderItem a schema:OrderItem ;\n            schema:orderedItem ?product ;\n            schema:orderQuantity ?quantity ;\n            schema:discount ?discount ;\n            schema:price ?price .\n    }\n}\nWHERE\n{\n    ?order_detail_row <#orderID> ?orderID ;\n        <#productID> ?productID ;\n        <#unitPrice> ?unitPrice ;\n        <#quantity> ?quantityString ;\n        <#discount> ?discountString .\n\n    BIND(uri(concat(str($base), \"orders/\", encode_for_uri(?orderID), \"/\")) AS ?graph)\n    BIND(uri(concat(str(?graph), \"#this\")) AS ?order)\n    BIND(uri(concat(str(?graph), \"#\", STRUUID())) AS ?orderItem)\n    BIND(uri(concat(str($base), \"products/\", encode_for_uri(?productID), \"/#this\")) AS ?product)\n    BIND (STRDT(?unitPrice, xsd:float) AS ?price)\n    BIND (STRDT(?quantityString, xsd:integer) AS ?quantity)\n    BIND (STRDT(?discountString, xsd:float) AS ?discount)\n}" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders-view>
        a       <https://w3id.org/atomgraph/linkeddatahub#View>;
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders-query>;
        <https://w3id.org/atomgraph/client#mode>
                <https://w3id.org/atomgraph/client#TableMode> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-region-per-year-block>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#sales-by-region-per-year> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-over-time-block>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-over-time> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#idf06c477e-82cc-476b-9f7b-1dc14c2dd855>
        a       <http://rdfs.org/ns/void#Dataset>;
        <http://rdfs.org/ns/void#distinctSubjects>
                "2155"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://rdfs.org/ns/void#triples>
                "10775"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://www.w3.org/ns/prov#wasGeneratedBy>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#id9852c08c-90a8-458b-8466-17df37b173ec> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-over-time>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart>;
        <http://purl.org/dc/terms/title>
                "Orders per month";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-month-query>;
        <https://w3id.org/atomgraph/linkeddatahub#categoryVarName>
                "month";
        <https://w3id.org/atomgraph/linkeddatahub#chartType>
                <https://w3id.org/atomgraph/client#LineChart>;
        <https://w3id.org/atomgraph/linkeddatahub#seriesVarName>
                "orderCount" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#idc6f8d545-2bc5-41da-86e1-512135a1afd6>
        a       <https://w3id.org/atomgraph/linkeddatahub#CSVImport>;
        <http://purl.org/dc/terms/title>
                "Orders";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#d8bda77d-c4ba-408e-ab7f-cbed0434ad92>;
        <http://www.w3.org/ns/prov#endedAtTime>
                "2026-06-16T19:12:21.616Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://www.w3.org/ns/prov#startedAtTime>
                "2026-06-16T19:04:23.792Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <https://w3id.org/atomgraph/linkeddatahub#delimiter>
                ",";
        <https://w3id.org/atomgraph/linkeddatahub#file>
                <https://northwind-traders.demo.linkeddatahub.com/uploads/3c23e13529beb208a8b24d1eb7f6737d846355b5> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://northwind-traders.demo.linkeddatahub.com/orders/#select-orders-view> .

<https://northwind-traders.demo.linkeddatahub.com/orders/#orders-by-month-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Orders by month";
        <http://spinrdf.org/sp#text>  "PREFIX schema: <https://schema.org/>\n\nSELECT ?month (COUNT(DISTINCT ?order) AS ?orderCount)\nWHERE {\n    GRAPH ?orderGraph {\n        ?order a schema:Order ;\n               schema:orderDate ?orderDate .\n        BIND(SUBSTR(STR(?orderDate), 1, 7) AS ?month)\n    }\n}\nGROUP BY ?month\nORDER BY ?month" .

<https://northwind-traders.demo.linkeddatahub.com/orders/#order-trends-summary>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n          <h4>Regional performance</h4>\n          <p>The table below shows sales performance broken down by region and year, enabling comparison\n             of regional growth patterns and seasonal variations.</p>\n      </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
