@prefix bartoc: <https://bartoc.org/en/node/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:704 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tadirah .

bioregistry:tadirah a bioregistry.schema:0000001 ;
    rdfs:label "Taxonomy of Digital Research Activities in the Humanities" ;
    dcterms:description "This taxonomy of digital research activities in the humanities has been developed for use by community-driven sites and projects that aim to structure information relevant to digital humanities and make it more easily discoverable. The taxonomy is expected to be particularly useful to endeavors aiming to collect information on digital humanities tools, methods, projects, or readings."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:704 ;
    foaf:homepage <https://github.com/dhtaxonomy/TaDiRAH> ;
    bioregistry.schema:0000005 "aggregating"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "tadirah" .

bartoc:704 dcterms:isPartOf bioregistry.metaresource:bartoc .

