--- a/ontology/components/Account/jah.ttl Sun Oct 02 12:02:17 2011 -0400
+++ b/ontology/components/Account/jah.ttl Sun Oct 02 12:07:47 2011 -0400
@@ -1,4 +1,5 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix card: <http://www.w3.org/People/Berners-Lee/card#> .
--- a/ontology/components/Account/tbl-jah-default.ttl Sun Oct 02 12:02:17 2011 -0400
+++ b/ontology/components/Account/tbl-jah-default.ttl Sun Oct 02 12:07:47 2011 -0400
@@ -1,4 +1,5 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix card: <http://www.w3.org/People/Berners-Lee/card#> .
--- a/ontology/components/Account/tbl-jah.trig Sun Oct 02 12:02:17 2011 -0400
+++ b/ontology/components/Account/tbl-jah.trig Sun Oct 02 12:07:47 2011 -0400
@@ -1,4 +1,5 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix card: <http://www.w3.org/People/Berners-Lee/card#> .
@@ -11,7 +12,7 @@
}
<http://www.w3.org/People/Berners-Lee/card> {
- card:i s:label "Tim Berners-Lee";
+ card:i rdfs:label "Tim Berners-Lee";
con:assistant card:amy .
}
--- a/ontology/components/Account/tbl.ttl Sun Oct 02 12:02:17 2011 -0400
+++ b/ontology/components/Account/tbl.ttl Sun Oct 02 12:07:47 2011 -0400
@@ -1,7 +1,8 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix card: <http://www.w3.org/People/Berners-Lee/card#> .
-card:i s:label "Tim Berners-Lee";
+card:i rdfs:label "Tim Berners-Lee";
con:assistant card:amy .