# code-block-pro/1.11.1/build/shiki/samples/turtle.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.11.1. 16 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.11.1/code/build/shiki/samples/turtle.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.11.1/raw/build/shiki/samples/turtle.sample
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.11.1/code/build/shiki/samples/turtle.sample#L10-L20`.

```
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

 <http://example.org/alice#me> a foaf:Person .
 <http://example.org/alice#me> foaf:name "Alice" .
 <http://example.org/alice#me> foaf:mbox <mailto:alice@example.org> .
 <http://example.org/alice#me> foaf:knows <http://example.org/bob#me> .
 <http://example.org/bob#me> foaf:knows <http://example.org/alice#me> .
 <http://example.org/bob#me> foaf:name "Bob" .
 <http://example.org/alice#me> foaf:knows <http://example.org/charlie#me> .
 <http://example.org/charlie#me> foaf:knows <http://example.org/alice#me> .
 <http://example.org/charlie#me> foaf:name "Charlie" .
 <http://example.org/alice#me> foaf:knows <http://example.org/snoopy> .
 <http://example.org/snoopy> foaf:name "Snoopy"@en .

# From https://www.w3.org/TR/sparql11-overview/#Example
```
