@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tqc: <https://thinqcraft.com/ns/thinqcraft#> .

<https://thinqcraft.com/linked-data/services.jsonld#dataset>
  a schema:Dataset, dcat:Dataset ;
  schema:name "Thinqcraft Services Dataset" ;
  schema:description "Machine-readable catalog of Thinqcraft software delivery services, offer areas and production engineering capabilities." ;
  schema:url <https://thinqcraft.com/linked-data/services.jsonld> ;
  schema:isPartOf <https://thinqcraft.com/linked-data/catalog.jsonld#catalog> ;
  schema:license <https://thinqcraft.com/license/> ;
  schema:version "2026-07-03" ;
  schema:numberOfItems 5 .

<https://thinqcraft.com/#services>
  a schema:OfferCatalog ;
  schema:name "Thinqcraft service catalog" ;
  schema:provider <https://thinqcraft.com/#organization> .

<https://thinqcraft.com/services#service-page>
  a schema:Service ;
  schema:name "We design, build and run business software end to end." ;
  schema:description "Full-stack web applications, admin panels, backend and API development, marketplace integrations, data sync, Rails modernization and production infrastructure." ;
  schema:about <https://thinqcraft.com/id/concept/production-system> ;
  schema:about <https://thinqcraft.com/id/concept/integration-workflow> ;
  schema:about <https://thinqcraft.com/id/concept/marketplace-synchronization> ;
  schema:about <https://thinqcraft.com/id/concept/structured-knowledge-system> ;
  schema:about <https://thinqcraft.com/id/concept/ai-assisted-workflow> ;
  schema:about <https://thinqcraft.com/id/concept/modernization-project> ;
  schema:about <https://thinqcraft.com/id/concept/audit-friendly-workflow> ;
  schema:about <https://thinqcraft.com/id/concept/operational-dashboard> ;
  schema:provider <https://thinqcraft.com/#organization> .

<https://thinqcraft.com/id/service-lane/apps-panels-and-product-logic>
  a schema:Service ;
  schema:name "Apps, panels and product logic" ;
  schema:description "Full-stack web applications, admin panels, internal tools, backend services, APIs and MVP foundations shaped around the real process." ;
  schema:about <https://thinqcraft.com/id/concept/web-apps> ;
  schema:about <https://thinqcraft.com/id/concept/admin-panels> ;
  schema:about <https://thinqcraft.com/id/concept/backend> ;
  schema:provider <https://thinqcraft.com/#organization> .

<https://thinqcraft.com/id/service-lane/data-and-integration-flows>
  a schema:Service ;
  schema:name "Data and integration flows" ;
  schema:description "Marketplace sync, commerce feeds, vendor imports, webhooks, ETL, reporting foundations and reconciliation with visible failure handling." ;
  schema:about <https://thinqcraft.com/id/concept/etl> ;
  schema:about <https://thinqcraft.com/id/concept/webhooks> ;
  schema:about <https://thinqcraft.com/id/concept/reporting> ;
  schema:provider <https://thinqcraft.com/#organization> .

<https://thinqcraft.com/id/service-lane/production-and-existing-code>
  a schema:Service ;
  schema:name "Production and existing code" ;
  schema:description "Rails upgrades, migrations, deployment, monitoring, queues, infrastructure cleanup and refactoring that protect live operations." ;
  schema:about <https://thinqcraft.com/id/concept/deploys> ;
  schema:about <https://thinqcraft.com/id/concept/monitoring> ;
  schema:about <https://thinqcraft.com/id/concept/modernization> ;
  schema:provider <https://thinqcraft.com/#organization> .
