client/data/properties.json
changeset 68 803dbeb7c919
child 172 9b8df8d779f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/data/properties.json	Wed Feb 27 19:04:36 2013 +0100
@@ -0,0 +1,60 @@
+[
+	{
+		"label": "Dublin Core Metadata",
+		"base-uri": "http://purl.org/dc/elements/1.1/",
+		"properties": [
+			{
+				"uri": "contributor",
+				"label": "has contributor"
+			}, {
+				"uri": "coverage",
+				"label": "covers"
+			}, {
+				"uri": "creator",
+				"label": "created by"
+			}, {
+				"uri": "date",
+				"label": "has date"
+			}, {
+				"uri": "publisher",
+				"label": "published by"
+			}, {
+				"uri": "source",
+				"label": "has source"
+			}, {
+				"uri": "subject",
+				"label": "has subject"
+			}
+		]
+	}, {
+		"label": "SKOS Documentation properties",
+		"base-uri": "http://www.w3.org/2004/02/skos/core#",
+		"properties": [
+			{
+				"uri": "note",
+				"label": "has note"
+			}, {
+				"uri": "definition",
+				"label": "has definition"
+			}, {
+				"uri": "example",
+				"label": "has example"
+			}
+		]
+	}, {
+		"label": "SKOS Semantic relations",
+		"base-uri": "http://www.w3.org/2004/02/skos/core#",
+		"properties": [
+			{
+				"uri": "broader",
+				"label": "has broader"
+			}, {
+				"uri": "narrower",
+				"label": "has narrower"
+			}, {
+				"uri": "related",
+				"label": "has related"
+			}
+		]
+	}
+]