Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Last active February 12, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/e171e2ed54b35fc5c86ca387b9b46ac8 to your computer and use it in GitHub Desktop.
Save baskaufs/e171e2ed54b35fc5c86ca387b9b46ac8 to your computer and use it in GitHub Desktop.
Unnamed graph used in blog examples
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix schema: <http://schema.org/>.
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>.
<http://lod.vanderbilt.edu/historyart/site/Anchansi>
rdfs:label "Anchansi"@zh-latn-pinyin;
a geo:SpatialThing.
<http://lod.vanderbilt.edu/historyart/site/Anchansi#Cangjingdian>
rdfs:label "Cangjingdian"@zh-latn-pinyin;
schema:containedInPlace <http://lod.vanderbilt.edu/historyart/site/Anchansi>;
a schema:LandmarksOrHistoricalBuildings.
<http://lod.vanderbilt.edu/historyart/site/Anchansi.ttl>
dc:format "text/turtle";
dcterms:creator <http://arthistory.edu>;
dcterms:references <http://lod.vanderbilt.edu/historyart/site/Anchansi>;
a foaf:Document.
<http://arthistory.edu>
rdfs:label "Vanderbilt Department of History of Art";
rdfs:label "Vanderbilt Art History Department";
a foaf:Agent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment