EntitySchema:E1: Difference between revisions
From LexBib
(Updated Schema text) |
(Updated Schema text) |
||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX lwb: <http://lexbib.elex.is/entity/> | # PREFIX lwb: <http://lexbib.elex.is/entity/> # does not work | ||
PREFIX ldp: <http://lexbib.elex.is/prop/direct/> | # PREFIX ldp: <http://lexbib.elex.is/prop/direct/> # does not work | ||
PREFIX | PREFIX wd: <http://lexbib.elex.is/entity/> # does work | ||
PREFIX | PREFIX wdt: <http://lexbib.elex.is/prop/direct/> # does work | ||
start = @<bibitem> | start = @<bibitem> | ||
<bibitem> EXTRA | <bibitem> EXTRA wdt:P5 { | ||
wdt:P5 [ wd:Q3 ] ; # class bibitem | |||
wdt:P6 . + ; # title | |||
} | } |
Revision as of 14:39, 21 November 2021
language code | label | description | aliases | edit |
---|---|---|---|---|
en | LexBib BibItem | entity scheme for a bibliographical item, sharing properties with Zotero, and with ms:Distribution | edit |
# PREFIX lwb: <http://lexbib.elex.is/entity/> # does not work
# PREFIX ldp: <http://lexbib.elex.is/prop/direct/> # does not work
PREFIX wd: <http://lexbib.elex.is/entity/> # does work
PREFIX wdt: <http://lexbib.elex.is/prop/direct/> # does work
start = @<bibitem>
<bibitem> EXTRA wdt:P5 {
wdt:P5 [ wd:Q3 ] ; # class bibitem
wdt:P6 . + ; # title
}