EntitySchema:E2: Difference between revisions
From LexBib
(Updated Schema text) |
(Updated Schema text) |
||
(8 intermediate revisions by the same user not shown) | |||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX | PREFIX wd: <http://lexbib.elex.is/entity/> # does work | ||
PREFIX | PREFIX wdt: <http://lexbib.elex.is/prop/direct/> # does work | ||
start = @<lcr> | |||
<lcr> { | <lcr> EXTRA ldp:P5 { | ||
wdt:P5 wd:Q4 ; | |||
wdt:P55 @distribution + . ; | |||
} | } | ||
<distribution> EXTRA wdt:P5 { | |||
wdt:P5 wd:Q3 ; | |||
wdt:P6 . + ; | |||
wd:P12 @author + ; | |||
} |
Latest revision as of 15:27, 21 November 2021
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Lexical Conceptual Resource | a LexBib Entity Schema | edit |
PREFIX wd: <http://lexbib.elex.is/entity/> # does work
PREFIX wdt: <http://lexbib.elex.is/prop/direct/> # does work
start = @<lcr>
<lcr> EXTRA ldp:P5 {
wdt:P5 wd:Q4 ;
wdt:P55 @distribution + . ;
}
<distribution> EXTRA wdt:P5 {
wdt:P5 wd:Q3 ;
wdt:P6 . + ;
wd:P12 @author + ;
}