Thank you for your answer.
I knew disease ontology, but I was not sure how to apply for our data.
So, if I use this ontology into our data with ttl, how to add these disease ontology information?
I added has_symptom into our data. Does it correct?
And I couldn't find exact meaning's predicate that one mouse strain has a relation to some diseases...
If you find any useful things, please let me know.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix BioLOD_class_cria315s1i: <http://purl.jp/bio/13/class/cria315s1i/> .
@prefix OBO: <http://purl.obolibrary.org/obo/doid#> .
<http://sample.go.jp/resource/animalbank/sample001>
rdf:type BioLOD_class_cria315s1i:Mouse_Strain;
rdfs:label "ICGN";
OBO:has_symptom "cold";
.....
Your Hyper-Links are not properly formatted.
Thank you for your comment. I edited. Is it OK?