query-bebec82207613df21372232ab279e6d1

rq turtle/ttl

PropertiesISBN-10 (P957)

Use at

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bf: <http://bibframe.org/vocab/>
PREFIX identifier: <http://id.loc.gov/vocabulary/identifiers/>

CONSTRUCT {
  ?s bf:identifiedBy [
    a bf:Identifier;
    bf:scheme "xyz";
    rdf:value ?isbn
  ]
} WHERE {
  ?s wdt:P957 ?isbn
}
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?_anon_42b5416610844a34809f33a099ae9de179374") v6("?_const_11d8725e_uri") v7("?_const_1d199_lit_e2eec718") v9("?_const_430b084b_uri") v8("?_const_c6d6ec51_uri") v5("?_const_e282c102_uri") v4("?_const_f5e5585a_uri") v2("?isbn"):::projected v1("?s"):::projected v1 --"wdt:P957"--> v2 bind0[/""/] bind0 --as--o v3 bind1[/""a""/] bind1 --as--o v4 bind2[/"http://bibframe.org/vocab/Identifier"/] bind2 --as--o v5 bind3[/"http://bibframe.org/vocab/scheme"/] bind3 --as--o v6 bind4[/"'xyz'"/] bind4 --as--o v7 bind5[/"'rdf:value'"/] bind5 --as--o v8 bind6[/"http://bibframe.org/vocab/identifiedBy"/] bind6 --as--o v9