@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:shareloc .

bioregistry.metaresource:ols dcterms:hasPart ols:shareloc .

bioregistry:shareloc a bioregistry.schema:0000001 ;
    rdfs:label "ShareLoc" ;
    dcterms:description "ShareLoc defines terms to annotate data sets from single molecule localization microscopy, including but not limited to: imaging technique, biological structures or molecules of interest, cell types, experimental condition, labeling method, fixation protocol, etc."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch ols:shareloc ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://shareloc.xyz> ;
    bioregistry.schema:0000005 "000004"^^xsd:string ;
    bioregistry.schema:0000006 "https://shareloc.xyz/#/ontology/vocabulary/SHARELOC_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{6}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/imodpasteur/ShareLoc.XYZ/ontology/shareloc.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://shareloc.xyz/#/ontology/vocabulary/SHARELOC_"^^xsd:string ;
    bioregistry.schema:0000027 <https://shareloc.xyz/#/ontology/vocabulary/SHARELOC_000004> ;
    bioregistry.schema:0000029 "shareloc" .

ols:shareloc dcterms:isPartOf bioregistry.metaresource:ols .

