@prefix ex: <http://askco.re/examples#>
@prefix ssn: <http://www.w3.org/ns/ssn/>

ex:03643194-0cbe-4701-89e5-8dd1f758e09e a ex:table;
       ex:location [ ex:x 10.0; ex:y 12.0 ] ;
       ssn:hasProperty [
        a ssn:Property, ex:color ;
        ssn:hasValue ex:brown
        ] ;
       ssn:hasProperty [
        a ssn:Property, ex:material ;
        ssn:hasValue ex:steel
        ]
        .