@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@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:ppdb .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.fe0e02 .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01041 .

bioregistry:ppdb a bioregistry.schema:0000001 ;
    rdfs:label "Pesticide Properties DataBase" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "PPDB is a comprehensive source of data on pesticide chemical, physical and biological properties."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc01041,
        fairsharing:FAIRsharing.fe0e02 ;
    dcat:keyword "chemical entity",
        "chemistry",
        "ecotoxicity",
        "environmental fate",
        "genome/gene",
        "health science",
        "sequence",
        "toxicology" ;
    foaf:homepage <https://sitem.herts.ac.uk/aeru/ppdb> ;
    bioregistry.schema:0000005 "1484"^^xsd:string ;
    bioregistry.schema:0000006 "https://sitem.herts.ac.uk/aeru/ppdb/en/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/ppdb:"^^xsd:string ;
    bioregistry.schema:0000027 <https://sitem.herts.ac.uk/aeru/ppdb/en/Reports/1484.htm> ;
    bioregistry.schema:0000029 "ppdb" .

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" .

integbio:nbdc01041 dcterms:isPartOf bioregistry.metaresource:integbio .

fairsharing:FAIRsharing.fe0e02 dcterms:isPartOf bioregistry.metaresource:fairsharing .

