@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:BIBFRAME .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BIBFRAME .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bibframe .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.xj5egt .

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

bioregistry:bibframe a bioregistry.schema:0000001 ;
    rdfs:label "Bibliographic Framework Initiative Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Bibframe vocabulary consists of RDF classes and properties used for the description of items cataloged principally by libraries, but may also be used to describe items cataloged by museums and archives. Classes include the three core classes - Work, Instance, and Item - in addition to many more classes to support description. Properties describe characteristics of the resource being described as well as relationships among resources. For example: one Work might be a \"translation of\" another Work; an Instance may be an \"instance of\" a particular Bibframe Work. Other properties describe attributes of Works and Instances. For example: the Bibframe property \"subject\" expresses an important attribute of a Work (what the Work is about), and the property \"extent\" (e.g. number of pages) expresses an attribute of an Instance."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/lcnetdev/bibframe-ontology> ;
    skos:exactMatch aberowl:BIBFRAME,
        bioportal:BIBFRAME,
        fairsharing:FAIRsharing.xj5egt,
        tib.ts:bf ;
    dcat:keyword "computer science",
        "miscellaneous",
        "ontology",
        "subject agnostic" ;
    foaf:homepage <https://id.loc.gov/ontologies/bibframe.html> ;
    bioregistry.schema:0000005 "DescriptionLevel"^^xsd:string ;
    bioregistry.schema:0000006 "http://id.loc.gov/ontologies/bibframe/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://id.loc.gov/ontologies/bibframe.rdf> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Kirk Hess" ;
            foaf:mbox "khes@loc.gov" ] ;
    bioregistry.schema:0000023 "bf" ;
    bioregistry.schema:0000024 "http://id.loc.gov/ontologies/bibframe/"^^xsd:string ;
    bioregistry.schema:0000027 <http://id.loc.gov/ontologies/bibframe/DescriptionLevel> ;
    bioregistry.schema:0000029 "bibframe" .

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

aberowl:BIBFRAME dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:BIBFRAME dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.xj5egt dcterms:isPartOf bioregistry.metaresource:fairsharing .

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

