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