Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created February 12, 2017 15:55
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/30a2720448276950ad106bbe3298963e to your computer and use it in GitHub Desktop.
Save baskaufs/30a2720448276950ad106bbe3298963e to your computer and use it in GitHub Desktop.
named 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/Baitaisi>
rdfs:label "Baitaisi"@zh-latn-pinyin;
a geo:SpatialThing.
<http://lod.vanderbilt.edu/historyart/site/Baitaisi#Shijiadian>
rdfs:label "Shijiadian"@zh-latn-pinyin;
schema:containedInPlace <http://lod.vanderbilt.edu/historyart/site/Baitaisi>;
a schema:LandmarksOrHistoricalBuildings.
<http://lod.vanderbilt.edu/historyart/site/Baitaisi#Sandifacangdian>
rdfs:label "Sandi facangdian"@zh-latn-pinyin;
schema:containedInPlace <http://lod.vanderbilt.edu/historyart/site/Baitaisi>;
a schema:LandmarksOrHistoricalBuildings.
<http://lod.vanderbilt.edu/historyart/site/Baitaisi#Houdadian>
rdfs:label "Houdadian"@zh-latn-pinyin;
schema:containedInPlace <http://lod.vanderbilt.edu/historyart/site/Baitaisi>;
a schema:LandmarksOrHistoricalBuildings.
<http://lod.vanderbilt.edu/historyart/site/Baitaisi.ttl>
dc:format "text/turtle";
dcterms:creator <http://arthistory.edu>;
dcterms:references <http://lod.vanderbilt.edu/historyart/site/Baitaisi>;
a foaf:Document.
<http://arthistory.edu>
rdfs:label "Vanderbilt Department of History of Art";
a foaf:Agent, schema:Organization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment