myexperiment-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Myexperiment-discuss] RDF schema or structure for myexperiment?


From: Duncan Hull
Subject: [Myexperiment-discuss] RDF schema or structure for myexperiment?
Date: Wed, 10 Jun 2009 08:36:08 +0100

Buon giorno from NETTAB in sunny Sicily

Showing myIgnorance here but:

Just wondering if there is a schema of some kind for describing RDF triples, for example in:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX myexp: <http://rdf.myexperiment.org/ontology#>
PREFIX sioc: <http://rdfs.org/sioc/ns#>
select ?friend1 ?friend2 ?acceptedat where {?z rdf:type
<http://rdf.myexperiment.org/ontology#Friendship> . ?z myexp:has- requester
?x .
?x sioc:name ?friend1 . ?z myexp:has-accepter ?y . ?y sioc:name ? friend2 .
?z myexp:accepted-at ?acceptedat }

If there is, can somebody point me to it?

Ciao

Duncan

---
http://duncan.hull.name





reply via email to

[Prev in Thread] Current Thread [Next in Thread]