@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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:empty .

bioregistry:empty a bioregistry.schema:0000001 ;
    rdfs:label "Experimental Measurements Purposes and Treatments ontologY" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Experimental Measurements, Purposes, and Treatments ontologY (EMPTY) is a structured vocabulary designed to capture and standardize the scientific reasoning behind experimental measurements. It addresses a critical gap in existing metadata standards, which primarily focus on technical specifications rather than scientific intent. The ontology provides a common language to express why a measurement was taken and the conceptual conditions under which it should be interpreted. By focusing on experimental purposes and treatments, EMPTY is designed to significantly improve the findability, interoperability, and reusability of scientific data. This enables researchers to discover relevant datasets for meta-analyses and cross-disciplinary research based on shared scientific goals. (from https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2753)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Waltham-Data-Science/empty-ontology> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/Waltham-Data-Science/empty-ontology> ;
    bioregistry.schema:0000005 "00000085"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/EMPTY_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/Waltham-Data-Science/empty-ontology/raw/refs/heads/main/empty.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/EMPTY_"^^xsd:string ;
    bioregistry.schema:0000027 obo:EMPTY_00000085 ;
    bioregistry.schema:0000029 "empty" .

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

