@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:MATRIXDB.ASSOCIATION .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:matrixdb.association .

bioregistry.metaresource:miriam dcterms:hasPart miriam:matrixdb.association .

bioregistry.metaresource:n2t dcterms:hasPart n2t:matrixdb.association .

bioregistry:matrixdb.association a bioregistry.schema:0000001 ;
    rdfs:label "MatrixDB Association" ;
    dcterms:description "MatrixDB stores experimentally determined interactions involving at least one extracellular biomolecule. It includes mostly protein-protein and protein-glycosaminoglycan interactions, as well as interactions with lipids and cations."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:MATRIXDB.ASSOCIATION,
        n2t:matrixdb.association,
        miriam:matrixdb.association ;
    foaf:homepage <https://matrixdb.univ-lyon1.fr/> ;
    bioregistry.schema:0000005 "P00747__P07355"^^xsd:string ;
    bioregistry.schema:0000006 "https://matrixdb.univ-lyon1.fr/association/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^([A-N,R-Z][0-9][A-Z][A-Z, 0-9][A-Z, 0-9][0-9])_.*|([O,P,Q][0-9][A-Z, 0-9][A-Z, 0-9][A-Z, 0-9][0-9]_.*)|(GAG_.*)|(MULT_.*)|(PFRAG_.*)|(LIP_.*)|(CAT_.*)$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://matrixdb.univ-lyon1.fr/association/"^^xsd:string ;
    bioregistry.schema:0000026 ror:0019x5d05 ;
    bioregistry.schema:0000027 <https://matrixdb.univ-lyon1.fr/association/P00747__P07355> ;
    bioregistry.schema:0000029 "matrixdb.association" .

biocontext:MATRIXDB.ASSOCIATION dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:matrixdb.association dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:matrixdb.association dcterms:isPartOf bioregistry.metaresource:miriam .

