MyWikiBiz, Author Your Legacy — Friday November 22, 2024
Jump to navigationJump to search
1,851 bytes added
, 14:16, 19 January 2007
Line 10: |
Line 10: |
| __TOC__ | | __TOC__ |
| | | |
− | ==Introduction== | + | == Question == |
| + | Still not understanding how to create semantic tags outside of an info |
| + | box. --[[User:OmniMediaGroup|OmniMediaGroup]] 10:29, 9 January 2007 (PST) |
| + | |
| + | ===Quick answer=== |
| + | :Just type <pre>[[city:=San Francisco]]</pre> to create the attribute [[city:=San Francisco]] or <pre>[[Personal Interest::Skiing]]</pre> to get the relation [[Personal Interest::Skiing]]. |
| + | |
| + | As an added plus, you can add more information to attributes so that they record not only the actual value, but wikilink back to a main or directory page. Example: |
| + | |
| + | <pre>[[city:=San Francisco|[[Directory:San Francisco|The City]]]]</pre> |
| + | |
| + | produces [[city:=San Francisco|[[Directory:San Francisco|The City]]]]. |
| + | |
| + | Notice how traditional wikilink pipes work as usual? For more information, you can check [[Centiare:semantic tagging|this page]] as well. [[User:Centiare|Centiare]] 10:49, 9 January 2007 (PST) |
| + | |
| + | ===Another Answer=== |
| + | :You can just "do" them, within the text, inline. For example, if I were to mention [[Directory:Van Doren Oil|Van Doren Oil]], I could also just as easily mention [[Legal_Name:=Van Doren Oil Company|[[Directory:Van Doren Oil|Van Doren Oil Legal Semantics]]]] and sneakily squeeze in a Legal_Name attribute, or mention [[Web:=www.vandorenoil.com|[[Directory:Van Doren Oil|Van Doren Oil Website Semantics]]]] and sneak in a Web attribute. |
| + | |
| + | :Or, you can just create a sematic "field" in an out-of-the-way place at the end of the article, like this: |
| + | |
| + | ===Summary=== |
| + | *Year started -- [[Year_Started:=1939|[[1939]]]] |
| + | *Primary NAICS code -- [[NAICS_Code1:=45431]] |
| + | |
| + | Either way, it should automatically create the RDF "lookup table" at the bottom of your page (it's not doing it here, I guess, because they are set not to render on Discussion pages?), and that's (I think) what starts the Google SEO algorithm a-buzzing. --[[User:MyWikiBiz|MyWikiBiz]] 10:57, 9 January 2007 (PST) |