@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vsdb .

bioregistry:vsdb a bioregistry.schema:0000001 ;
    rdfs:label "Veterinary Substances DataBase" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Veterinary pharmaceuticals are biologically active and potentially persistent substances which are recognised as a continuing threat to environmental quality. Whilst the environmental risk of agricultural pesticides has had considerable attention in recent decades, risks assessments for veterinary pharmaceuticals have only relatively recently began to be addressed. Risk assessments and risk modelling tend to be inherently data hungry processes and one of the main obstacles to consistent, accurate and efficient assessments is the need for a reliable, quality and comprehensive data source."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://sitem.herts.ac.uk/aeru/vsdb> ;
    bioregistry.schema:0000005 "1868"^^xsd:string ;
    bioregistry.schema:0000006 "https://sitem.herts.ac.uk/aeru/vsdb/Reports/$1.htm"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/vsdb:"^^xsd:string ;
    bioregistry.schema:0000027 <https://sitem.herts.ac.uk/aeru/vsdb/Reports/1868.htm> ;
    bioregistry.schema:0000029 "vsdb" .

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

