diff options
author | Nick White <git@njw.me.uk> | 2010-06-16 12:19:32 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-06-16 12:19:32 +0100 |
commit | 0d57bf7780e7dcf978193c80db1282a68113728a (patch) | |
tree | ff67c3b7c662a2af4b62bf71c676c36245da999d /pubs/index.ttl | |
parent | 1a7b05e417fbdb46730f35e468fb0a178d85a67a (diff) | |
download | njw-website-0d57bf7780e7dcf978193c80db1282a68113728a.tar.bz2 njw-website-0d57bf7780e7dcf978193c80db1282a68113728a.zip |
Move publications to pubs
Diffstat (limited to 'pubs/index.ttl')
-rw-r--r-- | pubs/index.ttl | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/pubs/index.ttl b/pubs/index.ttl new file mode 100644 index 0000000..5f28c03 --- /dev/null +++ b/pubs/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/>. +@prefix cc: <http://creativecommons.org/ns#>. + +<http://njw.me.uk/pubs/2008-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/>; + bibo:status <bibo:status/forthcoming>; + dc:creator <http://njw.me.uk/card#i>. + +<http://njw.me.uk/pubs/2009-copyme> a bibo:Article; + dc:title "Technological change and the consumption of music"; + dc:date "2009"; + dc:isPartOf <urn:issn:20411405>; + cc:license <http://creativecommons.org/licenses/by-sa/3.0/>; + bibo:status <bibo:status/forthcoming>; + 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/". |