@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:MICROSCOPE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:microscope .

bioregistry.metaresource:miriam dcterms:hasPart miriam:microscope .

bioregistry.metaresource:n2t dcterms:hasPart n2t:microscope .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012928 .

bioregistry:microscope a bioregistry.schema:0000001 ;
    rdfs:label "MicroScope" ;
    dcterms:description "MicroScope is an integrative resource that supports systematic and efficient revision of microbial genome annotation, data management and comparative analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:MICROSCOPE,
        n2t:microscope,
        miriam:microscope,
        re3data:r3d100012928 ;
    foaf:homepage <http://www.genoscope.cns.fr/agc/microscope> ;
    bioregistry.schema:0000005 "5601141"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.genoscope.cns.fr/agc/microscope/mage/info.php?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3905-1054 ;
    bioregistry.schema:0000024 "http://www.genoscope.cns.fr/agc/microscope/mage/info.php?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.genoscope.cns.fr/agc/microscope/mage/info.php?id=5601141> ;
    bioregistry.schema:0000029 "microscope" .

orcid:0000-0002-3905-1054 rdfs:label "MEDIGUE Claudine" ;
    foaf:mbox "cmedigue@genoscope.cns.fr" .

biocontext:MICROSCOPE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:microscope dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:microscope dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012928 dcterms:isPartOf bioregistry.metaresource:re3data .

