@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:cstr .

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

bioregistry.metaresource:miriam dcterms:hasPart miriam:cstr .

bioregistry:cstr a bioregistry.schema:0000001 ;
    rdfs:label "Common Science and Technology Resources" ;
    dcterms:description "CSTR is an identifier for Common Science and Technology Resources, to provide persistent identification services for the positioning, traceability, citation, statistics and evaluation of science and technology resources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.f0d465,
        miriam:cstr ;
    dcat:keyword "centrally registered identifier",
        "open science",
        "subject agnostic" ;
    foaf:homepage <https://www.cstr.cn/en/> ;
    bioregistry.schema:0000005 "31253.11.sciencedb.j00001.00123"^^xsd:string ;
    bioregistry.schema:0000006 "https://cstr.cn/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w{5}\\.\\d{2}\\..*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://cstr.cn/"^^xsd:string ;
    bioregistry.schema:0000026 ror:01s0wyf50 ;
    bioregistry.schema:0000027 <https://cstr.cn/31253.11.sciencedb.j00001.00123> ;
    bioregistry.schema:0000029 "cstr" .

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

miriam:cstr dcterms:isPartOf bioregistry.metaresource:miriam .

