summaryrefslogtreecommitdiff
path: root/pubs/index.ttl
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-09-14 12:05:02 +0100
committerNick White <git@njw.me.uk>2010-09-14 12:05:02 +0100
commit8aa8775762f6c32a1d7aa25ef09358b125191cd2 (patch)
tree65b1681f81c29f2df821e12cf2b51d21419547fb /pubs/index.ttl
parentdea42030c4783d6bf90bb43ece05f6c8dd42c41d (diff)
downloadnjw-website-8aa8775762f6c32a1d7aa25ef09358b125191cd2.tar.bz2
njw-website-8aa8775762f6c32a1d7aa25ef09358b125191cd2.zip
Remove dates from essays
Diffstat (limited to 'pubs/index.ttl')
-rw-r--r--pubs/index.ttl9
1 files changed, 4 insertions, 5 deletions
diff --git a/pubs/index.ttl b/pubs/index.ttl
index 78dc9ba..889fa28 100644
--- a/pubs/index.ttl
+++ b/pubs/index.ttl
@@ -1,23 +1,22 @@
@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/>.
-@prefix cc: <http://creativecommons.org/ns#>.
-<http://njw.me.uk/pubs/2008-consent> a bibo:Article;
+<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>;
- cc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
+ 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/2009-copyme> a bibo:Article;
+<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";
- cc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
+ dc:license <http://creativecommons.org/licenses/by-sa/3.0/>;
dc:creator <http://njw.me.uk/card#i>.
<urn:issn:20411405> a bibo:Periodical;