mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
10 lines
291 B
Turtle
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" .
|