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

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:rnajunction .

bioregistry:rnajunction a bioregistry.schema:0000001 ;
    rdfs:label "Database of RNA Junctions and Kissing loop Structures" ;
    dcterms:description "RNAJunction is a database of RNA junctions and kissing loop structures. It contains structure and sequence information for RNA structural elements such as helical junctions, internal loops, bulges and loop–loop interactions. It allows searching by PDB code, structural classification, sequence, keyword or inter-helix angles. RNAJunction is designed to aid analysis of RNA structures as well as design of novel RNA structures on a nanoscale."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.zzgvrv,
        prefixcommons:rnajunction ;
    dcat:keyword "region",
        "ribonucleic acid",
        "rna",
        "structural biology",
        "structure" ;
    foaf:homepage <http://rnajunction.abcc.ncifcrf.gov> ;
    bioregistry.schema:0000005 "8668"^^xsd:string ;
    bioregistry.schema:0000006 "https://rnajunction.ncifcrf.gov/JunctionPage.php?jid=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8557-9992 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://rnajunction.ncifcrf.gov/JunctionPage.php?jid="^^xsd:string ;
    bioregistry.schema:0000027 <https://rnajunction.ncifcrf.gov/JunctionPage.php?jid=8668> ;
    bioregistry.schema:0000029 "rnajunction" .

orcid:0000-0002-8557-9992 rdfs:label "Yaroslava G Yingling" ;
    foaf:mbox "ygyingli@ncsu.edu" .

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

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

prefixcommons:rnajunction dcterms:isPartOf bioregistry.metaresource:prefixcommons .

