Difference between revisions of "EntitySchema:E1"
From wikibase-docker
FazekasJúlia (talk | contribs) (Updated Schema text) |
FazekasJúlia (talk | contribs) (Updated Schema text) |
||
Schema / Line 1: | Schema / Line 1: | ||
− | PREFIX wd: <http://www. | + | PREFIX wd: <http://www.itidata.abtk.hu/entity/> |
− | PREFIX wdt: <http://www. | + | PREFIX wdt: <http://www.itidata.abtk.hu/prop/direct/> |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
Revision as of 08:02, 29 June 2022
language code | label | description | aliases | edit |
---|---|---|---|---|
en | edit | |||
hu | könyv | könyv leírásának sémája | edit |
PREFIX wd: <http://www.itidata.abtk.hu/entity/> PREFIX wdt: <http://www.itidata.abtk.hu/prop/direct/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> start = @<konyv> <konyv> { #osztaly, amelynek peldanya konyv wdt:P1 wd:Q17 ; #szerzo neve wdt:P37 LITERAL ; #szerkeszto neve wdt:P57 LITERAL ; #megjelenes helye wdt:P59 @<telepules>* ; #kiado wdt:P58 @<kiado> ; #sorozat wdt:P99 @<sorozat> ; #megjelenes ideje wdt:P57 xsd:datetime ; } <telepules> { wdt:P1 wd:Q51 } <kiado> { wdt:P1 wd:Q108 } <sorozat> { wdt:P1 wd:Q202 }