From a177254c6910f918052f2818a523e921f47e5fa4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 19 Jun 2011 13:13:16 +0100 Subject: Added explicit rdf links to essays --- writing/consent/consent.ttl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 writing/consent/consent.ttl (limited to 'writing/consent/consent.ttl') diff --git a/writing/consent/consent.ttl b/writing/consent/consent.ttl new file mode 100644 index 0000000..1388d10 --- /dev/null +++ b/writing/consent/consent.ttl @@ -0,0 +1,15 @@ +@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:Periodical; + dc:title "Learning and Teaching (LATISS)"; + bibo:uri "http://www.berghahnbooks.com/journals/ltss/". -- cgit v1.2.3