EntitySchema:E1: Difference between revisions
Jump to navigation
Jump to search
(Created a new Schema: file format on wikidp.opencura) |
(Updated English label, description or aliases) |
||
(2 intermediate revisions by the same user not shown) | |||
Labels / en | Labels / en | ||
file format on wikidp.opencura | file format | ||
Descriptions / en | Descriptions / en | ||
schema for file formats on wikidp.opencura | schema for file formats | ||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX wd: <http://www.wikidata.org/entity/> | PREFIX wd: <http://www.wikidata.org/entity/> | ||
PREFIX wbt: < | PREFIX wbt: <https://wikidp.wikibase.cloud/prop/direct/> | ||
PREFIX wb: < | PREFIX wb: <https://wikidp.wikibase.cloud/entity/> | ||
<file_format> { | <file_format> { |
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 .
}