Version 8 (modified by RutgerVos, 14 years ago)

--

Implementation Bootcamp

Implementation tips and tricks / FAQ

Here we collect useful tips and tricks so that we don't all have to reinvent the wheel. Please add any answers and/or questions!

I have to build a triplestore, what tool should I use under what circumstances?

Francois Belleau seems to prefer virtuoso, though he assures us he has no commercial interest in them :)

I have an analysis tool, how do I expose it as a semantic web resource?

I have to build an OWL model of my data - how do I go about doing this?

When someone calls GET on my URLs, what should I return in order to be semantic webby?

What are the similarities and differences between the various shared names proposals?

What XSL processor to use, should you want to convert legacy xml to rdf?

@yokofakun just tweeted using xsltproc for this, but it doesn't seem to be happy about xsl 2.0 features, so @rvosa is using net.sf.saxon.Transform instead.

What to do with RDFa metadata?

RDFa embedded inside HTML or XML can be turned into proper RDF/XML triples using this xsl stylesheet:  http://nexml-dev.nescent.org/nexml/xslt/RDFa2RDFXML.xsl