Skip to content

Instantly share code, notes, and snippets.

(function(){
var base = "https://data.schemaapp.com/" + __schemaConfig.accountId + "/";
var url = __schemaConfig.strip_query ? btoa(unescape(window.location.href.replace(window.location.search, ""))).replace(/=/g, "") : btoa(unescape(window.location.href)).replace(/=/g, "");
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (xhr.readyState === 4 && xhr.status === 200) {
if (xhr.responseText !== "") {
var ld = document.createElement('script');
<?xml version="1.0"?>
<rdf:RDF xmlns="http://joelcummings.ca/epa_dco.owl#"
xml:base="http://joelcummings.ca/epa_dco.owl"
xmlns:ns5="http://joelcummings.ca/epa_dco.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ns2="http://purl.obolibrary.org/obo/bfo.owl#"