- From: Keith Alexander <keithalexander@keithalexander.co.uk>
- Date: Fri, 26 Jun 2009 09:37:46 +0100
- To: "Toby Inkster" <tai@g5n.co.uk>, "Bernhard Schandl" <bernhard.schandl@univie.ac.at>
- Cc: public-lod@w3.org, public-semweb-ui@w3.org
On Thu, 25 Jun 2009 12:16:36 +0100, Toby Inkster <tai@g5n.co.uk> wrote:
>
> What needs to be communicated is that:
>
> [ a foaf:Agent ] foaf:holdsAccount [ a foaf:OnlineAccount ] .
>
> instead. Those triples are not actually in the ontology itself, but will
> be found (or at least implied) in any instance data that makes use of
> the foaf:holdsAccount property.
I don't have anything to add about visualisation, but I've been
experimenting with linking a term I'm defining to an instance that uses it
like:
:killedByGorilla rdfs:label "Foo"@en ;
a rdf:Property ;
rdfs:range openvocab:KillerGorilla ;
rdfs:domain foaf:Agent ;
openvocab:exampleResource [
foaf:name "Mario" ;
a foaf:Person ;
:killedByGorilla [
foaf:name "Donkey Kong" ;
a openvocab:KillerGorilla
] .
] .
Received on Friday, 26 June 2009 08:44:07 UTC