@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://shawfactor.com/?p=150423>
  a sioc:Post, sioct:BlogPost ;
  dc:title "Visualising RDF with Incontext" ;
  dcterms:identifier 150423 ;
  dc:modified "2021-07-16T17:05:28Z"^^xsd:dateTime ;
  dc:created "2012-05-21T01:16:19Z"^^xsd:dateTime ;
  sioc:link <https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/> ;
  sioc:has_creator <https://shawfactor.com/author/1/#account> ;
  sioc:has_container <https://shawfactor.com/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">Surfing around the internet I recently discovered <a href="https://www.surffoundation.nl/">SURF</a>&#8216;s <a href="https://github.com/mosart/rdf-InContext">InContext Visualiser</a>, which I think is a neat way to visualise of RDF relationships, especially OAI-ORE aggregated publications</p>



<p class="wp-block-paragraph">I also discovered that people have already created a set of WordPress plugins (see: <del>http://ep-books.ehumanities.nl/</del> ) to visualise books and other similar publications. However blogs do not fit into a book/chapter model.</p>



<p class="wp-block-paragraph">However given there is already a schema for publishing <a title="SIOC Project" href="http://sioc-project.org/">blog data</a> and my <a title="lh rdf" href="https://wordpress.org/plugins/lh-rdf/">lh-rdf</a> plugin already exposes most publicly available WordPress blog data as RDF using that format. It was an obvious next step to get the visualiser working with the LH RDF output. I have done so and hopefully you think the output is cool.</p>



<p class="wp-block-paragraph"><a href="https://shawfactor.com/visualiser-test/">https://shawfactor.com/visualiser-test/</a></p>
"""^^rdf:XMLLiteral ;
  sioc:content """
Surfing around the internet I recently discovered SURF&#8216;s InContext Visualiser, which I think is a neat way to visualise of RDF relationships, especially OAI-ORE aggregated publications



I also discovered that people have already created a set of WordPress plugins (see: http://ep-books.ehumanities.nl/ ) to visualise books and other similar publications. However blogs do not fit into a book/chapter model.



However given there is already a schema for publishing blog data and my lh-rdf plugin already exposes most publicly available WordPress blog data as RDF using that format. It was an obvious next step to get the visualiser working with the LH RDF output. I have done so and hopefully you think the output is cool.



https://shawfactor.com/visualiser-test/
""" ;
  foaf:depiction <https://shawfactor.com/wp-content/uploads/sites/60/2012/05/InContext_optelsomENG.jpg> ;
  sioc:topic <https://shawfactor.com/category/programming/>, <https://shawfactor.com/tag/wordpress/>, <https://shawfactor.com/tag/semantic/>, <https://shawfactor.com/tag/localhero/>, <https://shawfactor.com/tag/rdf/>, <https://shawfactor.com/tag/plugin/>, <https://shawfactor.com/lh_evergreen_content-taxonomy/no/>, <https://shawfactor.com/backlink_count/has-0-backlinks/>, <https://shawfactor.com/?taxonomy=author&term=cap-1> ;
  sioc:attachment <https://shawfactor.com/wp-content/uploads/sites/60/2012/05/InContext_optelsomENG.jpg> .

<https://shawfactor.com/author/1/#account> rdfs:seeAlso <https://shawfactor.com/author/1/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/wp-content/uploads/sites/60/2012/05/InContext_optelsomENG.jpg>
  a foaf:Image ;
  rdfs:seeAlso <https://shawfactor.com/2012/05/21/visualising-rdf-with-incontext/incontext_optelsomeng/?feed=lhrdf&format=turtle> .

<https://shawfactor.com/category/programming/> rdfs:seeAlso <https://shawfactor.com/category/programming/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/tag/wordpress/> rdfs:seeAlso <https://shawfactor.com/tag/wordpress/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/tag/semantic/> rdfs:seeAlso <https://shawfactor.com/tag/semantic/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/tag/localhero/> rdfs:seeAlso <https://shawfactor.com/tag/localhero/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/tag/rdf/> rdfs:seeAlso <https://shawfactor.com/tag/rdf/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/tag/plugin/> rdfs:seeAlso <https://shawfactor.com/tag/plugin/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/lh_evergreen_content-taxonomy/no/> rdfs:seeAlso <https://shawfactor.com/lh_evergreen_content-taxonomy/no/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/backlink_count/has-0-backlinks/> rdfs:seeAlso <https://shawfactor.com/backlink_count/has-0-backlinks/?feed=lhrdf&format=turtle> .
<https://shawfactor.com/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://shawfactor.com/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
