rdf-ex/test/data/vocab_ns_example.ttl

7 lines
210 B
Turtle
Raw Normal View History

@prefix : <http://example.com/from_turtle/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:foo a rdf:Property .
:Bar a rdfs:Resource .