]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FSemanticRelations
See Also
[SourceForge/phpwiki.git] / pgsrc / Help%2FSemanticRelations
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FSemanticRelations;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The PhpWiki:SemanticWeb implementation follows closely the
12 implementation of the semantic mediawiki extension. It features:
13
14 * Annotation of article-article-links by means of configurable relations (link-types).
15 * Annotation of articles with simple data-values that are assigned to numeric
16   attributes.
17 * Support for using physical units of measurement in all numerical attributes,
18   without need for prior configuration.
19
20 Relations can be searched for with regular expressions, attributes can be
21 searched for with full mathematical expressions.
22
23 The annotation data will be combined with annotations from the current
24 category system to generate standard-compliant OWL/RDF output, which
25 can be fully processed with tools that support OWL DL or OWL Lite,
26 but which can also be treated in a meaningful way by software that
27 supports RDF, RDFS or XML.
28
29 == Relations ==
30
31 Relations (link-types) are defined as link with the following syntax:
32 {{{
33   relation::pagename
34 }}}
35
36 == Attributes ==
37
38 Attributes are defined as link to numbers (understandable by
39 [GNU Units|http://www.gnu.org/software/units/units.html]) with
40 the following markup syntax:
41
42 {{{
43   attribute:=value
44 }}}
45
46 Attributes and relations refer only to the current page - the current
47 page is the subject, the relation the predicate, the linked page the
48 object in a RDF triple. Relations always refer to another page,
49 attributes not.
50
51 == Example ==
52
53 <em>Sample taken from http://wiki.ontoworld.org/index.php/San_Diego</em>
54
55 {{{
56 San Diego [is_a::city] located in the southwestern corner of
57 [California|located_in::California], the extreme southwestern corner
58 of the [United States|country::United States]. It is the county seat
59 of San Diego County. As of the 2000 census, the city had a total population of
60 [1,223,400|population:=1,223,400]; as of 2005, the California Department
61 of Finance estimated the city to have 1,305,736 residents. The city
62 is the second-largest in California and the seventh-largest in the
63 United States and is noted for its temperate climate and many beaches.
64
65 According to the United States Census Bureau, the city has a total
66 area of [963.6 km²|area:=963.6 km^2] (372.0 mi²). 840.0 km²
67 (324.3 mi²) of it is land and 123.5 km² (47.7 mi²) of it is water.
68 The total area is 12.82% water.
69
70 Most notably, San Diego is the location of the 2005 International
71 Symposium on Wikis 2005, and the San Diego Zoo, and the San Diego
72 Chargers.
73
74 <<SemanticRelations>>
75 }}}
76
77 == See Also ==
78 * [[PhpWiki:SemanticWeb]]
79 * [[SemanticRelations]], [[ListRelations]], [[SemanticSearch]]
80 * [[Help:SemanticRelationsPlugin|SemanticRelationsPlugin]], [[Help:SemanticSearchPlugin|SemanticSearchPlugin]]
81 * [[PhpWiki:ImportRdf]], [[PhpWiki:ImportRdfs]], [[PhpWiki:ImportOwl]]
82 * [[PhpWiki:ExportRdf]], [[PhpWiki:ExportRdfs]], [[PhpWiki:ExportOwl]]
83
84 <noinclude>
85 ----
86 [[PhpWikiDocumentation]]
87 </noinclude>