| Listing A1. List of all lineages. |
|
PREFIX ns:<https://github.com/jbakkas/SARSMutOnto/blob/main/SARSMutOnto.owl#> PREFIX owl:<http://www.w3.org/2002/07/owl#> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>SELECT ?lineageName ?date ?description FROM <https://raw.githubusercontent.com/jbakkas/SARSMutOnto/main/SARSMutOnto.owl> WHERE{ ?lineage a owl:NamedIndividual. ?lineage ns:label ?lineageName ?lineage ns:appeared_on ?date. ?lineage ns:has_for_description ?description. }order by (?lineageName) |