EntitySchema:E1: Difference between revisions
From LexBib
(Created a new Schema: LexBib BibItem) |
(Updated Schema text) |
||
(8 intermediate revisions by the same user not shown) | |||
Schema | |||
# 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 { # class bibitem wdt:P5 wd:Q3 ; # title wdt:P6 . + ; # author wdt:P12 @author + ; } <author> EXTRA wdt:P5 { # class human wdt:P5 wd:Q5 ; |
Latest revision as of 15:29, 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 {
# class bibitem
wdt:P5 wd:Q3 ;
# title
wdt:P6 . + ;
# author
wdt:P12 @author + ;
}
<author> EXTRA wdt:P5 {
# class human
wdt:P5 wd:Q5 ;