|
|
(10 intermediate revisions by one other user not shown) |
Line 9: |
Line 9: |
| [[File:OWFspecStart.png|thumb|500px|right|Entering the FOAF ontology URI in the OWL Wiki Forms special page]] | | [[File:OWFspecStart.png|thumb|500px|right|Entering the FOAF ontology URI in the OWL Wiki Forms special page]] |
| | | |
− | After installing OWL, start a session by going to the '''Special:OWLwikiForms''' page on your wiki. In the field "URIs of ontologies to generate interface from", enter a list of URIs separated by commas. The the list is entered, click on "Generate". OWF will then generate an interface for the ontologies that the files at these URIs define. | + | After installing OWF, start a session by going to the '''Special:OWLwikiForms''' page on your wiki. In the field "URIs of ontologies to generate interface from", enter a list of URIs separated by commas. The the list is entered, click on "Generate". OWF will then generate an interface for the ontologies that the files at these URIs define. |
| <br clear=all> | | <br clear=all> |
| | | |
Line 18: |
Line 18: |
| After a click on the "Generate" button, the OWF special page shows a table of links to the category, informbox, form and property pages that OWF created for the interface. The user can click these links to look at the new pages, or to get started with annotating uses the forms created. The original URI entry field en "Generate" button remain at the bottom of this page to enable entering more ontology URIs to make more interface pages from. | | After a click on the "Generate" button, the OWF special page shows a table of links to the category, informbox, form and property pages that OWF created for the interface. The user can click these links to look at the new pages, or to get started with annotating uses the forms created. The original URI entry field en "Generate" button remain at the bottom of this page to enable entering more ontology URIs to make more interface pages from. |
| | | |
− | The generate default Fresnel code that applies to the class foaf:person is as follows: | + | The portion of the generated default Fresnel code for the FOAF ontology that applies to the class foaf:person is as follows: |
| | | |
| <pre> | | <pre> |
Line 41: |
Line 41: |
| | | |
| OWF creates form pages that used the Semantic Forms extension of Semantic Mediawiki. Each form conforms to a given class and lets the user enter values of properties with that class as their domain. A form field has autocompletion to pages of a given wiki category when the field corresponds with an object property whose range includes the ontology's class that corresponds with that category. In this figure, the "knows" field has autocompletion to wiki pages in the category Person. | | OWF creates form pages that used the Semantic Forms extension of Semantic Mediawiki. Each form conforms to a given class and lets the user enter values of properties with that class as their domain. A form field has autocompletion to pages of a given wiki category when the field corresponds with an object property whose range includes the ontology's class that corresponds with that category. In this figure, the "knows" field has autocompletion to wiki pages in the category Person. |
| + | |
| + | The informbox wiki page code that this example generates is: |
| + | |
| + | <pre> |
| + | {{Informbox Person |
| + | |familyName=Berners-Lee |
| + | |firstName=Tim |
| + | |img=http://upload.wikimedia.org/wikipedia/commons/8/83/Tim_Berners-Lee-Knight-crop.jpg |
| + | |knows=Conway Berners-Lee, Mary Lee Woods |
| + | }} |
| + | </pre> |
| <br clear=all> | | <br clear=all> |
| | | |
Line 65: |
Line 76: |
| :defaultLenshttpxmlnscomfoaf01Person | | :defaultLenshttpxmlnscomfoaf01Person |
| rdf:type fresnel:Lens ; | | rdf:type fresnel:Lens ; |
− | fresnel:hideProperties foaf:currentProject, foaf:family_name, foaf:geekcode, | + | fresnel:hideProperties foaf:currentProject , foaf:family_name , foaf:geekcode , |
− | foaf:lastName, foaf:myersBriggs, foaf:pastProject, | + | foaf:lastName , foaf:myersBriggs , foaf:pastProject , |
− | foaf:plan, foaf:publications, foaf:schoolHomepage, | + | foaf:plan , foaf:publications , foaf:schoolHomepage , |
− | foaf:surname, foaf:workInfoHomepage, foaf:workplaceHomepage . | + | foaf:surname , foaf:workInfoHomepage , foaf:workplaceHomepage . |
| </pre> | | </pre> |
| <br clear=all> | | <br clear=all> |
Line 80: |
Line 91: |
| The Fresnel code that overrides defaults to show images as images rather than URIs is: | | The Fresnel code that overrides defaults to show images as images rather than URIs is: |
| | | |
− | <code> | + | <pre> |
− | :<nowiki>:</nowiki>imgFormat rdf:type fresnel:Format ; | + | :imgFormat rdf:type fresnel:Format ; |
− | ::fresnel:value fresnel:image ;
| + | fresnel:value fresnel:image ; |
− | ::fresnel:propertyFormatDomain foaf:img .
| + | fresnel:propertyFormatDomain foaf:img . |
− | </code> | + | </pre> |
| <br clear=all> | | <br clear=all> |
| | | |
| == Feature table == | | == Feature table == |
| | | |
− | This table shows how OWF mapes ontologies to default Fresnel, and how it maps Frensel triples to semantic wiki interface components. | + | This table shows how OWF maps ontologies to default Fresnel, and how it maps Frensel triples to semantic wiki interface components. |
− | | |
− | <html xmlns:v="urn:schemas-microsoft-com:vml"
| |
− | xmlns:o="urn:schemas-microsoft-com:office:office"
| |
− | xmlns:w="urn:schemas-microsoft-com:office:word"
| |
− | xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
| |
− | xmlns="http://www.w3.org/TR/REC-html40">
| |
− | | |
− | <head>
| |
− | <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
| |
− | <meta name=ProgId content=Word.Document>
| |
− | <meta name=Generator content="Microsoft Word 14">
| |
− | <meta name=Originator content="Microsoft Word 14">
| |
− | <link rel=File-List href="table_files/filelist.xml">
| |
− | <link rel=themeData href="table_files/themedata.thmx">
| |
− | <link rel=colorSchemeMapping href="table_files/colorschememapping.xml">
| |
− | <!--[if gte mso 9]><xml>
| |
− | <w:WordDocument>
| |
− | <w:Zoom>FullPage</w:Zoom>
| |
− | <w:SpellingState>Clean</w:SpellingState>
| |
− | <w:GrammarState>Clean</w:GrammarState>
| |
− | <w:TrackMoves>false</w:TrackMoves>
| |
− | <w:TrackFormatting/>
| |
− | <w:HyphenationZone>21</w:HyphenationZone>
| |
− | <w:ValidateAgainstSchemas/>
| |
− | <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
| |
− | <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
| |
− | <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
| |
− | <w:DoNotPromoteQF/>
| |
− | <w:LidThemeOther>NL</w:LidThemeOther>
| |
− | <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
| |
− | <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
| |
− | <w:Compatibility>
| |
− | <w:BreakWrappedTables/>
| |
− | <w:SplitPgBreakAndParaMark/>
| |
− | </w:Compatibility>
| |
− | <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
| |
− | <m:mathPr>
| |
− | <m:mathFont m:val="Cambria Math"/>
| |
− | <m:brkBin m:val="before"/>
| |
− | <m:brkBinSub m:val="--"/>
| |
− | <m:smallFrac m:val="off"/>
| |
− | <m:dispDef/>
| |
− | <m:lMargin m:val="0"/>
| |
− | <m:rMargin m:val="0"/>
| |
− | <m:defJc m:val="centerGroup"/>
| |
− | <m:wrapIndent m:val="1440"/>
| |
− | <m:intLim m:val="subSup"/>
| |
− | <m:naryLim m:val="undOvr"/>
| |
− | </m:mathPr></w:WordDocument>
| |
− | </xml><![endif]--><!--[if gte mso 9]><xml>
| |
− | <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
| |
− | DefSemiHidden="true" DefQFormat="false" DefPriority="99"
| |
− | LatentStyleCount="267">
| |
− | <w:LsdException Locked="false" Priority="0" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
| |
− | <w:LsdException Locked="false" Priority="9" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
| |
− | <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
| |
− | <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
| |
− | <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
| |
− | <w:LsdException Locked="false" Priority="10" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Title"/>
| |
− | <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
| |
− | <w:LsdException Locked="false" Priority="11" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
| |
− | <w:LsdException Locked="false" Priority="22" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
| |
− | <w:LsdException Locked="false" Priority="20" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
| |
− | <w:LsdException Locked="false" Priority="59" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Table Grid"/>
| |
− | <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
| |
− | <w:LsdException Locked="false" Priority="1" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
| |
− | <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
| |
− | <w:LsdException Locked="false" Priority="34" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
| |
− | <w:LsdException Locked="false" Priority="29" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
| |
− | <w:LsdException Locked="false" Priority="30" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
| |
− | <w:LsdException Locked="false" Priority="60" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="61" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light List Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="62" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="63" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="64" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="65" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="66" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="67" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="68" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="69" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="70" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Dark List Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="71" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="72" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="73" SemiHidden="false"
| |
− | UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
| |
− | <w:LsdException Locked="false" Priority="19" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
| |
− | <w:LsdException Locked="false" Priority="21" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
| |
− | <w:LsdException Locked="false" Priority="31" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
| |
− | <w:LsdException Locked="false" Priority="32" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
| |
− | <w:LsdException Locked="false" Priority="33" SemiHidden="false"
| |
− | UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
| |
− | <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
| |
− | <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
| |
− | </w:LatentStyles>
| |
− | </xml><![endif]-->
| |
− | <style>
| |
− | <!--
| |
− | /* Font Definitions */
| |
− | @font-face
| |
− | {font-family:Calibri;
| |
− | panose-1:2 15 5 2 2 2 4 3 2 4;
| |
− | mso-font-charset:0;
| |
− | mso-generic-font-family:swiss;
| |
− | mso-font-pitch:variable;
| |
− | mso-font-signature:-536870145 1073786111 1 0 415 0;}
| |
− | @font-face
| |
− | {font-family:"Lucida Console";
| |
− | panose-1:2 11 6 9 4 5 4 2 2 4;
| |
− | mso-font-charset:0;
| |
− | mso-generic-font-family:modern;
| |
− | mso-font-pitch:fixed;
| |
− | mso-font-signature:-2147482993 6144 0 0 31 0;}
| |
− | /* Style Definitions */
| |
− | p.MsoNormal, li.MsoNormal, div.MsoNormal
| |
− | {mso-style-unhide:no;
| |
− | mso-style-qformat:yes;
| |
− | mso-style-parent:"";
| |
− | margin:0cm;
| |
− | margin-bottom:.0001pt;
| |
− | text-align:justify;
| |
− | text-indent:11.35pt;
| |
− | line-height:12.0pt;
| |
− | mso-pagination:widow-orphan;
| |
− | punctuation-wrap:simple;
| |
− | text-autospace:none;
| |
− | font-size:10.0pt;
| |
− | font-family:"Times New Roman","serif";
| |
− | mso-fareast-font-family:"Times New Roman";
| |
− | mso-fareast-theme-font:minor-fareast;}
| |
− | pre
| |
− | {mso-style-noshow:yes;
| |
− | mso-style-priority:99;
| |
− | mso-style-link:"HTML Preformatted Char";
| |
− | margin:0cm;
| |
− | margin-bottom:.0001pt;
| |
− | mso-pagination:widow-orphan;
| |
− | font-size:10.0pt;
| |
− | font-family:"Courier New";
| |
− | mso-fareast-font-family:"Times New Roman";}
| |
− | p.TableHeader, li.TableHeader, div.TableHeader
| |
− | {mso-style-name:"Table Header";
| |
− | mso-style-unhide:no;
| |
− | margin:0cm;
| |
− | margin-bottom:.0001pt;
| |
− | text-align:center;
| |
− | mso-pagination:widow-orphan;
| |
− | punctuation-wrap:simple;
| |
− | text-autospace:none;
| |
− | font-size:10.0pt;
| |
− | font-family:"Arial","sans-serif";
| |
− | mso-fareast-font-family:"Times New Roman";
| |
− | mso-fareast-theme-font:minor-fareast;
| |
− | font-weight:bold;}
| |
− | p.TableCell, li.TableCell, div.TableCell
| |
− | {mso-style-name:"Table Cell";
| |
− | mso-style-unhide:no;
| |
− | margin:0cm;
| |
− | margin-bottom:.0001pt;
| |
− | line-height:12.0pt;
| |
− | mso-pagination:widow-orphan;
| |
− | punctuation-wrap:simple;
| |
− | text-autospace:none;
| |
− | font-size:9.0pt;
| |
− | font-family:"Arial","sans-serif";
| |
− | mso-fareast-font-family:"Times New Roman";
| |
− | mso-fareast-theme-font:minor-fareast;}
| |
− | p.msochpdefault, li.msochpdefault, div.msochpdefault
| |
− | {mso-style-name:msochpdefault;
| |
− | mso-style-unhide:no;
| |
− | mso-margin-top-alt:auto;
| |
− | margin-right:0cm;
| |
− | mso-margin-bottom-alt:auto;
| |
− | margin-left:0cm;
| |
− | mso-pagination:widow-orphan;
| |
− | font-size:12.0pt;
| |
− | font-family:"Calibri","sans-serif";
| |
− | mso-fareast-font-family:"Times New Roman";
| |
− | mso-fareast-theme-font:minor-fareast;
| |
− | mso-bidi-font-family:"Times New Roman";}
| |
− | p.msopapdefault, li.msopapdefault, div.msopapdefault
| |
− | {mso-style-name:msopapdefault;
| |
− | mso-style-unhide:no;
| |
− | mso-margin-top-alt:auto;
| |
− | margin-right:0cm;
| |
− | margin-bottom:10.0pt;
| |
− | margin-left:0cm;
| |
− | line-height:115%;
| |
− | mso-pagination:widow-orphan;
| |
− | font-size:12.0pt;
| |
− | font-family:"Times New Roman","serif";
| |
− | mso-fareast-font-family:"Times New Roman";
| |
− | mso-fareast-theme-font:minor-fareast;}
| |
− | span.TableCode
| |
− | {mso-style-name:"Table Code";
| |
− | mso-style-unhide:no;
| |
− | font-family:"Lucida Console";
| |
− | mso-ascii-font-family:"Lucida Console";
| |
− | mso-hansi-font-family:"Lucida Console";
| |
− | font-style:normal;}
| |
− | span.HTMLPreformattedChar
| |
− | {mso-style-name:"HTML Preformatted Char";
| |
− | mso-style-noshow:yes;
| |
− | mso-style-priority:99;
| |
− | mso-style-unhide:no;
| |
− | mso-style-locked:yes;
| |
− | mso-style-link:"HTML Preformatted";
| |
− | font-family:"Courier New";
| |
− | mso-ascii-font-family:"Courier New";
| |
− | mso-hansi-font-family:"Courier New";
| |
− | mso-bidi-font-family:"Courier New";}
| |
− | span.SpellE
| |
− | {mso-style-name:"";
| |
− | mso-spl-e:yes;}
| |
− | span.GramE
| |
− | {mso-style-name:"";
| |
− | mso-gram-e:yes;}
| |
− | .MsoChpDefault
| |
− | {mso-style-type:export-only;
| |
− | mso-default-props:yes;
| |
− | font-size:10.0pt;
| |
− | mso-ansi-font-size:10.0pt;
| |
− | mso-bidi-font-size:10.0pt;
| |
− | font-family:"Calibri","sans-serif";
| |
− | mso-ascii-font-family:Calibri;
| |
− | mso-hansi-font-family:Calibri;}
| |
− | .MsoPapDefault
| |
− | {mso-style-type:export-only;
| |
− | margin-bottom:10.0pt;
| |
− | line-height:115%;}
| |
− | @page WordSection1
| |
− | {size:595.3pt 841.9pt;
| |
− | margin:70.85pt 70.85pt 70.85pt 70.85pt;
| |
− | mso-header-margin:35.4pt;
| |
− | mso-footer-margin:35.4pt;
| |
− | mso-paper-source:0;}
| |
− | div.WordSection1
| |
− | {page:WordSection1;}
| |
− | -->
| |
− | </style>
| |
− | <!--[if gte mso 10]>
| |
− | <style>
| |
− | /* Style Definitions */
| |
− | table.MsoNormalTable
| |
− | {mso-style-name:"Table Normal";
| |
− | mso-tstyle-rowband-size:0;
| |
− | mso-tstyle-colband-size:0;
| |
− | mso-style-noshow:yes;
| |
− | mso-style-priority:99;
| |
− | mso-style-parent:"";
| |
− | mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
| |
− | mso-para-margin-top:0cm;
| |
− | mso-para-margin-right:0cm;
| |
− | mso-para-margin-bottom:10.0pt;
| |
− | mso-para-margin-left:0cm;
| |
− | line-height:115%;
| |
− | mso-pagination:widow-orphan;
| |
− | font-size:10.0pt;
| |
− | font-family:"Calibri","sans-serif";}
| |
− | </style>
| |
− | <![endif]--><!--[if gte mso 9]><xml>
| |
− | <o:shapedefaults v:ext="edit" spidmax="1026"/>
| |
− | </xml><![endif]--><!--[if gte mso 9]><xml>
| |
− | <o:shapelayout v:ext="edit">
| |
− | <o:idmap v:ext="edit" data="1"/>
| |
− | </o:shapelayout></xml><![endif]-->
| |
− | </head>
| |
− | | |
− | <body lang=NL style='tab-interval:35.4pt'>
| |
− | | |
− | <div class=WordSection1>
| |
− | | |
− | <div align=center>
| |
− | | |
− | <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=458
| |
− | style='width:343.4pt;border-collapse:collapse;mso-yfti-tbllook:1184;
| |
− | mso-padding-alt:0cm 0cm 0cm 0cm'>
| |
− | <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;page-break-inside:avoid'>
| |
− | <td width=179 colspan=3 valign=top style='width:134.1pt;border:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableHeader><span lang=EN-US style='mso-ansi-language:EN-US'>Ontology
| |
− | </span></p>
| |
− | </td>
| |
− | <td width=88 valign=top style='width:66.0pt;border:solid windowtext 1.0pt;
| |
− | border-left:none;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableHeader><span lang=EN-US style='mso-ansi-language:EN-US'>Fresnel</span></p>
| |
− | </td>
| |
− | <td width=187 valign=top style='width:140.55pt;border:solid windowtext 1.0pt;
| |
− | border-left:none;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableHeader align=left style='text-align:left'><span lang=EN-US
| |
− | style='mso-ansi-language:EN-US'>
| |
− | MediaWiki and extensions </span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:1;page-break-inside:avoid'>
| |
− | <td width=179 colspan=3 rowspan=4 style='width:134.1pt;border:solid windowtext 1.0pt;
| |
− | border-top:none;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>URIs<o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=88 rowspan=2 style='width:66.0pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>[[<span
| |
− | class=SpellE>EquivalentURI</span><span class=GramE>::<span class=TableCode><span
| |
− | style='font-size:7.0pt'>...</span></span></span>]] <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:2;page-break-inside:avoid'>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
| |
− | 217;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=MsoNormal align=left style='text-align:left;text-indent:0cm;
| |
− | line-height:normal;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;
| |
− | punctuation-wrap:hanging;text-autospace:ideograph-numeric ideograph-other'><span
| |
− | lang=EN-US style='font-size:9.0pt;font-family:"Arial","sans-serif";
| |
− | background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'>[[Imported
| |
− | from<span class=GramE>::<span class=TableCode><span style='font-size:7.0pt;
| |
− | mso-bidi-font-family:"Times New Roman"'>...</span></span></span>]]</span><span
| |
− | lang=EN-US style='background:yellow;mso-highlight:yellow;mso-ansi-language:
| |
− | EN-US'> </span><sup><span lang=EN-US style='font-size:9.0pt;font-family:"Arial","sans-serif";
| |
− | background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'>SMW</span></sup><span
| |
− | lang=EN-US style='font-size:9.0pt;font-family:"Arial","sans-serif";
| |
− | background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'><o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:3;page-break-inside:avoid'>
| |
− | <td width=88 rowspan=3 style='width:66.0pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>label</span></span></p>
| |
− | </td>
| |
− | <td width=187 rowspan=3 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span lang=EN-US style='mso-ansi-language:
| |
− | EN-US'>Pagename</span></span><span lang=EN-US style='mso-ansi-language:EN-US'>
| |
− | <sup>MW</sup></span></p>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Label on
| |
− | form and box displays <sup>OWF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:4;page-break-inside:avoid'>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:5;page-break-inside:avoid'>
| |
− | <td width=179 colspan=3 style='width:134.1pt;border:solid windowtext 1.0pt;
| |
− | border-top:none;background:#D9D9D9;mso-background-themecolor:background1;
| |
− | mso-background-themeshade:217;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'>rdfs:label</span></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'><o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:6;page-break-inside:avoid'>
| |
− | <td width=179 colspan=3 style='width:134.1pt;border:solid windowtext 1.0pt;
| |
− | border-top:none;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>rdf:Property</span></span></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Gets own </span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>Property:</span></span><span lang=EN-US style='mso-ansi-language:EN-US'>
| |
− | page <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:7;page-break-inside:avoid;height:14.0pt'>
| |
− | <td width=29 rowspan=16 style='width:21.6pt;border:solid windowtext 1.0pt;
| |
− | border-top:none;padding:0cm 1.4pt 0cm 1.4pt;height:14.0pt'>
| |
− | <p class=TableCell align=center style='text-align:center'><span class=SpellE><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>rdfs</span></span></span><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>:</span></span></p>
| |
− | </td>
| |
− | <td width=150 colspan=2 style='width:112.5pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:14.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>Class</span></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 1.4pt 0cm 1.4pt;
| |
− | height:14.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>Lens</span></span></p>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>defaultLens</span></span></span></p>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>classLensDomain</span></span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:14.0pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Gets own </span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>Category:</span></span><span lang=EN-US style='mso-ansi-language:EN-US'>
| |
− | page <sup>MW</sup></span></p>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Category:...]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> on topic page <sup>MW</sup></span></p>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Gets own
| |
− | informbox (if domain) <sup>OWF</sup></span></p>
| |
− | <p class=TableCell style='background:#DFDFDF'><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>[[Has default
| |
− | form::...]]</span></span><span lang=EN-US style='mso-ansi-language:EN-US'> on
| |
− | category <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:14.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:8'>
| |
− | <td width=150 colspan=2 style='width:112.5pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#DFDFDF;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>subclassOf</span></span></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;background:#DFDFDF;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#DFDFDF;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Category:...]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> on category page <sup>MW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:9'>
| |
− | <td width=150 colspan=2 style='width:112.5pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>domain</span></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>showProperties</span></span></span></p>
| |
− | </td>
| |
− | <td width=187 rowspan=2 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>(Un)assign
| |
− | property to informbox <sup>OWF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:10'>
| |
− | <td width=150 colspan=2 rowspan=2 style='width:112.5pt;border-top:none;
| |
− | border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><i><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>cascading only</span></i></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>hideProperties</span></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:11'>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;background:#D9D9D9;
| |
− | mso-background-themecolor:background1;mso-background-themeshade:217;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;background:yellow;mso-highlight:yellow;mso-ansi-language:
| |
− | EN-US'>showProperties</span></span></span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;background:yellow;mso-highlight:yellow;
| |
− | mso-ansi-language:EN-US'><o:p></o:p></span></span></p>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'>=<span
| |
− | class=SpellE>rds:seq</span></span></span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'><o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td valign=bottom style='border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;
| |
− | border-right:solid windowtext 1.0pt;background:#D9D9D9;mso-background-themecolor:
| |
− | background1;mso-background-themeshade:217;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal align=left style='margin-bottom:10.0pt;text-align:left;
| |
− | text-indent:0cm;line-height:115%;punctuation-wrap:hanging;text-autospace:
| |
− | ideograph-numeric ideograph-other'><span class=SpellE><span style='font-size:
| |
− | 9.0pt;line-height:115%;font-family:"Arial","sans-serif";background:yellow;
| |
− | mso-highlight:yellow'>Sort</span></span><span style='font-size:9.0pt;
| |
− | line-height:115%;font-family:"Arial","sans-serif";background:yellow;
| |
− | mso-highlight:yellow'> <span class=SpellE>properties</span> in informbox<o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:12;height:18.0pt'>
| |
− | <td width=67 rowspan=8 style='width:50.45pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:18.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-family:
| |
− | "Arial","sans-serif";mso-ansi-language:EN-US'>range value is</span></span></p>
| |
− | </td>
| |
− | <td width=83 rowspan=2 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:18.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>class</span></span></p>
| |
− | </td>
| |
− | <td width=88 rowspan=8 style='width:66.0pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:18.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:18.0pt'>
| |
− | <p class=TableCell><span class=GramE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>autocomplete</span></span></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'> on category=...</span></span><span lang=EN-US style='mso-ansi-language:
| |
− | EN-US'> <sup>SF</sup></span></p>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has default form::...]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> on property <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:18.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:13;height:18.0pt'>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:18.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::Page]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:18.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:14;height:3.5pt'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:3.5pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>Literal</span></span></p>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>some </span><span
| |
− | class=SpellE><span class=TableCode><span lang=EN-US style='font-size:7.0pt;
| |
− | mso-ansi-language:EN-US'>xsd</span></span></span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>:</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'>'s</span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:3.5pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::String]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:3.5pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:15'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>other </span><span
| |
− | class=SpellE><span class=TableCode><span lang=EN-US style='font-size:7.0pt;
| |
− | mso-ansi-language:EN-US'>xsd</span></span></span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>:</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'>'s</span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::Number]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:16'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>xsd:date</span></span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'>(</span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>time</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'>)</span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::Date]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:17;height:12.0pt'>
| |
− | <td width=83 rowspan=2 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>xsd:Boolean</span></span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::Boolean]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:18;height:12.0pt'>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>values=<span class=SpellE>Yes,No</span></span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> </span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>| input type=<span
| |
− | class=SpellE>radiobutton</span></span></span><span lang=EN-US
| |
− | style='mso-ansi-language:EN-US'> <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:19;height:12.0pt'>
| |
− | <td style='border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;
| |
− | border-right:solid windowtext 1.0pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>xsd:URI</span></span></span></p>
| |
− | </td>
| |
− | <td width=187 rowspan=3 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>[[Has type::URL]]</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'>
| |
− | <p class=MsoNormal align=left style='text-align:left;text-indent:0cm;
| |
− | line-height:115%;punctuation-wrap:hanging;text-autospace:ideograph-numeric ideograph-other'><span
| |
− | style='font-size:12.0pt;line-height:115%;mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:20;height:1.8pt'>
| |
− | <td width=150 colspan=2 rowspan=3 style='width:112.5pt;border-top:none;
| |
− | border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:yellow;padding:0cm 1.4pt 0cm 1.4pt;height:1.8pt'>
| |
− | <p class=TableCell><span class=TableCode><i><span lang=EN-US
| |
− | style='font-size:7.0pt;background:yellow;mso-ansi-language:EN-US'>cascading
| |
− | only<o:p></o:p></span></i></span></p>
| |
− | </td>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;background:yellow;
| |
− | padding:0cm 1.4pt 0cm 1.4pt;height:1.8pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;background:yellow;mso-ansi-language:EN-US'>image<o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:1.8pt'>
| |
− | <p class=MsoNormal align=left style='text-align:left;text-indent:0cm;
| |
− | line-height:115%;punctuation-wrap:hanging;text-autospace:ideograph-numeric ideograph-other'><span
| |
− | style='font-size:12.0pt;line-height:115%;mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:21;height:1.8pt'>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;mso-border-top-alt:
| |
− | solid windowtext 1.0pt;background:#D9D9D9;mso-background-themecolor:background1;
| |
− | mso-background-themeshade:217;padding:0cm 1.4pt 0cm 1.4pt;height:1.8pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;background:yellow;mso-ansi-language:EN-US'>externalLink</span></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:1.8pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:22;height:1.8pt'>
| |
− | <td width=88 style='width:66.0pt;border-top:none;border-left:none;border-bottom:
| |
− | solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;mso-border-top-alt:
| |
− | solid windowtext 1.0pt;background:#D9D9D9;mso-background-themecolor:background1;
| |
− | mso-background-themeshade:217;padding:0cm 1.4pt 0cm 1.4pt;height:1.8pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;background:yellow;mso-ansi-language:EN-US'>uri</span></span></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;background:yellow;
| |
− | mso-ansi-language:EN-US'><o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;mso-background-themecolor:background1;mso-background-themeshade:
| |
− | 217;padding:0cm 1.4pt 0cm 1.4pt;height:1.8pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;background:yellow;mso-highlight:yellow;mso-ansi-language:EN-US'>[[Has
| |
− | type::String]]</span></span><span lang=EN-US style='background:yellow;
| |
− | mso-highlight:yellow;mso-ansi-language:EN-US'> <sup>SMW</sup></span><span
| |
− | style='background:yellow;mso-highlight:yellow'><o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:1.8pt'>
| |
− | <p class=MsoNormal align=left style='text-align:left;text-indent:0cm;
| |
− | line-height:115%;punctuation-wrap:hanging;text-autospace:ideograph-numeric ideograph-other'><span
| |
− | style='font-size:12.0pt;line-height:115%;mso-fareast-font-family:"Times New Roman"'><o:p> </o:p></span></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:23'>
| |
− | <td width=29 rowspan=10 style='width:21.6pt;border:solid windowtext 1.0pt;
| |
− | border-top:none;background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell align=center style='text-align:center'><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>owl:</span></span></p>
| |
− | </td>
| |
− | <td width=150 colspan=2 style='width:112.5pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>DataRange</span></span></span></p>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>with <span class=SpellE>oneOf</span></span></span></p>
| |
− | </td>
| |
− | <td width=88 rowspan=10 style='width:66.0pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>input type=Enumeration</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SF</sup></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'><br>
| |
− | values=</span></span><span lang=EN-US style='mso-ansi-language:EN-US'> <sup>SF</sup></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'><br>
| |
− | [[Allows value::...]]</span></span><span lang=EN-US style='mso-ansi-language:
| |
− | EN-US'> <sup>SMW</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:24'>
| |
− | <td width=67 rowspan=3 style='width:50.45pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-family:
| |
− | "Arial","sans-serif";mso-ansi-language:EN-US'>values</span></span></p>
| |
− | </td>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>hasValue</span></span></span></p>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>allValuesFrom</span></span></span></p>
| |
− | </td>
| |
− | <td width=187 rowspan=2 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=GramE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>autocomplete</span></span></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'> on category=¥</span></span><span lang=EN-US style='mso-ansi-language:
| |
− | EN-US'> <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:25;height:12.0pt'>
| |
− | <td width=83 rowspan=2 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=SpellE><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>someValuesFrom</span></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:26;height:12.0pt'>
| |
− | <td width=187 rowspan=2 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt;height:12.0pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>mandatory</span></span><span lang=EN-US
| |
− | style='mso-ansi-language:EN-US'> <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:12.0pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:27;height:3.5pt'>
| |
− | <td width=67 rowspan=6 style='width:50.45pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt;height:3.5pt'>
| |
− | <p class=TableCell style='margin-right:5.65pt;text-align:justify'><span
| |
− | class=TableCode><span lang=EN-US style='font-family:"Arial","sans-serif";
| |
− | mso-ansi-language:EN-US'>cardinality</span></span></p>
| |
− | </td>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt;height:3.5pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>(</span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>min)...>0</span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm;height:3.5pt'></td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:28;page-break-inside:avoid'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>(max)...=1</span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>No </span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>#arraymap</span></span><span lang=EN-US style='mso-ansi-language:EN-US'>
| |
− | <sup>SF</sup>, No </span><span class=TableCode><span lang=EN-US
| |
− | style='font-size:7.0pt;mso-ansi-language:EN-US'>list</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SF</sup></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:29;page-break-inside:avoid'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>(max)...>1<o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Repeated
| |
− | fields <sup>SF</sup><o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:30;page-break-inside:avoid'>
| |
− | <td width=83 rowspan=2 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>(min)...>1<o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=187 style='width:140.55pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:#D9D9D9;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='mso-ansi-language:EN-US'>Repeated </span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'>mandatory</span></span><span lang=EN-US style='mso-ansi-language:EN-US'>
| |
− | fields <sup>SF</sup><o:p></o:p></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:31;page-break-inside:avoid'>
| |
− | <td width=187 rowspan=2 style='width:140.55pt;border-top:none;border-left:
| |
− | none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:yellow;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'>#arraymap</span></span><span lang=EN-US
| |
− | style='mso-ansi-language:EN-US'> <sup>SF</sup>, </span><span class=TableCode><span
| |
− | lang=EN-US style='font-size:7.0pt;mso-ansi-language:EN-US'>list</span></span><span
| |
− | lang=EN-US style='mso-ansi-language:EN-US'> <sup>SF</sup></span><span
| |
− | class=TableCode><span lang=EN-US style='font-size:7.0pt;mso-ansi-language:
| |
− | EN-US'><o:p></o:p></span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal><o:p> </o:p></p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:32;page-break-inside:avoid'>
| |
− | <td width=83 style='width:62.05pt;border-top:none;border-left:none;
| |
− | border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;
| |
− | background:yellow;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-family:
| |
− | "Arial","sans-serif";mso-ansi-language:EN-US'>default</span></span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | <tr style='mso-yfti-irow:33;mso-yfti-lastrow:yes;page-break-inside:avoid'>
| |
− | <td width=29 valign=top style='width:21.6pt;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span class=TableCode><span lang=EN-US style='font-size:
| |
− | 7.0pt;mso-ansi-language:EN-US'> </span></span></p>
| |
− | </td>
| |
− | <td width=425 colspan=4 valign=top style='width:319.05pt;padding:0cm 1.4pt 0cm 1.4pt'>
| |
− | <p class=TableCell><span lang=EN-US style='font-size:8.0pt;mso-ansi-language:
| |
− | EN-US'>Code and parameters generated by OWF from these technologies:<br>
| |
− | <span style='mso-spacerun:yes'> </span><sup>MW</sup> MediaWiki, <sup>SMW</sup>
| |
− | Semantic MediaWiki, <sup>SF</sup> Semantic Forms, <sup>OWF</sup> OWF-only<br>
| |
− | <span style='background:lightgrey'>Planned or under development in OWF (the
| |
− | rest is already implemented)</span></span></p>
| |
− | <p class=TableCell><span lang=EN-US style='font-size:8.0pt;background:yellow;
| |
− | mso-ansi-language:EN-US'>Recent additions</span></p>
| |
− | </td>
| |
− | <td width=4 style='width:2.75pt;padding:0cm 0cm 0cm 0cm'>
| |
− | <p class=MsoNormal> </p>
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− | | |
− | </div>
| |
− | | |
− | <p class=MsoNormal style='text-indent:0cm'><i><span lang=EN-US
| |
− | style='mso-ansi-language:EN-US'> </span></i></p>
| |
− | | |
− | </div>
| |
− | | |
− | </body>
| |
| | | |
− | </html>
| + | [[image:OWFFeatureTable.png]] |