OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

humanmarkup-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: HM.interactions: initial questions


Just a couple of RDF tips...

> <daml:Class rdf:ID="pluto">

Use rdf:about rather than rdf:ID, because the code ports better (it doesn't
matter too much in this small example, but generally, people use rdf:ID too
much), and use capital letters to start any term other than a property
(e.g. a Class): rdf:about="http://example.org/#Pluto". Same with #Dog and
#Pet. I'm glad that your taking multiple sub classes to be intersections of
those classes (seems intuitive).

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://purl.org/net/sbp/> .



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC