Skip to content

Instantly share code, notes, and snippets.

@jermnelson
Created November 30, 2017 21:15
Show Gist options
  • Save jermnelson/50ce8a32eb426fbce16c8e607172eace to your computer and use it in GitHub Desktop.
Save jermnelson/50ce8a32eb426fbce16c8e607172eace to your computer and use it in GitHub Desktop.
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix cc_scholar: <https://www.coloradocollege.edu/ns/scholar/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://catalog.coloradocollege.edu/8adbad68-d611-11e7-bb49-005056c00008> a cc_scholar:Research ;
rdfs:label "Jeremy Nelson's Research Interests"@en ;
bf:subject [ a bf:Topic ;
rdfs:label "Graph Theory Applications"@en ;
bf:source [ a bf:Source ;
rdfs:label "Mathematics Subject Classification 2010"@en ] ;
schema:url <http://msc2010.org/msc2007/05Cxx.html> ;
rdf:value "05C90" ],
<http://id.loc.gov/authorities/subjects/sh85038262>,
<http://id.worldcat.org/fast/894572> ;
schema:description "Jeremy Nelson's current research interests are in developing library and institutional RDF linked-data knowledge graphs and applications."@en .
<http://id.loc.gov/authorities/subjects/sh85038262> a bf:Topic ;
rdfs:label "Directed graphs"@en .
<http://id.worldcat.org/fast/894572> a bf:Topic ;
rdfs:label "Directed graphs--Data processing"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment