Item talk:Q137: Difference between revisions
Appearance
Created page with "Open questions peer reviewed - we still have to discuss how to implement this. Is it that 'peer-reviewed journal' is an instance and 'student-run' journal is an instance that would be added on as varieties of the journal? instance of Journal - common properties If an item is an instance of a Journal, it may have a number of properties listed here but, as a baseline, it should contain the following properties: Data models Data model for journal Property Value Usage not..." |
No edit summary |
||
| Line 1: | Line 1: | ||
Open questions | = Open questions = | ||
peer reviewed - we still have to discuss how to implement this. Is it that 'peer-reviewed journal' is an instance and 'student-run' journal is an instance that would be added on as varieties of the journal? | * peer reviewed - we still have to discuss how to implement this. Is it that 'peer-reviewed journal' is an instance and 'student-run' journal is an instance that would be added on as varieties of the journal? | ||
instance of Journal - common properties | = instance of Journal - common properties = | ||
If an item is an instance of a Journal, it may have a number of properties listed here but, as a baseline, it should contain the following properties: | If an item is an instance of a Journal, it may have a number of properties listed here but, as a baseline, it should contain the following properties: | ||
Data models | == Data models == | ||
Data model for journal | |||
Property Value Usage note | {| class="wikitable sortable" | ||
title (P3) string title of publication, may include start date and/or end date for name changes | |+ Data model for journal | ||
start date (P17) date start date to accompany name in relation to publishing activities | |- | ||
end date (P14) date end date to accompany name in relation to publishing activities | ! Property !! Value !! Usage note | ||
website (P19) URL often the primary URL where one might find out about the publication, could be thought of as the main or primary website | |- | ||
archive website (P16) URL this would be the URL where one finds archived content | | [[Property:P3|title (P3)]] || string || title of publication, may include start date and/or end date for name changes | ||
has ISSN (P12) external identifier this only needs the ISSN numbers and the link will be automatically created | |- | ||
indexed in (P13) item must point to an item | | [[Property:P17|start date (P17)]] || date || start date to accompany name in relation to publishing activities | ||
Query example | |- | ||
| [[Property:P14|end date (P14)]] || date || end date to accompany name in relation to publishing activities | |||
|- | |||
| [[Property:P19|website (P19)]] || URL || often the primary URL where one might find out about the publication, could be thought of as the main or primary website | |||
|- | |||
| [[Property:P16|archive website (P16)]] || URL || this would be the URL where one finds archived content | |||
|- | |||
| [[Property:P12|has ISSN (P12)]] || external identifier || this only needs the ISSN numbers and the link will be automatically created | |||
|- | |||
| [[Property:P13|indexed in (P13)]] || item || must point to an item | |||
|- | |||
|} | |||
== Query example == | |||
It may be helpful to see all of the items that are listed as an instance of journal. Here is the query for that question: | It may be helpful to see all of the items that are listed as an instance of journal. Here is the query for that question: | ||
View all entities and labels that are an instance of 'journal': Query | '''View all entities and labels that are an instance of 'journal':''' | ||
[https://q.linkeddata.work/#PREFIX%20ir%3A%20%3Chttps%3A%2F%2Fwb.linkeddata.work%2Fentity%2F%3E%0APREFIX%20irp%3A%20%3Chttps%3A%2F%2Fwb.linkeddata.work%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20WHERE%20%7B%0A%20%20%3Fitem%20irp%3AP1%20ir%3AQ117.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D Query] | |||
Revision as of 20:30, 17 November 2025
Open questions
- peer reviewed - we still have to discuss how to implement this. Is it that 'peer-reviewed journal' is an instance and 'student-run' journal is an instance that would be added on as varieties of the journal?
instance of Journal - common properties
If an item is an instance of a Journal, it may have a number of properties listed here but, as a baseline, it should contain the following properties:
Data models
| Property | Value | Usage note |
|---|---|---|
| title (P3) | string | title of publication, may include start date and/or end date for name changes |
| start date (P17) | date | start date to accompany name in relation to publishing activities |
| end date (P14) | date | end date to accompany name in relation to publishing activities |
| website (P19) | URL | often the primary URL where one might find out about the publication, could be thought of as the main or primary website |
| archive website (P16) | URL | this would be the URL where one finds archived content |
| has ISSN (P12) | external identifier | this only needs the ISSN numbers and the link will be automatically created |
| indexed in (P13) | item | must point to an item |
Query example
It may be helpful to see all of the items that are listed as an instance of journal. Here is the query for that question:
View all entities and labels that are an instance of 'journal': Query