From 33d710efd825eb493459494821dda22467011973 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 26 Sep 2010 12:51:14 +0100 Subject: Merge pubs and articles to writing --- writing/index.ttl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 writing/index.ttl (limited to 'writing/index.ttl') diff --git a/writing/index.ttl b/writing/index.ttl new file mode 100644 index 0000000..889fa28 --- /dev/null +++ b/writing/index.ttl @@ -0,0 +1,28 @@ +@prefix rdf: . +@prefix bibo: . +@prefix dc: . + + a bibo:Article; + dc:title "Issues of consent in human-animal sexual relations"; + dc:date "2008"; + dc:isPartOf ; + dc:license ; + bibo:status ; + dc:creator . + + a bibo:Article; + dc:title "Technological change and the consumption of music"; + dc:date "2010"; + dc:isPartOf ; + bibo:volume "1"; + bibo:issue "1"; + dc:license ; + dc:creator . + + a bibo:Periodical; + dc:title "Anthropology Reviews: Dissent and Cultural Politics"; + bibo:uri "http://www.ebslondon.ac.uk/ICES/research/publications/anthropology_journal.aspx". + + a bibo:Periodical; + dc:title "Learning and Teaching (LATISS)"; + bibo:uri "http://www.berghahnbooks.com/journals/ltss/". -- cgit v1.2.3