This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
import os | |
import requests | |
from datetime import datetime | |
import argparse | |
import json | |
import glob | |
# Constants | |
API_URL = "http://localhost:4212/index/images/batch" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT DATA { | |
GRAPH <http://www.researchspace.org/resource/vocab/nationality> { | |
<http://www.researchspace.org/resource/vocab/nationality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.cidoc-crm.org/cidoc-crm/E32_Authority_Document> . | |
<http://www.researchspace.org/resource/vocab/nationality> <http://www.cidoc-crm.org/cidoc-crm/P67_refers_to> <http://www.researchspace.org/resource/system/resource_configurations_container/data/Group> . | |
<http://www.researchspace.org/resource/vocab/nationality> <http://www.cidoc-crm.org/cidoc-crm/P129i_is_subject_of> <http://www.researchspace.org/resource/vocab/nationality/entity_form_record> . | |
<http://www.researchspace.org/resource/vocab/nationality> <http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by> <http://www.researchspace.org/resource/vocab/nationality/primary_appellation> . | |
<http://www.researchspace.org/resource/vocab/nationality/primary_appellation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.cidoc-crm.org/cidoc-crm/E41_Appellation> . |

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <reference path="a.ts" /> | |
/// <reference path="b.ts" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix : <http://example.com/test/> . | |
@prefix test: <http://example.com/test/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix qudt: <http://qudt.org/schema/qudt#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://example.com/test/> | |
rdf:type owl:Ontology . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix : <http://example.com/myFoaf/> . | |
@prefix myFoaf: <http://example.com/myFoaf/> . | |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://example.com/myFoaf/> | |
rdf:type owl:Ontology . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix : <http://example.com/myFoaf/> . | |
@prefix myFoaf: <http://example.com/myFoaf/> . | |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<http://example.com/myFoaf/> | |
rdf:type owl:Ontology . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# As you can see, bigdata is nearly in full-feature mode by default. | |
# All we do here is turn on the provenance mode. | |
# The name of the backing file. CHANGE ME | |
com.bigdata.journal.AbstractJournal.file=/home/artem/bigdata/bigdata.jnl | |
com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms | |
com.bigdata.rdf.store.AbstractTripleStore.statementIdentifiers=false | |
com.bigdata.rdf.store.AbstractTripleStore.textIndex=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.util.concurrent.ExecutionException: java.lang.Exception: org.openrdf.query.QueryEvaluationException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.Exception: task=ChunkTask{query=adb2c5e3-284c-4fc2-a5f4-d345cf1d831c,bopId=56,partitionId=-1,sinkId=59,altSinkId=null}, cause=java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: Halting join: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.OutOfMemoryError: unable to create new native thread | |
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) | |
at java.util.concurrent.FutureTask.get(FutureTask.java:111) | |
at com.bigdata.rdf.sail.webapp.QueryServlet.doQuery(QueryServlet.java:690) | |
at com.bigdata.rdf.sail.webapp.QueryServlet.doPost(QueryServlet.java:156) | |
at com.bigdata.rdf.sail.webapp.RESTServlet.doPost(RESTServlet.java:197) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.jav |