@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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:bioregistry dcterms:hasPart bioregistry:reaxys .

bioregistry.metaresource:edam dcterms:hasPart edam:1003 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P1579 .

bioregistry:reaxys a bioregistry.schema:0000001 ;
    rdfs:label "Reaxys" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Reaxys is a web-based tool for the retrieval of chemistry information and data from published literature, including journals and patents. The information includes chemical compounds, chemical reactions, chemical properties, related bibliographic data, substance data with synthesis planning information, as well as experimental procedures from selected journals and patents. It is licensed by Elsevier."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:1003,
        wikidata:P1579 ;
    foaf:homepage <https://www.reaxys.com> ;
    bioregistry.schema:0000005 "1257009"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "Beilstein",
        "Reaxys" ;
    bioregistry.schema:0000029 "reaxys" .

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

edam:1003 dcterms:isPartOf bioregistry.metaresource:edam .

wikidata:P1579 dcterms:isPartOf bioregistry.metaresource:wikidata .

