@prefix geo:    <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix schema: <http://schema.org/> .
@prefix time:   <http://www.w3.org/2006/time#> .
@prefix ui:     <http://www.w3.org/ns/ui#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix :       <#> .

<> a wd:Q1193846 ;
   foaf:primaryTopic <#Settings> .

<#Settings>
  geo:lat 45.52 ;
  geo:long -122.68 ;
  schema:addressLocality "Portland, OR" ;
  ui:temperatureUnit ui:Celsius, ui:Fahrenheit ;
  time:hours 12 .
