Help talk:RDF export
| |
Talk pages on this wiki should primarily be used to address possible mistakes as well as missing and superseded information in the documentation. |
|
[edit] Categories and rdf:type
Is there a way to alter the default assignment of rdf:type to pages of a category? I have pages which are Classes in the sense of rdf and therefore rdfs:SubClassOf would be more appropriate.
Is it possible to achieve this?
[edit] How convert the RDF export to N3 format ?
In the RDF, I can see the variables like &wiki;
<!DOCTYPE rdf:RDF[
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
<!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
<!ENTITY wiki 'http://www.toto.com/wiki/index.php/Sp%C3%A9cial:URIResolver/'>
<!ENTITY property 'http://www.toto.com/wiki/index.php/Sp%C3%A9cial:URIResolver/Attribut-3A'>
<!ENTITY wikiurl 'http://localhost/wiki/index.php/'>
]>
...
<swivt:Subject rdf:about="&wiki;Accueil">
<rdfs:label>Accueil</rdfs:label>
</swivt:Subject>
But I need of :
<http://www.toto.com/wiki/a#Accueil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#label> "Accueil".
How can I do that ? XSLT ? probably someone has already done ? Thanks,
[edit] Cool URIs for the Semantic Web
I read the very good document http://www.w3.org/TR/cooluris/#examples where it spoke of semantic mediawiki. There is someone who is building yet this solution ? in the roadmap ? ie :
http://ontoworld.org/data/Karlsruhe
Thanks --Karima Rafes 14:15, 17 July 2010 (UTC)