@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.collection: <https://bioregistry.io/collection/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.collection:0000006 a bioregistry.schema:0000003 ;
    rdfs:label "SPAR Ontologies" ;
    dc:contributor orcid:0000-0003-4423-4370 ;
    dc:description "The [Semantic Publishing and Referencing (SPAR) Ontologies](http://www.sparontologies.net/ontologies) are a suite of orthogonal and complementary OWL 2 ontologies that enable all aspects of the publishing process to be described in machine-readable metadata statements, encoded using RDF." ;
    dcterms:hasPart bioregistry:bido,
        bioregistry:biro,
        bioregistry:c4o,
        bioregistry:cito,
        bioregistry:datacite,
        bioregistry:deo,
        bioregistry:doco,
        bioregistry:fabio,
        bioregistry:frapo,
        bioregistry:mito,
        bioregistry:pso,
        bioregistry:puro,
        bioregistry:pwo,
        bioregistry:scoro .

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

