@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@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:aberowl dcterms:hasPart aberowl:CRYOEM .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CRYOEM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cryoem .

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

bioregistry:cryoem a bioregistry.schema:0000001 ;
    rdfs:label "Cryo Electron Microscopy" ;
    dcterms:description "The CryoEM Ontology for describing objects and workflows in Single Particle Analysis by Cryo Electron Microscopy."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/I2PC/cryoem> ;
    skos:exactMatch aberowl:CRYOEM,
        bioportal:CRYOEM,
        fairsharing:FAIRsharing.q47I0t ;
    dcat:keyword "bioimaging",
        "electron microscopy",
        "ontology",
        "structural biology" ;
    foaf:homepage <http://scipion.i2pc.es/ontology/cryoem> ;
    bioregistry.schema:0000005 "0000052"^^xsd:string ;
    bioregistry.schema:0000006 "http://scipion.i2pc.es/ontology/CRYOEM_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/CRYOEM/4/cryoem.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9473-283X ;
    bioregistry.schema:0000024 "http://scipion.i2pc.es/ontology/CRYOEM_"^^xsd:string ;
    bioregistry.schema:0000027 <http://scipion.i2pc.es/ontology/CRYOEM_0000052> ;
    bioregistry.schema:0000029 "cryoem" .

orcid:0000-0002-9473-283X rdfs:label "Carlos Oscar S. Sorzano" ;
    foaf:mbox "coss@cnb.csic.es" .

aberowl:CRYOEM dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CRYOEM dcterms:isPartOf bioregistry.metaresource:bioportal .

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

