@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:bioregistry dcterms:hasPart bioregistry:rna_sstrand .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:rna_sstrand .

bioregistry:rna_sstrand a bioregistry.schema:0000001 ;
    rdfs:label "RNA SSTRAND" ;
    dcterms:description "RNA STRAND contains known RNA secondary structures of any type and organism. The ultimate goal of this database is to incorporate a comprehensive collection of known RNA secondary structures, and to provide the scientific community with simple yet powerful ways of analysing, searching and updating the proposed database."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:rna_sstrand ;
    dcat:keyword "rna",
        "structure" ;
    foaf:homepage <http://www.rnasoft.ca/sstrand> ;
    bioregistry.schema:0000005 "CRW_00469"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.rnasoft.ca/sstrand/show_results.php?molecule_ID=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.rnasoft.ca/sstrand/show_results.php?molecule_ID="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.rnasoft.ca/sstrand/show_results.php?molecule_ID=CRW_00469> ;
    bioregistry.schema:0000029 "rna_sstrand" .

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

prefixcommons:rna_sstrand dcterms:isPartOf bioregistry.metaresource:prefixcommons .

