Skip to content

Instantly share code, notes, and snippets.

@paulwilton
paulwilton / gist:f7a207f48fed831fad42736b14245462
Last active October 7, 2016 07:33 — forked from chrishaff/gist:83b0a3b621c3301ecc32
Install Thumbor on Ubuntu 14.04 includes python-opencv for face/feature detection. Don't forget to enable the detectors https://github.com/thumbor/thumbor/wiki/Enabling-detectors.
# sudo su and run the following
sudo apt-get update && \
sudo apt-get -y upgrade && \
# install all dependencies
sudo apt-get -y install \
build-essential \
checkinstall \
gcc \
@paulwilton
paulwilton / dbpedia-3.9-stripped.owl
Last active August 29, 2015 14:05
A modified version of the DBpedia 3.9 ontology with predicate domains and (owl:ObjectProperty) ranges stripped. See my blog post : http://www.datalanguage.com/blog/2014/08/01/reasoning-with-dbpedia-39/
<rdf:RDF xml:base="http://dbpedia.org/ontology/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology rdf:about="">
<owl:versionInfo xml:lang="en">Version 3.9</owl:versionInfo>
<comment xml:lang="en">DBpedia 3.9 ontology stripped of all domains, and object property ranges</comment>
</owl:Ontology>
<owl:Class rdf:about="http://dbpedia.org/ontology/BasketballLeague">
<rdfs:label xml:lang="el">Ομοσπονδία Καλαθοσφαίρισης</rdfs:label>
@paulwilton
paulwilton / dbpedia-3.8-stripped.owl
Last active December 16, 2015 08:39
A modified version of the DBpedia 3.8 ontology with predicate domains and (owl:ObjectProperty) ranges stripped.See blog post : http://www.datalanguage.com/blog/2013/04/23/reasoning-with-dbpedia/
<rdf:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#"
xmlns:log="http://www.w3.org/2000/10/swap/log#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="urn:dbpedia.org:ontology">
<comment xml:lang="en">DBpedia 3.8 ontology stripped of all domains, and object property ranges</comment>
<owl:versionInfo xml:lang="en">Version 3.8</owl:versionInfo>
</owl:Ontology>