diff options
author | David Robillard <d@drobilla.net> | 2015-04-01 00:01:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-01 00:01:20 -0400 |
commit | 064f226c8eb1503a9b7899ee6575196a0983b795 (patch) | |
tree | b65fd5ed07ff9b432b962b2ef46a972065f35425 /schemas.lv2/aboutdcmi.ttl | |
parent | ca1877705386fc2f2a4b0ebecb0adba8c793dcbf (diff) | |
download | lv2-064f226c8eb1503a9b7899ee6575196a0983b795.tar.xz |
Install schema bundle for host/utility support.
Diffstat (limited to 'schemas.lv2/aboutdcmi.ttl')
-rw-r--r-- | schemas.lv2/aboutdcmi.ttl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/schemas.lv2/aboutdcmi.ttl b/schemas.lv2/aboutdcmi.ttl new file mode 100644 index 0000000..b8c09b4 --- /dev/null +++ b/schemas.lv2/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" . + |