File facts
size4028 bytes
modified2026-06-09T00:59:53.941Z
media typetext/turtle
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix archive: <https://archive.561.group/ontology/> .
@prefix tax: <https://archive.561.group/taxonomies/> .

tax:registry
  a archive:TaxonomyRegistry ;
  skos:prefLabel "561 Archive taxonomy registry"@en ;
  skos:definition "Registry for external taxonomy schemes used to organize the 561 archive. UDC is the general root spine; specialist schemes refine UDC where they provide better deterministic coverage."@en ;
  archive:rootScheme <http://udcdata.info/udc-schema> ;
  archive:scheme <http://udcdata.info/udc-schema>, tax:lcc, tax:msc, tax:mesh, tax:acm-ccs, tax:arxiv, tax:aat ;
  archive:bindingLayer <https://archive.561.group/taxonomies/udc/archive-bindings> .

tax:udc
  a skos:ConceptScheme ;
  skos:prefLabel "Universal Decimal Classification"@en ;
  dcterms:source <https://udcsummary.info/> ;
  archive:storedAs "lib/taxonomies/udc.ttl" ;
  archive:role archive:RootTopicSpine ;
  owl:sameAs <http://udcdata.info/udc-schema> .

tax:lcc
  a skos:ConceptScheme ;
  skos:prefLabel "Library of Congress Classification"@en ;
  dcterms:source <https://www.loc.gov/aba/cataloging/classification/lcco/> ;
  archive:storedAs "lib/taxonomies/lcc.ttl" ;
  archive:role archive:SecondaryClassificationScheme ;
  dcterms:relation <http://udcdata.info/udc-schema> .

tax:msc
  a skos:ConceptScheme ;
  skos:prefLabel "Mathematics Subject Classification"@en ;
  archive:storedAs "lib/taxonomies/msc.ttl" ;
  archive:role archive:SpecialistClassificationScheme ;
  archive:refines <http://udcdata.info/025453> .

tax:mesh
  a skos:ConceptScheme ;
  skos:prefLabel "Medical Subject Headings"@en ;
  archive:storedAs "lib/taxonomies/mesh.ttl" ;
  archive:role archive:SpecialistClassificationScheme ;
  archive:refines <http://udcdata.info/037318> .

tax:acm-ccs
  a skos:ConceptScheme ;
  skos:prefLabel "ACM Computing Classification System"@en ;
  archive:storedAs "lib/taxonomies/acm-ccs.ttl" ;
  archive:role archive:SpecialistClassificationScheme ;
  archive:refines <http://udcdata.info/013566> .

tax:arxiv
  a skos:ConceptScheme ;
  skos:prefLabel "arXiv category taxonomy"@en ;
  dcterms:source <https://arxiv.org/category_taxonomy> ;
  archive:storedAs "lib/taxonomies/arxiv.ttl" ;
  archive:role archive:SpecialistClassificationScheme ;
  archive:refines <http://udcdata.info/013566>, <http://udcdata.info/025453>, <http://udcdata.info/040488>, <http://udcdata.info/050462>, <http://udcdata.info/061941> .

tax:aat
  a skos:ConceptScheme ;
  skos:prefLabel "Getty Art & Architecture Thesaurus"@en ;
  archive:storedAs "lib/taxonomies/aat.ttl" ;
  archive:role archive:SpecialistClassificationScheme ;
  archive:refines <http://udcdata.info/064676> .

archive:keywordId
  a owl:DatatypeProperty ;
  skos:prefLabel "archive keyword id"@en ;
  skos:definition "A stable human-readable slug used by archive paths to bind a directory name to an externally pinned taxonomy concept."@en .

archive:storedAs
  a owl:DatatypeProperty ;
  skos:prefLabel "stored as"@en ;
  skos:definition "Repository-relative path for the local serialization of a taxonomy scheme."@en .

archive:topicalArchiveRootSlug
  a owl:DatatypeProperty ;
  skos:prefLabel "topical archive root slug"@en ;
  skos:definition "A slug that is allowed as a top-level topical-archive directory because it denotes a root UDC branch."@en .

archive:bindingLayer
  a owl:ObjectProperty ;
  skos:prefLabel "binding layer"@en ;
  skos:definition "Links a taxonomy registry to an archive-local annotation graph that binds directory slugs to external taxonomy concepts."@en .

archive:refines
  a owl:ObjectProperty ;
  skos:prefLabel "refines"@en ;
  skos:definition "Links a specialist classification scheme to the broader concept it refines."@en .

archive:rootScheme
  a owl:ObjectProperty ;
  skos:prefLabel "root scheme"@en .

archive:scheme
  a owl:ObjectProperty ;
  skos:prefLabel "registered scheme"@en .