updating rdfs prefix
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 12:07:47 -0400
changeset 425 250a9d050343
parent 424 53218af56c4c
child 426 4b71179d27b1
updating rdfs prefix
ontology/components/Account/jah.ttl
ontology/components/Account/tbl-jah-default.ttl
ontology/components/Account/tbl-jah.trig
ontology/components/Account/tbl.ttl
--- 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 .