From 7d2236d2c5319bd56ccb62f2b49c6967b159314a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Apr 2012 00:07:08 +0000 Subject: Add external schemas to repository. --- schemas/aboutdcmi.ttl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 schemas/aboutdcmi.ttl (limited to 'schemas/aboutdcmi.ttl') 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: . +@prefix rdfs: . +@prefix dct: . +@prefix foaf: . + + + 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 , ; + a foaf:Organization , dct:Agent ; + rdfs:seeAlso ; + foaf:homepage ; + foaf:name "Dublin Core Metadata Initiative" ; + foaf:nick "DCMI" . + -- cgit v1.2.1