@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.typeofinstrument .

bioregistry:ddi.typeofinstrument a bioregistry.schema:0000001 ;
    rdfs:label "Type of Instrument" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Includes a typology of data collection instruments."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://vocabularies.cessda.eu/vocabulary/TypeOfInstrument> ;
    bioregistry.schema:0000005 "Questionnaire"^^xsd:string ;
    bioregistry.schema:0000006 "https://vocabularies.cessda.eu/vocabulary/TypeOfInstrument?lang=en#code_$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://vocabularies.cessda.eu/vocabulary/TypeOfInstrument?lang=en#code_"^^xsd:string ;
    bioregistry.schema:0000026 ror:015em2733 ;
    bioregistry.schema:0000027 <https://vocabularies.cessda.eu/vocabulary/TypeOfInstrument?lang=en#code_Questionnaire> ;
    bioregistry.schema:0000029 "ddi.typeofinstrument" .

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

