Skip to main content
. 2023 Feb 11;15(2):505. doi: 10.3390/v15020505
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)