Skip to content

Instantly share code, notes, and snippets.

@rsinger
Created August 18, 2009 19:51
Show Gist options
  • Save rsinger/169916 to your computer and use it in GitHub Desktop.
Save rsinger/169916 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix n1: <http://RDVocab.info/Elements/> .
@prefix n2: <http://purl.org/dc/terms/> .
@prefix n3: <http://purl.org/ontology/bibo/> .
@prefix n4: <http://purl.org/dc/elements/1.1/> .
@prefix n5: <http://RDVocab.info/roles/> .
<http://library.cca.edu/core/m/70887603>
n1:parallelTitleProper "Two sculptors" ;
n1:statementOfResponsibility "directed by Chris Felver" ;
n1:titleProper "2 sculptors" ;
n5:commentator <http://library.cca.edu/core/people/yau_john_1950-> ;
n5:directorOfPhotography <http://library.cca.edu/core/people/herberich_bill>
;
n5:editorOfMovingImageWork <http://library.cca.edu/core/people/christie_lyle
>, <http://library.cca.edu/core/people/felver_christopher_1946->, <http://librar
y.cca.edu/core/people/pearsall_marilla>, <http://library.cca.edu/core/people/sza
lapski_james> ;
n5:filmDirector <http://library.cca.edu/core/people/felver_christopher_1946-
> ;
n5:interviewee <http://library.cca.edu/core/people/cragg_tony_1949->, <http:
//library.cca.edu/core/people/judd_donald_1928-1994> ;
n5:photographer <http://library.cca.edu/core/people/felver_christopher_1946-
>, <http://library.cca.edu/core/people/szalapski_james> ;
n4:contributor "Cragg, Tony, 1949-", "Felver, Christopher, 1946-", "Herberic
h, Bill", "Judd, Donald, 1928-1994", "Szalapski, James", "Yau, John, 1950-" ;
n4:creator "Pearsall, Marilla" ;
n4:publisher "Arthouse Inc", "Palm Pictures" ;
n4:subject "Cragg, Tony, 1949---Interviews", "Documentary films about art",
"Documentary films--Videorecordings", "Judd, Donald, 1928-1994--Interviews", "No
nfiction films", "Sculptors--Great Britain--Interviews", "Sculptors--United Stat
es--Interviews", "Sculpture, American--20th century", "Sculpture, English--20th
century" ;
n2:creator <http://library.cca.edu/core/people/pearsall_marilla> ;
n2:date "2006" ;
n2:publisher <http://library.cca.edu/core/organizations/arthouse_inc>, <http
://library.cca.edu/core/organizations/palm_pictures> ;
n2:subject <http://lcsubjects.org/subjects/sh2007006366#concept>, <http://lc
subjects.org/subjects/sh2007025008#concept>, <http://lcsubjects.org/subjects/sh8
5119142#concept>, <http://library.cca.edu/core/s/documentary_films--videorecordi
ngs#concept>, <http://library.cca.edu/core/s/documentary_films_about_art#concept
>, <http://library.cca.edu/core/s/sculptors--great_britain--interviews#concept>,
<http://library.cca.edu/core/s/sculptors--united_states--interviews#concept>, <
http://library.cca.edu/core/s/sculpture_english--20th_century#concept>, <http://
library.cca.edu/core/subjects/cragg_tony_1949---interviews#concept>, <http://lib
rary.cca.edu/core/subjects/judd_donald_1928-1994--interviews#concept> ;
n2:title "2 sculptors" ;
n3:interviewee <http://library.cca.edu/core/people/cragg_tony_1949->, <http:
//library.cca.edu/core/people/judd_donald_1928-1994> ;
n3:isbn10 "0977783162" ;
n3:isbn13 "9780977783168" ;
a n3:Film, <http://vocab.org/frbr/core#Manifestation> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment