Research-Stack/2-Search-Space/tardygrada/tests/test_ontology.ttl

10 lines
291 B
Turtle

@prefix : <http://example.org/> .
@prefix schema: <http://schema.org/> .
:DoctorWho a schema:TVSeries ;
schema:locationCreated :BBCTelevisionCentre ;
schema:dateCreated "1963" ;
schema:creator :SydneyNewman .
:BBCTelevisionCentre a schema:Place ;
schema:address "London" .