﻿<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rss="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content" xmlns:sioc="http://rdfs.org/sioc/ns#">
  <sioc:Usergroup rdf:about="http://blog.alexonasp.net/sioc.axd?sioc_type=site#authors">
    <dc:title>Authors at "Alex on ASP.NET"</dc:title>
    <sioc:has_member>
      <sioc:User rdf:about="http://blog.alexonasp.net/author/Admin.aspx" rdfs:label="Admin">
        <sioc:see_also rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=user&amp;sioc_id=Admin" />
      </sioc:User>
    </sioc:has_member>
    <sioc:has_member>
      <sioc:User rdf:about="http://blog.alexonasp.net/author/AlexanderZeitler.aspx" rdfs:label="AlexanderZeitler">
        <sioc:see_also rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=user&amp;sioc_id=AlexanderZeitler" />
      </sioc:User>
    </sioc:has_member>
  </sioc:Usergroup>
  <foaf:Document rdf:about="http://blog.alexonasp.net/">
    <dc:title>SIOC site profile for "Alex on ASP.NET"</dc:title>
    <dc:description>A SIOC profile describes the structure and contents of a weblog in a machine readable form. For more information please refer to http://sioc-project.org/.</dc:description>
    <foaf:primaryTopic>http://blog.alexonasp.net/</foaf:primaryTopic>
    <admin:generatorAgent>BlogEngine.NET1.4.5.0</admin:generatorAgent>
  </foaf:Document>
  <sioc:Site rdf:about="http://blog.alexonasp.net/">
    <dc:title>Alex on ASP.NET</dc:title>
    <dc:description />
    <sioc:link>http://blog.alexonasp.net/</sioc:link>
    <sioc:host_of>http://blog.alexonasp.net/sioc.axd?sioc_type=site#webblog</sioc:host_of>
    <sioc:has_group>http://blog.alexonasp.net/sioc.axd?sioc_type=site#authors</sioc:has_group>
  </sioc:Site>
  <sioc:Forum rdf:about="http://blog.alexonasp.net/sioc.axd?sioc_type=site#webblog">
    <sioc:name>Alex on ASP.NET</sioc:name>
    <sioc:link rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=site#webblog" />
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/03/11/ASPNET-MVC-2-RTM-e28093-fur-NET-Framework-35-SP-1-Visual-Studio-2008.aspx" dc:title="ASP.NET MVC 2 RTM – für .NET Framework 3.5 SP 1 / Visual Studio 2008">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=5e794aac-0570-4787-a429-248dcafa2b7a" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/03/10/TDD-BDD-und-das-dynamic-keyword-in-NET-40.aspx" dc:title="TDD / BDD und das dynamic keyword in .NET 4.0">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=c7e080af-d955-4d93-aaf7-31dd6b3fb4db" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/03/09/ASPNET-MVC-2-RC-liefert-CS0012-The-type-SystemWebRoutingRouteValueDictionary-is-defined-in-an-assembly-that-is-not-referenced.aspx" dc:title="ASP.NET MVC 2 RC liefert CS0012: The type 'System.Web.Routing.RouteValueDictionary' is defined in an assembly that is not referenced">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=2659946b-84d7-43c3-bd7f-03252fd1b183" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/03/08/NET-Usergroup-Karlsruhe-Zuruck-in-die-Zukunft-mit-Silverlight-4.aspx" dc:title=".NET Usergroup Karlsruhe: Zurück in die Zukunft mit Silverlight 4">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=a938ecf6-823c-4bde-b285-8f55259ece0d" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/03/05/Was-hast-Du-vor-uber-zehn-Jahren-programmiert.aspx" dc:title="Was hast Du vor über zehn Jahren programmiert?">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=8860d8bb-c5fd-4b03-98cc-3e075a9d93c4" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/02/27/In-einem-Dictionary3cTKey-TValue3e-den-Eintrag-mit-dem-kleinsten-Key-finden.aspx" dc:title="In einem Dictionary&lt;TKey, TValue&gt; den Eintrag mit dem kleinsten Key finden">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=13f108d8-60fe-4a24-b1a8-ed75d21a96a6" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/02/17/NET-Usergroup-Karlsruhe-Coding-Dojo-Retrospektive.aspx" dc:title=".NET Usergroup Karlsruhe: Coding-Dojo Retrospektive">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=e653b94e-8e2f-4ce0-920f-89e747a57619" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/01/09/TortoiseSVN-Overlay-Icons-werden-im-Explorer-nicht-mehr-angezeigt.aspx" dc:title="TortoiseSVN Overlay Icons werden im Explorer nicht mehr angezeigt">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=052004a4-01b2-4b16-9c56-b769823f3a73" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2010/01/07/SQL-Server-2008-Management-Studio-Express-nachtraglich-installieren.aspx" dc:title="SQL Server 2008 Management Studio Express nachträglich installieren">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=fbb650bd-75b0-43f0-9296-d0dc0d4f9290" />
      </sioc:Post>
    </sioc:container_of>
    <sioc:container_of>
      <sioc:Post rdf:about="http://blog.alexonasp.net/post/2009/12/13/NET-Usergroup-Karlsruhe-NHibernate-Alles-Gute-fur-die-Geschaftsanwendung.aspx" dc:title=".NET Usergroup Karlsruhe: NHibernate - Alles Gute für die Geschäftsanwendung">
        <rdfs:seeAlso rdf:resource="http://blog.alexonasp.net/sioc.axd?sioc_type=post&amp;sioc_id=c4cea3f7-9905-4f54-ab22-6f95c0e8e9b2" />
      </sioc:Post>
    </sioc:container_of>
  </sioc:Forum>
</rdf:RDF>