@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .

<https://blackcatinformatics.ca/publishing/gts-spec/v1/> a schema:ScholarlyArticle, schema:TechArticle ;
  schema:name "GTS-SPEC: Graph Transport Substrate Wire-Format Specification" ;
  schema:headline "GTS-SPEC: Graph Transport Substrate Wire-Format Specification" ;
  schema:description "The GTS-SPEC defines the Graph Transport Substrate wire format: CBOR Sequence segments, deterministic CBOR headers and frames, BLAKE3 id/prev chains, transform catalogs, RDF 1.2 fold semantics, opaque-node degradation, media types, HTTP serving rules, and conformance scopes." ;
  schema:url <https://blackcatinformatics.ca/publishing/gts-spec/v1/> ;
  schema:identifier "doi:10.67342/6pta6imnmw/v1" ;
  bibo:doi "10.67342/6pta6imnmw/v1" ;
  schema:version "1" ;
  schema:datePublished "2026-06-18T00:00:00Z" ;
  schema:publisher <https://blackcatinformatics.ca/#bii> ;
  dcterms:publisher <https://blackcatinformatics.ca/#bii> ;
  schema:license "MIT OR Apache-2.0" ;
  schema:distribution [ a schema:DataDownload ; schema:name "HTML" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1/> ; schema:encodingFormat "text/html" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "Markdown" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.md> ; schema:encodingFormat "text/markdown" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "Plain text" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.txt> ; schema:encodingFormat "text/plain" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "PDF" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.pdf> ; schema:encodingFormat "application/pdf" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "JSON" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.json> ; schema:encodingFormat "application/json" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "JSON-LD" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.jsonld> ; schema:encodingFormat "application/ld+json" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "Turtle" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.ttl> ; schema:encodingFormat "text/turtle" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "BibTeX" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.bib> ; schema:encodingFormat "application/x-bibtex" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "RIS" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1.ris> ; schema:encodingFormat "application/x-research-info-systems" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "Crossref XML" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1/crossref.xml> ; schema:encodingFormat "application/xml" ] ;
  schema:distribution [ a schema:DataDownload ; schema:name "CSL JSON" ; schema:contentUrl <https://blackcatinformatics.ca/publishing/gts-spec/v1/cite.csl.json> ; schema:encodingFormat "application/vnd.citationstyles.csl+json" ] ;
  schema:sameAs <https://doi.org/10.67342/6pta6imnmw/v1> .
