<https://northwind-traders.demo.linkeddatahub.com/suppliers/>
        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/suppliers/#select-suppliers>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T19:03:33.681Z"^^<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:39.805Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/title>
                "Suppliers";
        <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/suppliers/#select-suppliers-view>
        a       <https://w3id.org/atomgraph/linkeddatahub#View>;
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/suppliers/#select-suppliers-query>;
        <https://w3id.org/atomgraph/client#mode>
                <https://w3id.org/atomgraph/client#TableMode> .

<https://northwind-traders.demo.linkeddatahub.com/uploads/df75645e1fac8b37ebb1cfeaab381371a2496537>
        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>
                "suppliers.csv";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "suppliers.csv";
        <http://xmlns.com/foaf/0.1/sha1>
                "df75645e1fac8b37ebb1cfeaab381371a2496537" .

<https://northwind-traders.demo.linkeddatahub.com/uploads/3a2afa258a70655242719a4ee3f74bc7ca9209ab>
        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>
                "suppliers.rq";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "suppliers.rq";
        <http://xmlns.com/foaf/0.1/sha1>
                "3a2afa258a70655242719a4ee3f74bc7ca9209ab" .

<https://northwind-traders.demo.linkeddatahub.com/suppliers/#id70d2d5f8-61ef-4ea5-8901-2ff44f047d79>
        a       <https://w3id.org/atomgraph/linkeddatahub#CSVImport>;
        <http://purl.org/dc/terms/title>
                "Suppliers";
        <http://spinrdf.org/spin#query>
                <https://northwind-traders.demo.linkeddatahub.com/suppliers/#87edd058-257e-45ae-952a-6868aa9999e6>;
        <http://www.w3.org/ns/prov#endedAtTime>
                "2026-06-16T19:05:31.953Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://www.w3.org/ns/prov#startedAtTime>
                "2026-06-16T19:04:40.085Z"^^<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/df75645e1fac8b37ebb1cfeaab381371a2496537> .

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

<https://northwind-traders.demo.linkeddatahub.com/suppliers/#87edd058-257e-45ae-952a-6868aa9999e6>
        a                             <http://spinrdf.org/sp#Construct>;
        <http://purl.org/dc/terms/title>
                "Suppliers";
        <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#>\nPREFIX geo:        <http://www.w3.org/2003/01/geo/wgs84_pos#>\n\nCONSTRUCT\n{\n    GRAPH ?graph\n    {\n        ?graph dct:title ?companyName ;\n            foaf:primaryTopic ?supplier ;\n            foaf:topic ?contactPoint, ?employee, ?postalAddress .\n\n        ?supplier a schema:Corporation ;\n            schema:identifier ?supplierID ;\n            dct:title ?companyName ;\n            schema:legalName ?companyName ;\n            schema:contactPoint ?contactPoint ;\n            schema:employee ?employee .\n\n        ?contactPoint a schema:ContactPoint ;\n            foaf:page ?graph ;\n            schema:telephone ?phone ;\n            schema:faxNumber ?fax ;\n            schema:url ?homePage .\n\n        ?employee a schema:Person ;\n            foaf:page ?graph ;\n            schema:name ?contactName ;\n            dct:title ?contactName ;\n            schema:jobTitle ?contactTitle ;\n            schema:telephone ?phone ;\n            schema:faxNumber ?fax ;\n            schema:address ?postalAddress ;\n            geo:lat ?lat ;\n            geo:long ?long .\n\n        ?postalAddress a schema:PostalAddress ;\n            foaf:page ?graph ;\n            schema:addressCountry ?country ;\n            schema:addressLocality ?city ;\n            schema:postalCode ?postalCode ;\n            schema:streetAddress ?address ;\n            schema:addressRegion ?region .\n    }\n}\nWHERE\n{\n    ?supplier_row <#supplierID> ?supplierID ;\n        <#companyName> ?companyName ;\n        <#contactName> ?contactName ;\n        <#contactTitle> ?contactTitle ;\n        <#address> ?address ;\n        <#city> ?city ;\n        <#postalCode> ?postalCode ;\n        <#country> ?country ;\n        <#phone> ?phone .\n\n    OPTIONAL {\n        ?supplier_row <#region> ?region\n    }\n    OPTIONAL {\n        ?supplier_row <#fax> ?fax\n    }\n    OPTIONAL {\n        ?supplier_row <#homePage> ?homePage\n    }\n    OPTIONAL {\n        ?supplier_row <#lat> ?lat_string \n        BIND(xsd:float(?lat_string) AS ?lat)\n    }\n    OPTIONAL {\n        ?supplier_row <#long> ?long_string\n        BIND(xsd:float(?long_string) AS ?long)\n    }\n\n    BIND(uri(concat(str($base), \"suppliers/\")) AS ?container)\n    BIND(uri(concat(str(?container), encode_for_uri(?supplierID), \"/\")) AS ?graph)\n    BIND(uri(concat(str(?graph), \"#this\")) AS ?supplier)\n    BIND(uri(concat(str(?graph), \"#contact-point\")) AS ?contactPoint)\n    BIND(uri(concat(str(?graph), \"#employee\")) AS ?employee)\n    BIND(uri(concat(str(?graph), \"#postal-address\")) AS ?postalAddress)\n}" .

<https://northwind-traders.demo.linkeddatahub.com/suppliers/#id7fd994f7-9c56-4bae-8798-6e9a22a36167>
        a       <http://rdfs.org/ns/void#Dataset>;
        <http://rdfs.org/ns/void#distinctSubjects>
                "29"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://rdfs.org/ns/void#triples>
                "344"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://www.w3.org/ns/prov#wasGeneratedBy>
                <https://northwind-traders.demo.linkeddatahub.com/suppliers/#id70d2d5f8-61ef-4ea5-8901-2ff44f047d79> .

<https://northwind-traders.demo.linkeddatahub.com/suppliers/#select-suppliers-query>
        a                             <http://spinrdf.org/sp#Select>;
        <http://purl.org/dc/terms/title>
                "Select suppliers";
        <http://spinrdf.org/sp#text>  "PREFIX  schema: <https://schema.org/>\n\n  SELECT DISTINCT  ?supplier\n  WHERE\n    { GRAPH ?doc\n        { ?supplier  a                schema:Corporation ;\n                    schema:legalName  ?companyName\n          GRAPH ?productDoc\n            { ?product  a                schema:Product ;\n                        schema:provider  ?supplier\n            }\n        }\n    }\n  ORDER BY ?companyName" .
