@prefix foaf: . @prefix ns1: . ns1:charlie-abela foaf:made . ns1:sven-schwarz foaf:made . @prefix ns2: . @prefix ns3: . ns3:poster_demo_proceedings ns2:hasPart . @prefix rdf: . @prefix owl: . rdf:type owl:Thing . @prefix ns6: . rdf:type ns6:InformationObject , ns6:Object , ns6:SocialObject . @prefix ns7: . rdf:type ns7:ProceedingsPaper , ns2:InProceedings . @prefix rdfs: . rdf:type rdfs:Resource ; rdfs:label "Extending RDFHomepage: Semantic Web meets Web 2.0" ; owl:sameAs . @prefix ns9: . ns9:abstract "In 2005, Sven Schwarz coined the term RDFHomepage. Such a homepage uses RDF to encode all the knowledge about a person and their associations. This homepage separates the content from the model allowing users to customise the view of the homepage without editing its content. We decided to take this idea further and immerse it in the world of Web 2.0 technologies: through the union between Semantic Web and Web 2.0 technologies we provide ease of use to average users via powerful but simplistic Web 2.0 interfaces. We overhauled the architecture of the original RDFHomepage and focused on a modular structure which included many standard Web 2.0 applications such as weblog, calendar and search." . @prefix dc: . dc:creator ns1:andrew-buttigieg , ns1:charlie-abela , ns1:sven-schwarz ; dc:subject "RDF" , "Web 2.0" , "PHP" , "Semantic Web" ; dc:title "Extending RDFHomepage: Semantic Web meets Web 2.0" . @prefix ns11: . @prefix ns12: . ns11:authorList ns12:authorList ; foaf:maker ns1:andrew-buttigieg , ns1:sven-schwarz , ns1:charlie-abela ; ns2:abstract "In 2005, Sven Schwarz coined the term RDFHomepage. Such a homepage uses RDF to encode all the knowledge about a person and their associations. This homepage separates the content from the model allowing users to customise the view of the homepage without editing its content. We decided to take this idea further and immerse it in the world of Web 2.0 technologies: through the union between Semantic Web and Web 2.0 technologies we provide ease of use to average users via powerful but simplistic Web 2.0 interfaces. We overhauled the architecture of the original RDFHomepage and focused on a modular structure which included many standard Web 2.0 applications such as weblog, calendar and search." ; ns2:hasAuthorList ns12:authorList ; ns2:isPartOf ns3:poster_demo_proceedings . @prefix xsd: . ns2:keyword "PHP"^^xsd:string , "RDF"^^xsd:string , "Web 2.0"^^xsd:string , "Semantic Web"^^xsd:string ; ns2:title "Extending RDFHomepage: Semantic Web meets Web 2.0" . ns1:andrew-buttigieg foaf:made .