aboutsummaryrefslogtreecommitdiffstats
path: root/schemas/aboutdcmi.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-07 00:07:08 +0000
committerDavid Robillard <d@drobilla.net>2012-04-07 00:07:08 +0000
commit7d2236d2c5319bd56ccb62f2b49c6967b159314a (patch)
tree84c2626fd75cf720d88bedc108e237e5be22731f /schemas/aboutdcmi.ttl
parent0432b34f1524d8932d3d2fc3dd83b7a4b1384233 (diff)
downloadlv2-7d2236d2c5319bd56ccb62f2b49c6967b159314a.tar.xz
Add external schemas to repository.
Diffstat (limited to 'schemas/aboutdcmi.ttl')
-rw-r--r--schemas/aboutdcmi.ttl15
1 files changed, 15 insertions, 0 deletions
diff --git a/schemas/aboutdcmi.ttl b/schemas/aboutdcmi.ttl
new file mode 100644
index 0000000..b8c09b4
--- /dev/null
+++ b/schemas/aboutdcmi.ttl
@@ -0,0 +1,15 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dct: <http://purl.org/dc/terms/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+
+<http://purl.org/dc/aboutdcmi#DCMI>
+ dct:created "1995-01-03" ;
+ dct:description "The Dublin Core Metadata Initiative is an open forum engaged in the development of interoperable online metadata standards that support a broad range of purposes and business models. DCMI's activities include consensus-driven working groups, global conferences and workshops, standards liaison, and educational efforts to promote widespread acceptance of metadata standards and practices." ;
+ dct:subject <http://id.loc.gov/authorities/sh96000740#concept>, <http://id.loc.gov/authorities/sh98002267#concept> ;
+ a foaf:Organization , dct:Agent ;
+ rdfs:seeAlso <http://purl.org/dc/aboutdcmi> ;
+ foaf:homepage <http://dublincore.org/> ;
+ foaf:name "Dublin Core Metadata Initiative" ;
+ foaf:nick "DCMI" .
+