Turtle
Example
@prefix schema: <https://schema.org/> .
_:b0 a schema:WebSite ;
schema:name "Named Graph" ;
schema:url <https://www.namedgraph.com/> .References
- Specifications: RDF 1.1 Turtle
- Media Type:
text/turtle - File Name:
*.ttl
@prefix schema: <https://schema.org/> .
_:b0 a schema:WebSite ;
schema:name "Named Graph" ;
schema:url <https://www.namedgraph.com/> .text/turtle*.ttl