@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/ontology/thinqcraft.ttl>
  a owl:Ontology, schema:DefinedTermSet ;
  schema:name "Thinqcraft Domain Ontology" ;
  schema:description "Compact Thinqcraft domain vocabulary for production software systems and delivery expertise." ;
  schema:license <https://thinqcraft.com/license/> ;
  schema:publisher <https://thinqcraft.com/#organization> .

<https://thinqcraft.com/id/concept/production-system>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Production system" ;
  schema:description "Software that carries live business operations and needs maintainable delivery, observability, recovery and change habits." ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/integration-workflow>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Integration workflow" ;
  schema:description "A data or process flow that connects internal systems, external APIs, vendor feeds, marketplaces or operational tools." ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/marketplace-synchronization>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Marketplace synchronization" ;
  schema:description "Product, category, stock, taxonomy and parameter synchronization across marketplace channels and back-office operations." ;
  skos:broader <https://thinqcraft.com/id/concept/integration-workflow> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/integration-workflow> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/marketplace-product-synchronization> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/commerce-platform-integrations> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/structured-knowledge-system>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Structured knowledge system" ;
  schema:description "A content or knowledge platform with stable entities, metadata, multilingual publishing, search and machine-readable meaning." ;
  skos:broader <https://thinqcraft.com/id/concept/production-system> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/production-system> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/cms-content-knowledge-systems> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/ai-structured-knowledge-workflows> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/ai-assisted-workflow>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "AI-assisted workflow" ;
  schema:description "An editorial, research or operational workflow where LLM output is grounded in structured context, review loops and quality checks." ;
  skos:broader <https://thinqcraft.com/id/concept/production-system> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/production-system> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/ai-structured-knowledge-workflows> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/cms-content-knowledge-systems> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/modernization-project>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Modernization project" ;
  schema:description "A rescue or upgrade path that protects production while removing technical constraints that block delivery." ;
  skos:broader <https://thinqcraft.com/id/concept/production-system> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/production-system> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/modernization-infrastructure-rescue> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/realtime-operational-dashboards> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/audit-friendly-workflow>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Audit-friendly workflow" ;
  schema:description "A business process with explicit roles, states, documentation and reviewable decisions." ;
  skos:broader <https://thinqcraft.com/id/concept/production-system> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/production-system> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/fintech-reverse-factoring-workflows> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/healthcare-dental-software> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/civic-tech-decidim> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/id/concept/operational-dashboard>
  a schema:DefinedTerm, skos:Concept ;
  schema:name "Operational dashboard" ;
  schema:description "An interface that exposes live state, admin actions, exceptions and recovery paths for teams operating a system." ;
  skos:broader <https://thinqcraft.com/id/concept/production-system> ;
  schema:isPartOf <https://thinqcraft.com/id/concept/production-system> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/realtime-operational-dashboards> ;
  schema:isRelatedTo <https://thinqcraft.com/id/expertise/modernization-infrastructure-rescue> ;
  schema:inDefinedTermSet <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .
