mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
10 lines
350 B
Turtle
10 lines
350 B
Turtle
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
|
@prefix ex: <http://example.org/stuff/1.0/> .
|
|
|
|
<http://www.w3.org/TR/rdf-syntax-grammar>
|
|
dc:title "RDF/XML Syntax Specification (Revised)" ;
|
|
ex:editor [
|
|
ex:fullname "Dave Beckett";
|
|
ex:homePage <http://purl.org/net/dajobe/>
|
|
] . |