@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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:biocontext dcterms:hasPart biocontext:UNISTS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:unists .

bioregistry.metaresource:edam dcterms:hasPart edam:2389 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:unists .

bioregistry.metaresource:n2t dcterms:hasPart n2t:unists .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:UniSTS .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:unists .

bioregistry:unists a bioregistry.schema:0000001 ;
    rdfs:label "Database of Sequence Tagged Sites" ;
    dcterms:description "UniSTS is a comprehensive database of sequence tagged sites (STSs) derived from STS-based maps and other experiments. STSs are defined by PCR primer pairs and are associated with additional information such as genomic position, genes, and sequences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2389,
        biocontext:UNISTS,
        n2t:unists,
        ncbi.resource:UniSTS,
        prefixcommons:unists,
        miriam:unists ;
    dcat:keyword "gene",
        "protein" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/sites/entrez?db=unists> ;
    bioregistry.schema:0000005 "456789"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/genome/sts/sts.cgi?uid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/genome/sts/sts.cgi?uid="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/genome/sts/sts.cgi?uid=456789> ;
    bioregistry.schema:0000029 "unists" .

edam:2389 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:UNISTS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:unists dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:UniSTS dcterms:isPartOf bioregistry.metaresource:ncbi .

prefixcommons:unists dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:unists dcterms:isPartOf bioregistry.metaresource:miriam .

