- From: Toby A Inkster <tai@g5n.co.uk>
- Date: Mon, 8 Dec 2008 23:00:54 +0000
- To: Semantic Web <semantic-web@w3.org>
Does anyone know of such a thing? Basically I want something like:
:Point a rdfs:Class ;
rdfs:comment "A point in three dimentions"@en .
:x a rdfs:Property ;
rdfs:domain :Point ;
rdfs:range xsd:decimal .
:y a rdfs:Property ;
rdfs:domain :Point ;
rdfs:range xsd:decimal .
:z a rdfs:Property ;
rdfs:domain :Point ;
rdfs:range xsd:decimal ;
:plane a rdfs:Property ;
rdfs:domain :Point ;
rdfs:comment "The reference plane."@en .
Effectively something like <http://www.w3.org/2003/01/geo/> but
operating on arbitrary 3D reference planes instead of just WGS84.
--
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>
Received on Monday, 8 December 2008 23:01:33 UTC