summaryrefslogtreecommitdiff
path: root/writing/index.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'writing/index.ttl')
-rw-r--r--writing/index.ttl28
1 files changed, 28 insertions, 0 deletions
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: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix bibo: <http://purl.org/ontology/bibo/>.
+@prefix dc: <http://purl.org/dc/elements/1.1/>.
+
+<http://njw.me.uk/pubs/consent> a bibo:Article;
+ dc:title "Issues of consent in human-animal sexual relations";
+ dc:date "2008";
+ dc:isPartOf <urn:issn:17552273>;
+ dc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
+ bibo:status <bibo:status/forthcoming>;
+ dc:creator <http://njw.me.uk/card#i>.
+
+<http://njw.me.uk/pubs/copyme> a bibo:Article;
+ dc:title "Technological change and the consumption of music";
+ dc:date "2010";
+ dc:isPartOf <urn:issn:20411405>;
+ bibo:volume "1";
+ bibo:issue "1";
+ dc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
+ dc:creator <http://njw.me.uk/card#i>.
+
+<urn:issn:20411405> a bibo:Periodical;
+ dc:title "Anthropology Reviews: Dissent and Cultural Politics";
+ bibo:uri "http://www.ebslondon.ac.uk/ICES/research/publications/anthropology_journal.aspx".
+
+<urn:issn:17552273> a bibo:Periodical;
+ dc:title "Learning and Teaching (LATISS)";
+ bibo:uri "http://www.berghahnbooks.com/journals/ltss/".