@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:mediadive.solution .

bioregistry:mediadive.solution a bioregistry.schema:0000001 ;
    rdfs:label "MediaDive Solution" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The mission of MediaDive is to transform poorly structured media recipes into a standardized database. The contents of the database include mined thousands of PDF and HTML documents. To ensure the quality of the media and continous improvement of the database, we developed an internal editor interface. Experts at the DSMZ are creating new media and curating the existing media using this interface. [adapted from https://mediadive.dsmz.de/about]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://mediadive.dsmz.de/solutions> ;
    bioregistry.schema:0000005 "S6"^^xsd:string ;
    bioregistry.schema:0000006 "https://mediadive.dsmz.de/solutions/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^S\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3909-7201 ;
    bioregistry.schema:0000024 "https://mediadive.dsmz.de/solutions/"^^xsd:string ;
    bioregistry.schema:0000027 <https://mediadive.dsmz.de/solutions/S6> ;
    bioregistry.schema:0000029 "mediadive.solution" .

orcid:0000-0003-3909-7201 rdfs:label "Jörg Overmann" ;
    foaf:mbox "joerg.overmann@dsmz.de" .

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

