Skip to content

Commit

Permalink
fix dataset label
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-ikeda committed Dec 6, 2023
1 parent f0049a7 commit e27b3c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ontology/dataset.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mondo MONDO Phenotype
mp Mammalian Phenotype Ontology Phenotype
nando NANDO Phenotype
nbdc_human_db NBDC Human Database Project
ncbigene NCBI gene Gene
ncbigene NCBI Gene Gene
ncit_disease NCIt disease Phenotype
ncit_tissue NCIt tissue Anatomy
oma_group OMA group Ortholog
Expand Down
2 changes: 1 addition & 1 deletion ontology/togoid-ontology.html
Original file line number Diff line number Diff line change
Expand Up @@ -3057,7 +3057,7 @@ <h2>
<tr>
<td><a href="http://www.w3.org/2000/01/rdf-schema#label">
rdfs:label</a></td>
<td>NCBI gene</td>
<td>NCBI Gene</td>
</tr>
<tr>
<td><a href="http://www.w3.org/2000/01/rdf-schema#subClassOf">
Expand Down
2 changes: 1 addition & 1 deletion ontology/togoid-ontology.nt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
<http://togoid.dbcls.jp/ontology#NbdcHumanDb> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://togoid.dbcls.jp/ontology#Dataset> .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://purl.org/dc/terms/identifier> "ncbigene" .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://www.w3.org/2000/01/rdf-schema#label> "NCBI gene" .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://www.w3.org/2000/01/rdf-schema#label> "NCBI Gene" .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://togoid.dbcls.jp/ontology#Gene> .
<http://togoid.dbcls.jp/ontology#Ncbigene> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://togoid.dbcls.jp/ontology#Dataset> .
<http://togoid.dbcls.jp/ontology#NcitDisease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
Expand Down
2 changes: 1 addition & 1 deletion ontology/togoid-ontology.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
</owl:Class>
<owl:Class rdf:about="http://togoid.dbcls.jp/ontology#Ncbigene">
<dcterms:identifier>ncbigene</dcterms:identifier>
<rdfs:label>NCBI gene</rdfs:label>
<rdfs:label>NCBI Gene</rdfs:label>
<rdfs:subClassOf rdf:resource="http://togoid.dbcls.jp/ontology#Dataset"/>
<rdfs:subClassOf rdf:resource="http://togoid.dbcls.jp/ontology#Gene"/>
</owl:Class>
Expand Down
2 changes: 1 addition & 1 deletion ontology/togoid-ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
:Ncbigene
a owl:Class ;
dcterms:identifier "ncbigene" ;
rdfs:label "NCBI gene" ;
rdfs:label "NCBI Gene" ;
rdfs:subClassOf :Gene, :Dataset .

:NcitDisease
Expand Down

0 comments on commit e27b3c6

Please sign in to comment.