Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/#> .
@prefix schema: <http://schema.org/> .
@prefix vf: <https://w3id.org/valueflows/> .
# Classes
@pmackay
pmackay / 0_reuse_code.js
Created July 2, 2014 09:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@pmackay
pmackay / page.tpl.php
Last active August 29, 2015 14:03
Setting up a search API search bar in Kalatheme
<?php if ($search_form): ?>
<?php print $search_form; ?>
<?php endif; ?>