@prefix heritage: <https://w3id.org/hersci/heritage#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

heritage:HeritageCategoryTaxonomy a skos:ConceptScheme ;
    skos:prefLabel "Cultural heritage category taxonomy"@en ;
    skos:definition "A taxonomy of categories related to cultural heritage objects"@en ;
    dc:license <https://creativecommons.org/licenses/by/4.0/> ;
    rdfs:comment "The Cultural Heritage Category Taxonomy by Task 4.10 (CNR ISPC, Milan) part of WP 4 of the H2IOSC project is licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)"@en ;
    dc:creator <https://orcid.org/0000-0001-6250-304X> , <https://orcid.org/0000-0001-8620-0879> ;
    dc:created "2025-11-25"^^xsd:date .

heritage:h_0001 a skos:Concept ;
    skos:prefLabel "written text heritage"@en ;
    skos:definition "Any transfer of a Text or a signifying element on a material and possibly persistent surface with any technique"@en ;
    skos:inScheme heritage:HeritageCategoryTaxonomy .

heritage:h_0002 a skos:Concept ;
    skos:prefLabel "text heritage"@en ;
    skos:inScheme heritage:HeritageCategoryTaxonomy .

heritage:h_0003 a skos:Concept ;
    skos:prefLabel "script heritage"@en ;
    skos:definition "A specific style or form of writing, often associated with a particular time period, culture, or purpose"@en ;
    skos:inScheme heritage:HeritageCategoryTaxonomy .

heritage:h_0004 a skos:Concept ;
    skos:prefLabel "language heritage"@en ;
    skos:definition "Any system made of sounds, words and grammar that is used to communicate among human beings"@en ;
    skos:inScheme heritage:HeritageCategoryTaxonomy .

heritage:h_0005 a skos:Concept ;
    skos:prefLabel "production method heritage"@en ;
    skos:inScheme heritage:HeritageCategoryTaxonomy .