# A few prefix declaration that enable us create records (triples or 3-tuples) using shorthand oriented compact URIs @prefix owl: . @prefix foaf: . @prefix rdfs: . @prefix wdrs: . @prefix opl: . @prefix cert: . @prefix : <#> . # Information about the document (resource) that delivers this content. Basically, <> denotes (names) this document (resource) which is the conduit to the content that follows <> a foaf:Document . <> rdfs:label "A Simple Linked Data Meshup" . <> rdfs:comment "Simple Turtle File That Meshes / Smushes data from various data sources " . <> rdfs:seeAlso . <> foaf:maker :this . # Using topic relationships as gateway to additional data sources via their Linked Data URIs # Commented out since it doesn't resolve at this point in time: #<> foaf:topic . <> foaf:topic . <> foaf:topic . <> foaf:topic . <> foaf:topic . # Some Attribution oriented data :this a foaf:Person . :this owl:sameAs . :this wdrs:describedby <> . wdrs:describedby . # This relationship (equivalence by URI based name) brings in additional information from LinkedIn (Employees and Job Postings), Yago, and DBpedia # Commented out until URI resolves # owl:sameAs . owl:sameAs . owl:sameAs . owl:sameAs .