@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 lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:frbr .

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

bioregistry.metaresource:lov dcterms:hasPart lov:frbr .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:frbr .

bioregistry:frbr a bioregistry.schema:0000001 ;
    rdfs:label "Functional Requirements for Bibliographic Records" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Essential FRBR in OWL2 DL Ontology (FRBR) is an expression in OWL 2 DL of the basic concepts and relations described in the IFLA report on the Functional Requirements for Bibliographic Records (FRBR), also described in Ian Davis's RDF vocabulary. It is imported by FaBiO and BiRO."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/sparontologies/frbr> ;
    skos:exactMatch zazuko:frbr,
        fairsharing:FAIRsharing.b34b43,
        lov:frbr ;
    dcat:keyword "frbr",
        "subject agnostic" ;
    foaf:homepage <http://www.sparontologies.net/ontologies/frbr> ;
    bioregistry.schema:0000005 "Expression"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/vocab/frbr/core#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0530-4305 ;
    bioregistry.schema:0000024 "http://purl.org/vocab/frbr/core#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/vocab/frbr/core#Expression> ;
    bioregistry.schema:0000029 "frbr" .

orcid:0000-0003-0530-4305 rdfs:label "Silvio Peroni" ;
    foaf:mbox "silvio.peroni@unibo.it" .

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

zazuko:frbr dcterms:isPartOf bioregistry.metaresource:zazuko .

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

lov:frbr dcterms:isPartOf bioregistry.metaresource:lov .

