# Base: http://rdf123.umbc.edu/server/?src=http://spreadsheets.google.com/pub?key=pfHkkCjXdYiJsFdiDQkwzAA&map=http://rdf123.umbc.edu/map/employeeMap2.N3&out=N3 @prefix emp: . @prefix rdf123: . @prefix rdfs: . @prefix foaf: . @prefix rdf: . @prefix : <#> . a rdf123:Spreadsheet . [] a foaf:Person ; emp:supervisor [ a foaf:Person ; foaf:name "Bill Gates"^^ ] ; foaf:mbox "bjones@foo.com"^^ ; foaf:name "Bob Jones"^^ ; foaf:phonenumber "410-455-1001"^^ . a rdf123:Map . [] a foaf:Person ; emp:supervisor [ a foaf:Person ; foaf:name "Bill Gates"^^ ] ; foaf:mbox "msmith@foo.com"^^ ; foaf:name "mary smith"^^ ; foaf:phonenumber "410-455-1000"^^ . <> rdfs:comment "illustrate how to specify the translation range of a spreadsheet in a map file" ; rdf123:endRow "9" ; rdf123:hasMap ; rdf123:hasSource ; rdf123:startCol "3" ; rdf123:startRow "6" . [] a foaf:Person ; emp:supervisor [ a foaf:Person ; foaf:name "Donald Trump"^^ ] ; foaf:mbox "dtrump@foo.com"^^ ; foaf:name "Bill Gates"^^ ; foaf:phonenumber "410-455-1002"^^ .