@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ddi.analysisunit .

bioregistry:ddi.analysisunit a bioregistry.schema:0000001 ;
    rdfs:label "Analysis Unit" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Describes the entity being analyzed in the study or variable. This vocabulary can also be used to describe the unit of observation, which is the unit being observed, or from which data are collected. The unit of observation can be the same as, or different from the unit of analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://vocabularies.cessda.eu/vocabulary/AnalysisUnit> ;
    bioregistry.schema:0000005 "Individual"^^xsd:string ;
    bioregistry.schema:0000006 "https://vocabularies.cessda.eu/vocabulary/AnalysisUnit?lang=en#code_$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://vocabularies.cessda.eu/vocabulary/AnalysisUnit?lang=en#code_"^^xsd:string ;
    bioregistry.schema:0000026 ror:015em2733 ;
    bioregistry.schema:0000027 <https://vocabularies.cessda.eu/vocabulary/AnalysisUnit?lang=en#code_Individual> ;
    bioregistry.schema:0000029 "ddi.analysisunit" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

