[ create a new paste ] login | about

Link: http://codepad.org/gLghUHoo    [ raw code | fork ]

ericP - Perl, pasted on Apr 11:
1
2
3
4
5
6
7
8
9
10
11
12
13
= One RDF Graph =
<work1>          :has_title "Moby-Dick, or, the Whale" ;           :has_as_subject "Whaling Ships -- Fiction" .
<expression1>    :has_language "English" ;                         :has_extent "213711 words" ;                 :expression_of <work1> .
<manifestation1> :has_edition_issue "First Edition" ;              :has_pub_place "New York NY" ;               :manifestation_of <expression1> .
<item1>          :has_OAI_ID "http://hdl.handle.net/10150/16470" ; :has_condition "yellowing at page edges" ;   a <manifestation1> .

= Many Named Graphs =
{  <work1G> prov:source <...worldcat> . <expression1G> prov:source <...elsewhere> }
<work1G>          { <work1>          :has_title "Moby-Dick, or, the Whale" ; :has_as_subject "Whaling Ships -- Fiction" }
<expression1G>    { <expression1>    :has_language "English" ; :has_extent "213711 words" }
<manifestation1G> { <manifestation1> :has_edition_issue "First Edition" ; :has_pub_place "New York NY" }
<item1G>          { <item1>          :has_OAI_ID "http://hdl.handle.net/10150/16470" ; :has_condition "yellowing at page edges" .
                    <work1>          :narrator_name "Ahab" .}


Create a new paste based on this one


Comments: