@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 ontobee: <http://www.ontobee.org/ontology/> .
@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:aberowl dcterms:hasPart aberowl:XL .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:XL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:xl .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:XL .

bioregistry:xl a bioregistry.schema:0000001 ;
    rdfs:label "Cross-linker reagents ontology" ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:XL,
        ontobee:XL,
        biocontext:XL ;
    dcat:keyword "obo",
        "ontology" ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/XL_$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/XL_"^^xsd:string ;
    bioregistry.schema:0000029 "xl" .

aberowl:XL dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:XL dcterms:isPartOf bioregistry.metaresource:ontobee .

biocontext:XL dcterms:isPartOf bioregistry.metaresource:biocontext .

