@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:namerxn .

bioregistry:namerxn a bioregistry.schema:0000001 ;
    rdfs:label "NameRXN" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The nomenclature used for named reactions in text mining software from NextMove. While it's proprietary, there are a few publications listing parts. 487/1,855 have mappings to the Reaction Ontology (RXNO)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "chemistry",
        "reactions",
        "text mining" ;
    foaf:homepage <https://www.nextmovesoftware.com/namerxn.html> ;
    bioregistry.schema:0000005 "4.2.78"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6279-4481 ;
    bioregistry.schema:0000029 "namerxn" .

orcid:0000-0001-6279-4481 rdfs:label "Gregory Landrum" ;
    foaf:mbox "gregory.landrum@phys.chem.ethz.ch" .

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

