Drupal.
|
|
|
- Buddy Mitchell
- 10 years ago
- Views:
Transcription
1 Drupal 7 and RDF Stéphane Corlosquet, <[email protected]> - Software engineer, MGH - Drupal 7 core RDF maintainer - SemWeb geek Linked Data Ventures, MIT, Oct 2010 This work is licensed under a Creative Commons Attribution 3.0 License, with attribution to Stéphane Corlosquet Slides:
2 Drupal Dries Buytaert - small news site in 2000 Open Source Content Management System LAMP stack Non-developers can build sites and publish content Control panels instead of code
3 Drupal Open & modular architecture Extensible by modules Standards-based Low resource hosting Scalable
4 Building a Drupal site
5 Building a Drupal site
6 Building a Drupal site Create the content types you need: Blog, article, wiki, forum, polls, image, video, podcast, ecommerce... (be creative)
7 Building a Drupal site Enable the features you want: Comments, tags, voting/rating, location, translations, revisions, search...
8 Building a Drupal site Place links in the navigation bars and blocks Build Views over your data Skin your site: theming
9 Building a Drupal site 6000 free contributed modules Google Analytics Wysiwyg Captcha Calendar XML sitemap Five stars Twitter...
10 Drupal inside Database storage (PDO) Cron Queue / batch API File management User management Form API Security
11 User experience
12 The Drupal Community
13 The Drupal Community It s really the Drupal community and not so much the software that makes the Drupal project what it is. So fostering the Drupal community is actually more important than just managing the code base. Dries Buytaert
14 200+ Local user groups including
15 Doubles in size each release source: source:
16 Doubles in size each release Drupal 6 (stable) - 325,145+ sites Drupal 7 (beta 1) - Total estimation 500,000 sites (1% of the Web) 20,000+ sites
17 Who uses Drupal?
18 Who uses Drupal?
19 Who uses Drupal?
20 Who uses Drupal?
21 Try Drupal 7 Download and Install Drupal 7 Grab latest release Mac OS: MAMP Acquia Stack Drupal Gardens: free Drupal 7 site
22 Drupal 7 and RDF
23 History of RDF in Drupal rdf.php (2000, Dries) FOAF, vcard (2004, walkah) Relationship (2005, dman) Semantic Search (2006, hendler) RDF (2007, Arto) OpenCalais (febbraro, 2008) RDF CCK (2008, scor) and more...
24 Experiment prior Drupal 7 Expose Drupal's data in RDF Automatically No RDF expertise required Module based
25 Architecture User driven data model Content type = RDF class Field = RDF property Node = RDF resource
26 Content types and Fields
27 Content types and Fields
28 Node
29 Mapping to RDF site:person a rdfs:class; rdfs:subclassof foaf:person. site:first_name a rdf:property; rdfs:subpropertyof foaf:firstname. site:colleague rdfs:domain site:person.
30 Mapping to RDF
31 Mapping to RDF
32 Experiment continued 1. Automatic site vocabulary generation 2. Mapping Content Models to existing ontologies 3. Data endpoint for SPARQL querying 4. Lazy loading of external data (data import)
33 Drupal 7 and RDF Drupal 7 core is RDFa enabled! RDFa output by default on blogs, forums, comments, etc. using FOAF, SIOC, DC, SKOS Beta1 released a few days ago
34 Drupal 7 and RDF
35 Drupal 7 contributed modules Import vocabularies Interface for mappings SPARQL endpoint on Drupal data PHP ARC2 library
36 RDFDB: an RDF Database API Access RDF stores via a consistent API SPARQL 1.1 Vendor agnostic Similar to Drupal 7 Database abstraction layer rdfdb_insert_data($graph, $triples)->execute(); rdfdb_select('?g?s?p?o')->where('graph?g {? s?p?o. }')->limit(1000)->execute();
37 RDFDB: an RDF Database API Similar to Drupal 7 Database abstraction layer rdfdb_insert_data($graph, $triples)->execute(); rdfdb_select('?s?p?o')->where('?s?p?o')>limit(10)->execute(); rdfdb_clear($graph)->execute() Do not worry about what RDF store the SPARQL endpoint is running on
38 RDFDB: an RDF Database API Connection info: Support for master/slave servers Drivers for ARC2, Virtuoso, 4store Comes with tests!
39 RDFDB: an RDF Database API Why an abstraction layer? Every store has its own way to implement SPARQL updates, some are RESTful, some others have their own SPARQL update syntax. ARC2: SPARQL+ via POST requests 4store: POST, PUT and DELETE requests Download
40 How to get involved So many ways... code, documentation, support, translations, graphic design Watch video
41 How to get involved Subscribe to the Semantic Web group at Semantic Drupal news at
42 Questions? Good luck!
Linked Data Publishing with Drupal
Linked Data Publishing with Drupal Joachim Neubert ZBW German National Library of Economics Leibniz Information Centre for Economics SWIB13 Workshop Hamburg, Germany 25.11.2013 ZBW is member of the Leibniz
Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com and he has 8 years of experience in real time programming.
Website: http://www.php2ranjan.com/ Contact person: Ranjan Mob: 09347045052, 09032803895 Domalguda, Hyderabad Email: [email protected] Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com
LEARNING DRUPAL. Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd.
LEARNING DRUPAL Instructor : Joshua Owusu-Ansah Company : e4solutions Com. Ltd. Background The Drupal project was started in 2000 by a student in Belgium named Dries Buytaert. The code was originally designed
Indian Journal of Science International Weekly Journal for Science ISSN 2319 7730 EISSN 2319 7749 2015 Discovery Publication. All Rights Reserved
Indian Journal of Science International Weekly Journal for Science ISSN 2319 7730 EISSN 2319 7749 2015 Discovery Publication. All Rights Reserved Analysis Drupal as a Content Management System in Libraries:
Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque
Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Funded by: INASP, UK October 7, 2012 Ayesha Abed Library http://library.bracu.ac.bd
GETTING STARTED WITH DRUPAL. by Stephen Cross
GETTING STARTED WITH DRUPAL by Stephen Cross STEPHEN CROSS @stephencross [email protected] ParallaxInfoTech.com www.talkingdrupal.com ASSUMPTIONS You may or may not have development experience You
How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post
RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,
Optimizing Drupal Performance. Benchmark Results
Benchmark Results February 2010 Table of Contents Overview 3 Test Environment 3 Results Summary 4 Configurations and Test Details 8 Bytecode Caching 12 Improving Drupal Code with Partial Caching 13 Full
A Close Look at Drupal 7
smart. uncommon. ideas. A Close Look at Drupal 7 Is it good for your bottom line? {WEB} MEADIGITAL.COM {TWITTER} @MEADIGITAL {BLOG} MEADIGITAL.COM/CLICKOSITY {EMAIL} [email protected] Table of Contents
Content Management Software Drupal : Open Source Software to create library website
Content Management Software Drupal : Open Source Software to create library website S.Satish, Asst Library & Information Officer National Institute of Epidemiology (ICMR) R-127, Third Avenue, Tamil Nadu
Things Made Easy: One Click CMS Integration with Solr & Drupal
May 10, 2012 Things Made Easy: One Click CMS Integration with Solr & Drupal Peter M. Wolanin, Ph.D. Momentum Specialist (principal engineer), Acquia, Inc. Drupal contributor drupal.org/user/49851 co-maintainer
OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY. Librarian. Kendriya Vidyalaya Tinsukia. West Bengal, India
OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY Deep Kr. Kirtania Library Trainee Administrative Training Institute, Kolkata, West Bengal, India Mithun Sarkar Librarian Kendriya
ANNEX B TERMS OF REFERENCE. Assignment Name: IT service provider/partner for iknow politics website Our ref no: 258-11/23
INTERNATIONAL INSTITUTE FOR DEMOCRACY AND ELECTORAL ASSISTANCE ANNEX B TERMS OF REFERENCE Assignment Name: IT service provider/partner for iknow politics website Our ref no: 258-11/23 1. Background The
Proposal for the redesign of the isgtw Web site with a custom Drupal implementation
Proposal for the redesign of the isgtw Web site with a custom Drupal implementation September 1, 2009 Presented to: isgtw Board Prepared by: Kevin Munday Xeno Media, Inc. 18 W 100 22 nd Street, Suite 128
Standards, Tools and Web 2.0
Standards, Tools and Web 2.0 Web Programming Uta Priss ZELL, Ostfalia University 2013 Web Programming Standards and Tools Slide 1/31 Outline Guidelines and Tests Logfile analysis W3C Standards Tools Web
TERMS OF REFERENCE. Revamping of GSS Website. GSS Information Technology Directorate Application and Database Section
TERMS OF REFERENCE Revamping of GSS Website GSS Information Technology Directorate Application and Database Section Tel: Accra 0302 682656 Cables: GHANASTATS In case of reply the number and date of this
Absolute Beginner s Guide to Drupal
Absolute Beginner s Guide to Drupal 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay 1. Introduction 2. Install 3. Create 4. Extend 5. Design 6. Practice The OSWay Drupal
Using your Drupal Website Book 1 - Drupal Basics
Book 1 - Drupal Basics By Karl Binder, The Adhere Creative Ltd. 2010. This handbook was written by Karl Binder from The Adhere Creative Ltd as a beginners user guide to using a Drupal built website. It
13 RDFS and SPARQL. Internet Technology. MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication.
MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 13 RDFS and SPARQL 2 RDF - Summary Main characteristics of RDF: Abstract syntax based
Software Development & Education Center PHP 5
Software Development & Education Center PHP 5 (ADVANCE) Detailed Curriculum Advance PHP JQuery Basics Of JQuery Including the JQuery Library Code in an HTML Page JQuery Utilities Faster, Simpler, More
SHOE X Website - A Drupal Based E-Commerce Marketplace
SHOE X Website - A Drupal Based E-Commerce Marketplace www.appnovation.com SHOE X Website - A Drupal Based E-Commerce Marketplace Contents 1.0 Background P. 3 2.0 Project Overview P. 4 3.0 Goals & Requirements
Open Source Content Management System for content development: a comparative study
Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela [email protected] Designing dynamic and
How We Did It. Unique data model abstraction layer to integrate, but de-couple EHR data from patient website design.
EHR Accessibility The Big Idea: Provide a standardized and improved user experience for ALL disabled and abled patients while interacting with their providers Electronic Health Records System (EHR). The
VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance
VIVO Dashboard A Drupal-based tool for harvesting and executing sophisticated queries against data from a VIVO instance! Paul Albert, Miles Worthington and Don Carpenter Chapter I: The Problem Administrators
Drupal 6 to Drupal 7 Migration Worksheet
Drupal 6 to Drupal 7 Migration Worksheet Rationale for This Document An upgrade of a Drupal 6 website is a complex proposition. As a general rule of thumb, many professional Drupal development teams approach
Build it with Drupal 8
Build it with Drupal 8 Comprehensive guide for building common websites in Drupal 8. No programming knowledge required! Antonio Torres This book is for sale at http://leanpub.com/drupal-8-book This version
Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies
Semantic Data Management Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies 1 Enterprise Information Challenge Source: Oracle customer 2 Vision of Semantically Linked Data The Network of Collaborative
Content Management Systems: Drupal Vs Jahia
Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. [email protected] Abstract Content Management Systems
Drupal: The Open Source Content Management System Software Suit For Library With Library 2.0 Features
7 th International CALIBER 2009 Drupal: The Open Source Content Management System... Drupal: The Open Source Content Management System Software Suit For Library With Library 2.0 Features M R Rawtani S
Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo
DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF
uilding a Branch Website using Wordpress
Building a branch website using WordPress Building uilding a Branch Website using Wordpress WordPress is a Free and Open Source (FOSS) Content Management System (CMS). It allows you to build websites without
Content Manager User Guide Information Technology Web Services
Content Manager User Guide Information Technology Web Services The login information in this guide is for training purposes only in a test environment. The login information will change and be redistributed
Towards the Integration of a Research Group Website into the Web of Data
Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades
Choosing a Content Management System (CMS)
Choosing a Content Management System (CMS) Document Version Revision History Date Document Version Description Created By: 10/Oct/2013 First draft Laraib Saad Table of Contents 1. Introduction
Network Graph Databases, RDF, SPARQL, and SNA
Network Graph Databases, RDF, SPARQL, and SNA NoCOUG Summer Conference August 16 2012 at Chevron in San Ramon, CA David Abercrombie Data Analytics Engineer, Tapjoy [email protected] About me
Content Management Systems versus Flat Files Open Source versus Closed Selecting a Content Management System Drupal A Note about Drupal Versions
1 INTRODUCTION Content Management Systems versus Flat Files Open Source versus Closed Selecting a Content Management System Drupal A Note about Drupal Versions Drupal is a powerful tool for managing web
Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing
Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About
Semantic SharePoint. Technical Briefing. Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company
Semantic SharePoint Technical Briefing Helmut Nagy, Semantic Web Company Andreas Blumauer, Semantic Web Company What is Semantic SP? a joint venture between iquest and Semantic Web Company, initiated in
Produce and Consume Linked Data with Drupal!
Produce and Consume Linked Data with Drupal! Stéphane Corlosquet 1,2, Renaud Delbru 1, Tim Clark 2,3, Axel Polleres 1, and Stefan Decker 1 1 Digital Enterprise Research Institute, National University of
Bring your intranet to the IBM i With Drupal and Zend Server
Bring your intranet to the IBM i With Drupal and Zend Server Mike Pavlak Solution Consultant [email protected] Insert->Header 1 & Footer Audience Manager looking for Intranet/place to put stuff Developers
The truth about Drupal
The truth about Drupal Why Drupal is great Large community of 3rd party developer Quality control over contributed code Most of the indispensable contributed modules are maintained by solid development
Web Editor Job Description
Web Editor Job Description The Web Editor posts website content, provides website development (Drupal 6 & 7 software), posts social media content, and provides desktop support services for the American
Online Marketing Module COMP. Certified Online Marketing Professional. v2.0
= Online Marketing Module COMP Certified Online Marketing Professional v2.0 Part 1 - Introduction to Online Marketing - Basic Description of SEO, SMM, PPC & Email Marketing - Search Engine Basics o Major
The Drupal Decision. Stephen Sanzo Director of Marketing and Business Development Isovera [email protected]. www.isovera.com
The Drupal Decision Stephen Sanzo Director of Marketing and Business Development Isovera [email protected] Agenda Open Source The Big Three Why Drupal? Overview Features Examples Under the Hood Questions
Portal Version 1 - User Manual
Portal Version 1 - User Manual V1.0 March 2016 Portal Version 1 User Manual V1.0 07. March 2016 Table of Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Reference Documents... 4 1.3 Terminology...
Communication Software Laboratory Academic Year 2007-2008. E-learning Platforms. Moodle and Dokeos.
Communication Software Laboratory Academic Year 2007-2008 E-learning Platforms. Moodle and Dokeos. Group 95 Homero Canales Guenaneche 100031592 Fernando García Radigales 100039032 Index 1. Introduction...
DRUPAL: DEVELOPING LIBRARY PORTAL USING OPEN SOURCE CONTENT MANAGEMENT SYSTEM
DRUPAL: DEVELOPING LIBRARY PORTAL USING OPEN SOURCE CONTENT MANAGEMENT SYSTEM Dr. Avineni Kishore* O. Seshaiah** ---------------------------------------------------------------------------------------------------------------------
I have experience in building large Community websites, Business websites, Products and Services websites and E-commerce websites using Drupal.
Email: [email protected] Skype: compujohnny http://www.jesox.com https://www.drupal.org/u/compujohnny Dear Employer, I am a Professional Web developer having over 7 years experience in creating business
Case Studies PHP 2015
Case Studies PHP 2015 PHP TECHNOLOGIES PHP is a well known programming language which is used for web to develop dynamic web pages. Most web developers today use PHP coding and this language has been in
Proposal for Website Design and Development Services: Digital Library Federation
Proposal for Website Design and Development Services: Digital Library Federation Overview The Digital Library Federation (DLF) is an association of libraries and institutions whose mission is to develop
How To Make Sense Of Data With Altilia
HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to
Case Study. Data Governance Portal. www.brainvire.com 2013 Brainvire Infotech Pvt Ltd Page 1 of 1
Case Study Data Governance Portal www.brainvire.com 2013 Brainvire Infotech Pvt Ltd Page 1 of 1 Client Requirement The website is the Data Governance intranet portal. Data Governance is the practice of
ARC: appmosphere RDF Classes for PHP Developers
ARC: appmosphere RDF Classes for PHP Developers Benjamin Nowack appmosphere web applications, Kruppstr. 100, 45145 Essen, Germany [email protected] Abstract. ARC is an open source collection of lightweight
UW- Madison Department of Chemistry Intro to Drupal for Chemistry Site Editors
UW- Madison Department of Chemistry Intro to Drupal for Chemistry Site Editors Who to Contact for Help Contact Libby Dowdall ([email protected] / 608.265.9814) for additional training or with questions
excellent graph matching capabilities with global graph analytic operations, via an interface that researchers can use to plug in their own
Steve Reinhardt 2 The urika developers are extending SPARQL s excellent graph matching capabilities with global graph analytic operations, via an interface that researchers can use to plug in their own
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint
Linked Data Interface, Semantics and a T-Box Triple Store for Microsoft SharePoint Christian Fillies 1 and Frauke Weichhardt 1 1 Semtation GmbH, Geschw.-Scholl-Str. 38, 14771 Potsdam, Germany {cfillies,
Publishing Linked Data Requires More than Just Using a Tool
Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,
Drupal Website Design Curriculum
Drupal Website Design Curriculum Curriculum Materials The STEM Fuse Drupal Website Design Curriculum is an 18 week website design curriculum developed for high school level (grade 9 12) students. The curriculum
12 The Semantic Web and RDF
MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael
BUILDING WEB JOURNAL DIRECTORY AND ITS ARTICLES WITH DRUPAL
BUILDING WEB JOURNAL DIRECTORY AND ITS ARTICLES WITH DRUPAL Suwanto Raharjo Institute Science & Technology AKPRIND, Yogyakarta, Indonesia email: [email protected] Abstract The rapid growths of web based
Selecting a Taxonomy Management Tool. Wendi Pohs InfoClear Consulting #SLATaxo
Selecting a Taxonomy Management Tool Wendi Pohs InfoClear Consulting #SLATaxo InfoClear Consulting What do we do? Content Analytics Strategy and Implementation, including: Taxonomy/Ontology development
Drupal 8 UNWRAPPED WWW.ONE-AGENCY.BE. Copyright 2015, ONE Agency België
Drupal 8 UNWRAPPED WWW.ONE-AGENCY.BE Copyright 2015, ONE Agency België This year, in all probability, the Drupal community will be making the move from the current Drupal 7 to the new Drupal 8. One of
How to Install and Setting Up Drupal
Drupal 101 Introduction to Drupal September 12, 2014 nerdsummit.org Rick Hood [email protected] [email protected] [email protected] www.drupal.org/user/54879 2011 - present
Terms of Reference for Design, Development and Maintenance of Intranet for UN in India
I. Organizational Context Terms of Reference for Design, Development and Maintenance of Intranet for UN in India (Closing date for Proposal Submission: 18 th December, 2012, 17:30 hrs, IST) As many as
Ampersand and the Semantic Web
Ampersand and the Semantic Web The Ampersand Conference 2015 Lloyd Rutledge The Semantic Web Billions and billions of data units Triples (subject-predicate-object) of URI s Your data readily integrated
Building Library Website using Drupal
Building Library Website using Drupal Building the Library Web Site "The Web is quickly becoming the world's fastest growing repository of data." [Tim Berners-Lee, W3C director and creator of the World
Beyond The Web Drupal Meets The Desktop (And Mobile) Justin Miller Code Sorcery Workshop, LLC http://codesorcery.net/dcdc
Beyond The Web Drupal Meets The Desktop (And Mobile) Justin Miller Code Sorcery Workshop, LLC http://codesorcery.net/dcdc Introduction Personal introduction Format & conventions for this talk Assume familiarity
Peer 1 Hosting Multisite
Peer 1 Hosting Multisite www.appnovation.com Peer 1 Hosting Multisite Contents 1.0 Project Overview P. 3 2.0 Project Information P. 4 3.0 Site Functionalities P. 5 4.0 Modules P. 7 P.2 1.0 Project Overview
