From f6f225bb53983a756fb27aeaf184c93ac3aa6afb Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Mon, 1 Feb 2010 19:11:41 +0100 Subject: [PATCH] Added a theme specifier. --- etc/localhost.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/localhost.ttl b/etc/localhost.ttl index 5bec146..c29d2ee 100644 --- a/etc/localhost.ttl +++ b/etc/localhost.ttl @@ -7,11 +7,12 @@ @prefix foaf: . @prefix sioc: . @prefix skos: . -@prefix tri: . +@prefix tri: . <> a rdfs:Resource ; rdfs:label "Trinity 0.0.1"@en ; - rdfs:comment "Congratulations, your Trinity installation is up and running."@en . + rdfs:comment "Congratulations, your Trinity installation is up and running."@en ; + tri:theme "data" . a rdfs:Resource ; rdfs:label "Hello, world!"@en ;