EntitySchema:E1: Difference between revisions
Jump to navigation
Jump to search
(Created a new Schema: taxon) |
(Updated Schema text) |
||
Schema / Line 7: | Schema / Line 7: | ||
<taxon> { | <taxon> { | ||
# instance of | |||
ppt:P18 [pp:Q2] + ; | |||
# interacts with | |||
pps:P19 { | |||
ppss:P19 @<#taxon> ; | |||
ppsq:P20 @<#localization> * ; | |||
} * ; | |||
} | |||
ppt:P18 [pp: | <localization> { | ||
# instance of | |||
ppt:P18 [pp:Q5] + ; | |||
} | } |
Revision as of 07:44, 4 April 2024
language code | label | description | aliases | edit |
---|---|---|---|---|
en | taxon | taxon whose members interact with other organisms | edit |
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] + ;
}