@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 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:bioportal dcterms:hasPart bioportal:ATOM .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:atom .

bioregistry:atom a bioregistry.schema:0000001 ;
    rdfs:label "Atom Syndication Format" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Atom is an XML-based document format that describes lists of related information known as \"feeds\". Feeds are composed of a number of items, known as \"entries\", each with an extensible set of attached metadata. For example, each entry has a title. (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bioportal:ATOM ;
    dcat:keyword "ontology",
        "publishing",
        "syndication" ;
    foaf:homepage <https://validator.w3.org/feed/docs/rfc4287.html> ;
    bioregistry.schema:0000005 "title"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2005/Atom/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Tom Gillespie" ;
            foaf:mbox "tgbugs@gmail.com" ] ;
    bioregistry.schema:0000024 "http://www.w3.org/2005/Atom/"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2005/Atom/title> ;
    bioregistry.schema:0000029 "atom" .

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

bioportal:ATOM dcterms:isPartOf bioregistry.metaresource:bioportal .

