diff --git a/djangoldp/models.py b/djangoldp/models.py
index 52fb14db7b6d7270c537a1067d2e492106cf3059..3b5433fbc20a6d38293193e3129617e35c96843d 100644
--- a/djangoldp/models.py
+++ b/djangoldp/models.py
@@ -6,7 +6,7 @@ class LDPSource(models.Model):
     federation = models.CharField(max_length=255)
     
     class Meta:
-        rdf_type = 'hd:federation'
+        rdf_type = 'sib:source'
         ordering = ('federation',)
         permissions = (
             ('view_source', 'acl:Read'),