Binary file ontology/components/wasComplementOf/two-entities-about-tim.png has changed
--- a/ontology/components/wasComplementOf/two-entities-about-tim.ttl Sat Nov 05 12:44:11 2011 -0400
+++ b/ontology/components/wasComplementOf/two-entities-about-tim.ttl Sat Nov 05 13:12:27 2011 -0400
@@ -4,7 +4,7 @@
@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
-@prefix : <> .
+@prefix : <#> .
#
# A person and their twitter account:
@@ -14,7 +14,7 @@
a prov:Entity;
a foaf:Persion;
foaf:holdsAccount :twitter_timrdf;
- :x <purl.org/twc/id/person/TimLebo>;
+ prov:characterized <http://purl.org/twc/id/person/TimLebo>;
.
:twitter_timrdf
a foaf:OnlineAccount, sioc:UserAccount, :TwitterAccount;
@@ -30,12 +30,12 @@
a prov:Entity;
a foaf:Person;
foaf:holdsAccount :w3cprov_timrdf;
- :x <http://data.semanticweb.org/person/timothy-lebo>;
+ prov:characterized <http://data.semanticweb.org/person/timothy-lebo>;
.
:w3cprov_timrdf
a foaf:OnlineAccount, sioc:UserAccount, :W3C-PROV-WG-Account;
foaf:accountName "Tlebo";
- rdfs:seeAlso <www.w3.org/2011/prov/wiki/User:Tlebo>;
+ rdfs:seeAlso <http://www.w3.org/2011/prov/wiki/User:Tlebo>;
.
#