@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vibso .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:vibso .

bioregistry:vibso a bioregistry.schema:0000001 ;
    rdfs:label "Vibrational Spectroscopy Ontology" ;
    dcterms:contributor orcid:0000-0002-1595-3213 ;
    dcterms:description "The Vibration Spectroscopy Ontology defines technical terms with which research data produced in vibrational spectroscopy experiments can be semantically enriched, made machine readable and FAIR."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/NFDI4Chem/VibrationalSpectroscopyOntology> ;
    skos:exactMatch tib.ts:vibso ;
    dcat:keyword "chemistry",
        "nfdi4chem" ;
    foaf:homepage <https://nfdi4chem.github.io/VibrationalSpectroscopyOntology/> ;
    bioregistry.schema:0000005 "0000008"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/VIBSO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-1595-3213 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/VIBSO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:VIBSO_0000008 ;
    bioregistry.schema:0000029 "vibso" .

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

orcid:0000-0002-1595-3213 rdfs:label "Philip Strömert" ;
    foaf:mbox "philip.stroemert@tib.eu" .

tib.ts:vibso dcterms:isPartOf bioregistry.metaresource:tib .

