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