@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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:s_mart_db .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00674 .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:47 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:s_mart_db .

bioregistry:s_mart_db a bioregistry.schema:0000001 ;
    rdfs:label "The S/MAR transaction DataBase" ;
    dcterms:description "S/MARt DB collects information about scaffold/matrix attached regions and the nuclear matrix proteins that are supposed be involved in the interaction of these elements with the nuclear matrix."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:47,
        integbio:nbdc00674,
        prefixcommons:s_mart_db ;
    dcat:keyword "dna",
        "protein",
        "sequence" ;
    foaf:homepage <http://smartdb.bioinf.med.uni-goettingen.de/> ;
    bioregistry.schema:0000005 "SM0000020"^^xsd:string ;
    bioregistry.schema:0000006 "http://smartdb.bioinf.med.uni-goettingen.de/cgi-bin/SMARtDB/getSMAR.cgi?$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://smartdb.bioinf.med.uni-goettingen.de/cgi-bin/SMARtDB/getSMAR.cgi?"^^xsd:string ;
    bioregistry.schema:0000027 <http://smartdb.bioinf.med.uni-goettingen.de/cgi-bin/SMARtDB/getSMAR.cgi?SM0000020> ;
    bioregistry.schema:0000029 "s_mart_db" .

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

pathguide:47 dcterms:isPartOf bioregistry.metaresource:pathguide .

integbio:nbdc00674 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:s_mart_db dcterms:isPartOf bioregistry.metaresource:prefixcommons .

