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