@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/catalog.jsonld#catalog>
  a schema:DataCatalog, dcat:Catalog ;
  schema:name "Thinqcraft Linked Data Catalog" ;
  schema:url <https://thinqcraft.com/linked-data/catalog.jsonld> ;
  schema:dataset <https://thinqcraft.com/linked-data/site-graph.jsonld#dataset> ;
  schema:dataset <https://thinqcraft.com/linked-data/services.jsonld#dataset> ;
  schema:dataset <https://thinqcraft.com/linked-data/expertise.jsonld#dataset> ;
  schema:dataset <https://thinqcraft.com/linked-data/proof-signals.jsonld#dataset> ;
  schema:hasPart <https://thinqcraft.com/linked-data/ontology/thinqcraft.ttl> .

<https://thinqcraft.com/linked-data/site-graph.jsonld#dataset>
  a schema:Dataset, dcat:Dataset ;
  schema:name "Thinqcraft Website Graph" ;
  schema:description "Machine-readable graph of Thinqcraft website pages, localized routes, organization identity and core navigation." ;
  schema:url <https://thinqcraft.com/linked-data/site-graph.jsonld> ;
  schema:isPartOf <https://thinqcraft.com/linked-data/catalog.jsonld#catalog> ;
  schema:license <https://thinqcraft.com/license/> ;
  schema:version "2026-07-03" ;
  schema:numberOfItems 52 .

<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/linked-data/expertise.jsonld#dataset>
  a schema:Dataset, dcat:Dataset ;
  schema:name "Thinqcraft Expertise Dataset" ;
  schema:description "Machine-readable catalog of Thinqcraft domain expertise pages, delivery signals, terms and service relationships." ;
  schema:url <https://thinqcraft.com/linked-data/expertise.jsonld> ;
  schema:isPartOf <https://thinqcraft.com/linked-data/catalog.jsonld#catalog> ;
  schema:license <https://thinqcraft.com/license/> ;
  schema:version "2026-07-03" ;
  schema:numberOfItems 57 .

<https://thinqcraft.com/linked-data/proof-signals.jsonld#dataset>
  a schema:Dataset, dcat:Dataset ;
  schema:name "Thinqcraft Proof Signals Dataset" ;
  schema:description "Machine-readable production evidence signals that connect Thinqcraft proof patterns with services, expertise areas and technical moves." ;
  schema:url <https://thinqcraft.com/linked-data/proof-signals.jsonld> ;
  schema:isPartOf <https://thinqcraft.com/linked-data/catalog.jsonld#catalog> ;
  schema:license <https://thinqcraft.com/license/> ;
  schema:version "2026-07-03" ;
  schema:numberOfItems 16 .
