]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FSemanticRelations
please block formatting
[SourceForge/phpwiki.git] / pgsrc / Help%2FSemanticRelations
1 Date: Tue, 22 May 2007 16:04:08 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13)
3 X-Rcs-Id: $Id: Help%2FSemanticRelations,v 1.4 2007-06-02 20:56:20 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FSemanticRelations;
6   pgsrc_version="2 $Revision: 1.4 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 The PhpWiki:SemanticWeb implementation follows closely the [semediawiki
13 | http://ontoworld.org/wiki/Semantic_MediaWiki] implementation. It features:
14
15 * Annotation of article-article-links by means of configurable relations (link-types).
16 * Annotation of articles with simple data-values that are assigned to configurable attributes.
17 * Support for using physical units of measurement in all numerical attributes, without need 
18   for prior configuration.
19
20 The annotation data will be combined with annotations from the current
21 category system to generate standard-compliant OWL/RDF output, which
22 can be fully processed with tools that support OWL DL or OWL Lite, but
23 which can also be treated in a meaningful way by software that
24 supports RDF, RDFS or XML.
25
26 ! Relations
27
28 Relations (link-types) are defined as link with the following markup
29 syntax:
30 <verbatim>
31   relation::pagename
32 </verbatim>
33
34 ! Attributes
35
36 Attributes are defined as link with the following markup syntax:
37
38 <verbatim>
39   attribute:=value
40 </verbatim>
41
42 Attributes and relations refer only to the current page - the
43 current page is the subject, the relation the predicate, the linked page the
44 object in a RDF triple. Relations always refer to another page - they
45 must not exist. Attributes not, since they are numeric only.
46
47 With the SemanticSearch feature you can query online simple and
48 complex facts.
49
50 You can import and export _lists of facts or queries_, as format rdf,
51 rdfs, owl.
52
53 ! Example
54
55 <em>Sample taken from http://ontoworld.org/wiki/San_Diego, see also
56 [San Diego] </em>
57
58 <verbatim>
59 San Diego [is_a::city] located in the southwestern corner of
60 [California|located_in::California], the extreme southwestern corner of the
61 [United States|country::United States]. It is the county seat of San Diego
62 County. As of the 2000 census, the city had a total population of
63 [1,223,400|population:=1,223,400]; as of 2005, the California Department of
64 Finance estimated the city to have 1,305,736 residents. The city is the
65 second-largest in California and the seventh-largest in the United States and is
66 noted for its temperate climate and many beaches.
67
68 According to the United States Census Bureau, the city has a total
69 area of [963.6 km²|area:=963.6 km^2] (372.0 mi²). 840.0 km² (324.3
70 mi²) of it is land and 123.5 km² (47.7 mi²) of it is water.
71 The total area is 12.82% water.
72
73 Most notably, San Diego is the location of the 2005 International
74 Symposium on Wikis 2005, and the San Diego Zoo, and the San Diego
75 Chargers.
76
77 <?plugin SemanticRelations ?>
78 </verbatim>
79
80 ! See Also
81
82 See PhpWiki:SemanticWeb, 
83 SemanticRelations, ListRelations, SemanticSearch, SemanticSearchAdvanced,
84 Help:SemanticRelationsPlugin, Help:SemanticSearchPlugin, 
85 PhpWiki:RdfImport, PhpWiki:OwlImport, PhpWiki::RdfExport, PhpWiki::RdfsExport, PhpWiki::OwlExport
86
87 -------------
88
89 PhpWikiDocumentation