aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/aboutdcmi.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'schemas.lv2/aboutdcmi.ttl')
-rw-r--r--schemas.lv2/aboutdcmi.ttl15
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" .
-