[Fencommits] fenfire-hs: correct the sioc vocabulary in irc2rdf

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Tue Mar 13 17:41:06 EET 2007


Tue Mar 13 16:19:23 EET 2007  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * correct the sioc vocabulary in irc2rdf
diff -rN -u old-fenfire-hs/Fenfire/Irc2RDF.hs new-fenfire-hs/Fenfire/Irc2RDF.hs
--- old-fenfire-hs/Fenfire/Irc2RDF.hs	2007-03-13 17:41:06.000000000 +0200
+++ new-fenfire-hs/Fenfire/Irc2RDF.hs	2007-03-13 17:41:06.000000000 +0200
@@ -134,9 +134,9 @@
           label = "http://www.w3.org/2000/01/rdf-schema#label"
           rdftype = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
           created = "http://purl.org/dc/terms/created"
-          isContainerOf = "http://rdfs.org/sioc/ns#is_container_of"
+          isContainerOf = "http://rdfs.org/sioc/ns#container_of"
           hasCreator = "http://rdfs.org/sioc/ns#has_creator"
-          hasContent = "http://rdfs.org/sioc/ns#has_content"
+          hasContent = "http://rdfs.org/sioc/ns#content"
           date = "http://www.w3.org/2001/XMLSchema#dateTime"
           forum = "http://rdfs.org/sioc/ns#Forum"
           post = "http://rdfs.org/sioc/ns#Post"




More information about the Fencommits mailing list