@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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:bioregistry dcterms:hasPart bioregistry:raid .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:raid .

bioregistry:raid a bioregistry.schema:0000001 ;
    rdfs:label "Research Activity Identifier" ;
    dcterms:description "RAiD is an identifier and global system, governed by ISO 23527:2022, to uniquely identifiy research projects, collaboratively, collect and publicly share information about them."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.dc702a,
        miriam:raid ;
    dcat:keyword "centrally registered identifier",
        "fair",
        "knowledge representation",
        "resource metadata",
        "subject agnostic" ;
    foaf:homepage <https://ardc.edu.au/> ;
    bioregistry.schema:0000005 "10.26259/0e59e9a5"^^xsd:string ;
    bioregistry.schema:0000006 "https://raid.org/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^102?\\.\\d+\\/.+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://raid.org/"^^xsd:string ;
    bioregistry.schema:0000026 ror:038sjwq14 ;
    bioregistry.schema:0000027 <https://raid.org/10.26259/0e59e9a5> ;
    bioregistry.schema:0000029 "raid" .

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

miriam:raid dcterms:isPartOf bioregistry.metaresource:miriam .

