Skip to content

Instantly share code, notes, and snippets.

View suellenstringer-hye's full-sized avatar

Suellen Stringer-Hye suellenstringer-hye

  • Vanderbilt University Library
  • Nashville, TN
View GitHub Profile
= Network analysis with Neo4j
:neo4j-version: 2.1.0
:author: Suellen Stringer-Hye
:twitter: @suellenshye
:tags: domain:education, use-case:network analysis
# filename: ex196.rq
PREFIX cat: <http://dbpedia.org/resource/Category:>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX gp: <http://wifo5-04.informatik.uni-mannheim.de/gutendata/resource/people/>
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 d: <http://learningsparql.com/ns/data#>
= Network analysis with Neo4j
:neo4j-version: 2.1.0
:author: Suellen Stringer-Hye
:twitter: @suellenshye
:tags: domain:education, use-case:network analysis
<HTML>
<HEAD>
<TITLE>An interview with Azar Nafisi by Suellen Stringer-Hye</TITLE>
<META NAME="GENERATOR" CONTENT="User-Agent: Mozilla/3.0Gold (Macintosh;
I; PPC)">
<meta content="Nabokov, interview, Nafisi," name="keywords">
</HEAD>
<BODY BODY TEXT="#525255" BGCOLOR="#DDDEF7" LINK="#3D53B1" VLINK="#5468BF"
ALINK="#F05322">
LOAD CSV WITH HEADERS FROM "https://raw.githubusercontent.com/EdWarga/VUIR-Data-Project/master/Divinity/Author-node.csv" AS csvLine
CREATE (p:Person { id: csvLine.PersonID, name: csvLine.Character })
= Network analysis with Neo4j
:neo4j-version: 2.1.0
:author: Suellen Stringer-Hye
:twitter: @suellenshye
:tags: domain:education, use-case:network analysis
@suellenstringer-hye
suellenstringer-hye / VoID
Created January 29, 2016 20:21
VoID file
@prefix : <http://syriaca.org/terms> .
#we need to make the above namespace
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
:my-dataset a void:Dataset;
dcterms:title "The Syriac Gazetteer";
dcterms:publisher "Syriaca.org: The Syriac Reference Portal";
foaf:homepage <https://syriaca.org/>;
@suellenstringer-hye
suellenstringer-hye / gist:3515b57f3a77b4057732
Last active February 5, 2016 16:32 — forked from brownht1/gist:807d996c35de219a806d
Artists Books: mentor as a property
= Selection of Artists' Books from Vanderbilt University's Southern Presses
=== OUR DATASET
This collection is based on 240 of Vanderbilt University's artists' books published in the "South" (defined using the U.S. Census Bureau's definition). The gist is a part of a Vanderbilt University Dean Fellows project by Haley Brown.
[source, cypher]
----
CREATE
//People
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="robots" content="noindex,nofollow">
<title>Neo4j GraphGist</title>
<script type="text/javascript">
@suellenstringer-hye
suellenstringer-hye / ancientgods
Last active April 9, 2024 15:25
Ancient Gods
= Ancient Gods Geneaology
:neo4j-version: 2.1.0
:author: Suellen Stringer-Hye
:twitter: @suellenshye
:tags: domain:education, use-case:geneaology
== Class Assignment