RDF in Semantic Mediawiki

From artserver wiki
Revision as of 11:57, 30 April 2020 by Andre (talk | contribs)

Notes on importing ontologies to SMW

How to importing ontology?

The documentation on importing existing ontologies to SMW in its Manual Section Help:Import_vocabulary

MediaWiki:Smw_import

SMW manual mentions the following ontologies, some of which are already present in SMW instances, others which need to be create from the examples provided by the SMW manual:


MediaWiki:Smw_import_dcterm

at page MediaWiki:Smw_import_dcterm


Property pages

Create Property pages for each one of the ontology properties

Following the template: ...

Classes

Create category pages for the properties containing the Datatype Category

Containing the Property::value pair

[[Imported from::foaf:Person]]


Desambiguation

Classes in RDF and SMW

An RDF class is defined as the set of its instances. Consider the class of abstract ideas. Members – instances – of that set include love, honour, duty, pi, evolution, etc. This view of a class is a mathematical concept, so the set of abstract ideas is both an idea and quite abstract, so therefore is itself an instance, or member, of the class abstract ideas. More prosaically, if a class is a set of things, then RDFS classes both denote sets of things, and are themselves instances of the set of all classes, aka rdfs:Class.[1]

In SMW a class is page It is a thing.