@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 dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:ASCL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ascl .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ascl .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ascl .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011865 .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q17013974 .

bioregistry:ascl a bioregistry.schema:0000001 ;
    rdfs:label "Astrophysics Source Code Library" ;
    dcterms:contributor orcid:0000-0002-1216-4761 ;
    dcterms:description "The Astrophysics Source Code Library (ASCL) is a free online registry for software that have been used in research that has appeared in, or been submitted to, peer-reviewed publications. The ASCL is indexed by the SAO/NASA Astrophysics Data System (ADS) and Web of Science's Data Citation Index (WoS DCI), and is citable by using the unique ascl ID assigned to each code. The ascl ID can be used to link to the code entry by prefacing the number with ascl.net (i.e., ascl.net/1201.001)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q17013974,
        biocontext:ASCL,
        n2t:ascl,
        miriam:ascl,
        re3data:r3d100011865 ;
    foaf:homepage <http://ascl.net/> ;
    bioregistry.schema:0000005 "1801.012"^^xsd:string ;
    bioregistry.schema:0000006 "http://ascl.net/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9\\.]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-3477-2845 ;
    bioregistry.schema:0000024 "http://ascl.net/"^^xsd:string ;
    bioregistry.schema:0000027 <http://ascl.net/1801.012> ;
    bioregistry.schema:0000029 "ascl" .

orcid:0000-0002-1216-4761 rdfs:label "Sumir H Pandit" ;
    foaf:mbox "sumirp77@gmail.com" .

orcid:0000-0003-3477-2845 rdfs:label "Alice Allen" ;
    foaf:mbox "aallen@ascl.net" .

wikidata:Q17013974 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

biocontext:ASCL dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ascl dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ascl dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011865 dcterms:isPartOf bioregistry.metaresource:re3data .

