@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@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:bioregistry dcterms:hasPart bioregistry:vsdb .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.00be0d .

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 ;
    skos:exactMatch fairsharing:FAIRsharing.00be0d ;
    dcat:keyword "chemical entity",
        "chemistry",
        "ecotoxicity",
        "environmental fate",
        "toxicology" ;
    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:0000019 orcid:0000-0001-7666-5584 ;
    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-0001-7666-5584 rdfs:label "Andy Green" ;
    foaf:mbox "a.green@herts.ac.uk" .

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

fairsharing:FAIRsharing.00be0d dcterms:isPartOf bioregistry.metaresource:fairsharing .

