|
|
(24 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | =Statements about statements: levels of certainty=
| |
− | [[Property:Potentially_used_by]] is of type [https://www.semantic-mediawiki.org/wiki/Help:Type_Record Record]
| |
| | | |
− | <blockquote>The datatype record is used for property values that consist of a short list of values of other datatypes. For each property that uses this datatype, the order and type of the individual fields of the record is fixed, based on a declaration with special property "Has fields" on the property page.</blockquote>
| + | [[Special:Browse/ABIS_(Deployment,_Croatia)#_e79cd79ebb3f6de7e9a43ac33a5fabca]] |
| | | |
− | [https://www.semantic-mediawiki.org/wiki/Help:Type_Record/Searching_a_record Searching_a_record]
| + | Pages with research & technical notes |
| | | |
− | {{#ask: [[Potentially used by::+]]
| + | * [[Help:Statements About Statements]] |
− | |?Potentially used by
| + | * [[Help:Cite]] |
− | |?Potentially used by.Institution=Institution
| + | * [[Help:Unknown Entities Pages]] |
− | |?Potentially used by.Information Certainty=Information Certainty
| |
− | |?Potentially used by.Citation reference=Citation reference
| |
− | |?Potentially used by.Description=Description
| |
− | |format=broadtable
| |
− | }}
| |
− | | |
− | ==2 new records==
| |
− | [[Potentially used by::Test Institution;Rumoured;thelocalCopenhagenPoliceCalls2019;Test Description]]
| |
− | | |
− | [[Potentially used by::Test Institution2;Documented;thelocalCopenhagenPoliceCalls2019;Test Description2]]
| |
− | | |
− | | |
− | ==Issue: when more than 1 <code>Potentially used by</code> exist in the same page==
| |
− | As show in the above query, as well as the more minimal one below, when a page has more than 1 <code>Potentially used by</code> entries, the entries are joint into 1 single row - making it hard to separate the statements
| |
− | | |
− | {{#ask: [[Potentially used by::+]]
| |
− | |?Potentially used by.Institution=Institution
| |
− | |?Potentially used by.Information Certainty=Information Certainty
| |
− | |?Potentially used by.Citation reference=Citation reference
| |
− | |?Potentially used by.Description=Description
| |
− | |format=broadtable
| |
− | |limit=50
| |
− | |offset=0
| |
− | |link=all
| |
− | |sort=
| |
− | |order=asc
| |
− | |headers=show
| |
− | |mainlabel=-
| |
− | |searchlabel=... further results
| |
− | |class=sortable wikitable smwtable
| |
− | }}
| |
− | | |
− | | |
− | '''issue with statements of <code>Potentially used by</code> being joint when in the same page
| |
− | '''
| |
− | | |
− | See discussion in https://www.semantic-mediawiki.org/wiki/Help:Type_Record/Record_vs._subobject
| |
− | | |
− | ===Alternative: [https://www.semantic-mediawiki.org/wiki/Subobject subobject]===
| |
− | | |
− | <pre>
| |
− | {{#subobject:
| |
− | |Institution=Test Institution;
| |
− | |Information Certainty=Rumoured
| |
− | |Citation reference=thelocalCopenhagenPoliceCalls2019
| |
− | |Description=Test Description
| |
− | |@category=Statement_with_qualifier
| |
− | }}
| |
− | | |
− | {{#subobject:
| |
− | |Institution=Test Institution2
| |
− | |Information Certainty=Speculative
| |
− | |Citation reference=sirgmetsSummaryReportProject2021
| |
− | |Description=Test Description2
| |
− | |@category=Statement_with_qualifier
| |
− | }}
| |
− | </pre>
| |
− | | |
− | {{#subobject:
| |
− | |Institution=Test Institution1
| |
− | |Information Certainty=Rumoured
| |
− | |Citation reference=thelocalCopenhagenPoliceCalls2019
| |
− | |Description=Test Description1
| |
− | |@category=Statement_with_qualifier
| |
− | }}
| |
− | | |
− | | |
− | {{#subobject:
| |
− | |Institution=Test Institution2
| |
− | |Information Certainty=Speculative
| |
− | |Citation reference=sirgmetsSummaryReportProject2021
| |
− | |Description=Test Description2
| |
− | |@category=Statement_with_qualifier
| |
− | }}
| |
− | | |
− | | |
− | | |
− | Try to have a subobject as a property value
| |
− | | |
− | '''Ask for all the Subobject of a page'''
| |
− | | |
− | {{#ask: [[-Has subobject::{{PAGENAME}}]][[Category:Statement with qualifier]]
| |
− | |?Institution
| |
− | |?Information Certainty
| |
− | |?Citation reference
| |
− | |?Description
| |
− | |format=broadtable
| |
− | |limit=50
| |
− | |offset=0
| |
− | |link=all
| |
− | |sort=
| |
− | |order=asc
| |
− | |headers=show
| |
− | }}
| |
− | | |
− | ==Issue: values of prop <code>Citation reference</code>==
| |
− | | |
− | The special [[Property:Citation reference]] seems to be doing some, which makes the values of the citations disapear from the queries
| |
− | | |
− | ===Alternative===
| |
− | * like in [[Property:Potentially_used_by_test]] use a different property, such as [[Property:Citation Reference]] to mention the reference from semantic cite | |
− | * look futher into semantic cite and the use of [[Property:Citation reference]] | |