taxon (E1)

From Protist-Prokaryote Symbiosis Database
Revision as of 07:44, 4 April 2024 by Kbseah-wikibase (talk | contribs) (Updated Schema text)
Jump to navigation Jump to search
language codelabeldescriptionaliasesedit
entaxontaxon whose members interact with other organismsedit
PREFIX pp: <https://ppsdb.wikibase.cloud/entity/>
PREFIX ppt: <https://ppsdb.wikibase.cloud/prop/direct/>
PREFIX pps: <https://ppsdb.wikibase.cloud/prop/>
PREFIX ppss: <https://ppsdb.wikibase.cloud/prop/statement/>
PREFIX ppsq: <https://ppsdb.wikibase.cloud/prop/qualifier/>
PREFIX ppsr: <https://ppsdb.wikibase.cloud/prop/reference/>

<taxon> {
  # instance of
  ppt:P18 [pp:Q2] + ;
  # interacts with
  pps:P19 {
    ppss:P19 @<#taxon> ; 
    ppsq:P20 @<#localization> * ;
  } * ;
}

<localization> {
  # instance of 
  ppt:P18 [pp:Q5] + ;
}