Last active
April 19, 2024 07:36
-
-
Save kozo2/0d1012b93cae5a6a804151f03d02cf28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix : <http://example.org/rules/> . | |
@prefix chebi: <http://purl.obolibrary.org/obo/chebi/> . | |
@prefix ex: <http://example.org/> . | |
@prefix fnml: <http://semweb.mmlab.be/ns/fnml#> . | |
@prefix fno: <https://w3id.org/function/ontology#> . | |
@prefix idlab-fn: <http://example.com/idlab/function/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix ql: <http://semweb.mmlab.be/ns/ql#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix rml: <http://semweb.mmlab.be/ns/rml#> . | |
@prefix rr: <http://www.w3.org/ns/r2rml#> . | |
@prefix schema: <http://schema.org/> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix chemont: <http://purl.obolibrary.org/obo/chemont/> . | |
<https://identifiers.org/massbank/MSBNK-RIKEN-PR010017#ChemicalSubstance> a owl:Class; | |
chebi:formula "C9H17NO5"; | |
chebi:inchi "InChI=1S/C9H17NO5/c1-9(2,5-11)7(14)8(15)10-4-3-6(12)13/h7,11,14H,3-5H2,1-2H3,(H,10,15)(H,12,13)/t7-/m0/s1"; | |
chebi:inchikey "GHOKWGTUZJEAQD-ZETCQYMHSA-N"; | |
rdfs:label "(+)-pantothenate", "Transferred to D01082", "(+)-pantothenic acid"; | |
chemont:classyfire <http://classyfire.wishartlab.com/entities/GHOKWGTUZJEAQD-ZETCQYMHSA-N> . | |
<http://classyfire.wishartlab.com/entities/GHOKWGTUZJEAQD-ZETCQYMHSA-N> a owl:Class; | |
chemont:kingdom <http://classyfire.wishartlab.com/tax_nodes/C0000000>; | |
chemont:superclass <http://classyfire.wishartlab.com/tax_nodes/C0004603>; | |
chemont:class <http://classyfire.wishartlab.com/tax_nodes/C0000323>; | |
chemont:subclass <http://classyfire.wishartlab.com/tax_nodes/C0000129>; | |
chemont:xref <https://identifiers.org/CHEBI:46905> . | |
<http://classyfire.wishartlab.com/tax_nodes/C0000000> rdf:type owl:Class ; | |
rdfs:label "Organic compounds" . | |
<http://classyfire.wishartlab.com/tax_nodes/C0004603> rdf:type owl:Class ; | |
rdfs:label "Organic oxygen compounds" . | |
<http://classyfire.wishartlab.com/tax_nodes/C0000323> rdf:type owl:Class ; | |
rdfs:label "Organooxygen compounds" . | |
<http://classyfire.wishartlab.com/tax_nodes/C0000129> rdf:type owl:Class ; | |
rdfs:label "Alcohols and polyols" . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment