@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:evr .

bioregistry:evr a bioregistry.schema:0000001 ;
    rdfs:label "Event Venue Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """An open, community-driven registry of conference and event venues.

EVR assigns persistent identifiers (PIDs) to make referencing venues FAIR. This is similar to how ORCID assigns PIDs to researchers and ROR assigns PIDs to research organizations.

This benefits researchers assembling information about in-person conferences and events by enabling them to refer in an unambiguous way to the venue where it takes place.

This repository follows the [Open Data, Open Code, Open Infrastructure (O3) principles](https://www.nature.com/articles/s41597-024-03406-w), meaning that the data and code are all in one repository that anyone can contribute to."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/cthoyt/evr> ;
    foaf:homepage <https://cthoyt.com/evr> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://cthoyt.com/evr/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://cthoyt.com/evr/"^^xsd:string ;
    bioregistry.schema:0000027 <https://cthoyt.com/evr/0000001> ;
    bioregistry.schema:0000029 "evr" .

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

