EntitySchema:E1: Difference between revisions
Jump to navigation
Jump to search
(Updated Schema text) |
(Updated English label, description or aliases) |
||
Labels / en | Labels / en | ||
file format on wikidp.opencura | file format | ||
Descriptions / en | Descriptions / en | ||
file formats on wikidp.opencura | schema for file formats |
Latest revision as of 13:25, 18 January 2023
language code | label | description | aliases | edit |
---|---|---|---|---|
en | file format | schema for file formats | edit |
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <https://wikidp.wikibase.cloud/prop/direct/>
PREFIX wb: <https://wikidp.wikibase.cloud/entity/>
<file_format> {
wbt:P1 [wb:Q1] ; #P1 -> instance of; Q1 -> file format
wbt:P5 xsd:string ; #P5 -> PRONOM ID
wbt:P6 [wd:~] ; #P6 -> Wikidata mapping .
}