diff options
author | David Robillard <d@drobilla.net> | 2015-04-05 01:00:44 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-04-05 02:31:12 -0400 |
commit | 770af26981ef5734806d81794aca29baa258107e (patch) | |
tree | b84f4fcaf208e9f8c61736505d97f1e8d57a05f1 /schemas.lv2/aboutdcmi.ttl | |
parent | 37ba349ca906a03463d1cc56ec046646ccfa6aeb (diff) | |
download | lv2-770af26981ef5734806d81794aca29baa258107e.tar.xz |
Clean up external vocabularies.
When these are shown in a UI, it was an awful mess. This strips a lot
of junk that is useless in an LV2 context, and cleans up the labels to
have a consistent style.
Diffstat (limited to 'schemas.lv2/aboutdcmi.ttl')
-rw-r--r-- | schemas.lv2/aboutdcmi.ttl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/schemas.lv2/aboutdcmi.ttl b/schemas.lv2/aboutdcmi.ttl deleted file mode 100644 index b8c09b4..0000000 --- a/schemas.lv2/aboutdcmi.ttl +++ /dev/null @@ -1,15 +0,0 @@ -@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" . - |