<https://northwind-traders.demo.linkeddatahub.com/#revenue-by-country-query>
        a                             <http://spinrdf.org/sp#Select> ;
        <http://purl.org/dc/terms/title>
                "Revenue by country" ;
        <http://spinrdf.org/sp#text>  "PREFIX schema: <https://schema.org/>\n\nSELECT ?country (SUM(?sale) AS ?revenue)\nWHERE {\n    GRAPH ?orderGraph {\n        ?order schema:orderedItem ?orderItem ;\n               schema:orderDelivery ?delivery .\n        ?orderItem schema:orderQuantity ?quantity ;\n                   schema:price ?price .\n        ?delivery schema:deliveryAddress ?address .\n        ?address schema:addressCountry ?country .\n        BIND(?quantity * ?price AS ?sale)\n    }\n}\nGROUP BY ?country\nORDER BY DESC(?revenue)\nLIMIT 10" .

<https://northwind-traders.demo.linkeddatahub.com/#sales-by-month-query>
        a                             <http://spinrdf.org/sp#Select> ;
        <http://purl.org/dc/terms/title>
                "Sales by month" ;
        <http://spinrdf.org/sp#text>  "PREFIX schema: <https://schema.org/>\n\nSELECT ?month (SUM(?sale) AS ?revenue)\nWHERE {\n    GRAPH ?orderGraph {\n        ?order a schema:Order ;\n               schema:orderDate ?orderDate ;\n               schema:orderedItem ?orderItem .\n        ?orderItem schema:orderQuantity ?quantity ;\n                   schema:price ?price .\n        BIND(?quantity * ?price AS ?sale)\n        BIND(SUBSTR(STR(?orderDate), 1, 7) AS ?month)\n    }\n}\nGROUP BY ?month\nORDER BY ?month" .

<https://northwind-traders.demo.linkeddatahub.com/#revenue-by-country>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart> ;
        <http://purl.org/dc/terms/title>
                "Revenue by country" ;
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/#revenue-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>
                "revenue" .

<https://northwind-traders.demo.linkeddatahub.com/#top-manager-header>
        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        <h2>Top manager</h2>\n        <p>Meet the top manager of Northwind Traders.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

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

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

<https://northwind-traders.demo.linkeddatahub.com/#sales-trend>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart> ;
        <http://purl.org/dc/terms/title>
                "Monthly sales trend" ;
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/#sales-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>
                "revenue" .

<https://northwind-traders.demo.linkeddatahub.com/#navigation-prompt>
        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>Explore More</h3>\n        <p>Dive deeper into detailed analytics by exploring the containers below. Each section provides comprehensive insights into products, orders, customers, employees, and more.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://northwind-traders.demo.linkeddatahub.com/#overview-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>Executive dashboard</h3>\n        <p>Explore key business metrics including sales trends, geographic distribution, and product performance. All visualizations are generated from live SPARQL queries over the RDF Knowledge Graph.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://northwind-traders.demo.linkeddatahub.com/>
        a       <https://w3id.org/atomgraph/linkeddatahub/default#Root> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://northwind-traders.demo.linkeddatahub.com/#page-header> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://northwind-traders.demo.linkeddatahub.com/#overview-intro> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3>
                <https://northwind-traders.demo.linkeddatahub.com/#sales-trend> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4>
                <https://northwind-traders.demo.linkeddatahub.com/#revenue-by-country> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_5>
                <https://northwind-traders.demo.linkeddatahub.com/#top-selling-products> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_6>
                <https://northwind-traders.demo.linkeddatahub.com/#top-manager-header> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_7>
                <https://northwind-traders.demo.linkeddatahub.com/#top-manager> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_8>
                <https://northwind-traders.demo.linkeddatahub.com/#navigation-prompt> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_9>
                <https://northwind-traders.demo.linkeddatahub.com/#select-children> ;
        <http://purl.org/dc/terms/description>
                "Knowledge Graph representation of the Northwind Traders sample database" ;
        <http://purl.org/dc/terms/modified>
                "2026-03-30T20:43:59.765Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/title>
                "Northwind Traders" .

<https://northwind-traders.demo.linkeddatahub.com/#top-manager>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://northwind-traders.demo.linkeddatahub.com/employees/2/#this> .

<https://northwind-traders.demo.linkeddatahub.com/#page-header>
        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        <div class=\"page-header\">\n            <h2>Northwind Traders</h2>\n            <p class=\"lead\">The iconic sample database converted to an RDF Knowledge Graph</p>\n        </div>\n        <p>Features include CSV data <a href=\"https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/imports/csv/\" target=\"_blank\">imports</a>, SPARQL-based <a href=\"https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/data-model/resources/charts/\" target=\"_blank\">charts</a>, faceted search and related results (parallax navigation) as well as\n            rich documents composed of structured content backed by RDF Knowledge Graph data.</p>\n        <p>This application was created on <a href=\"https://atomgraph.github.io/LinkedDataHub/\" target=\"_blank\">LinkedDataHub</a> using the low code paradigm: no programming was required, only scripts that\n            invoke LinkedDataHub's CLI commands.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
