Main Page: Difference between revisions

From Wikibase
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Semantic annotation for 3D cultural artefacts: ==
== Semantic annotation for 3D cultural artefacts ==
A suite of tools for semantic annotation of 3D cultural artefacts is being developed as part of the [https://nfdi4culture.de/ NFDI4Culture] project across several partner organisations (led by the [https://www.tib.eu/de/forschung-entwicklung/forschungsgruppen-und-labs/open-science Open Science lab at TIB, Hannover]). Operating within Task area 1: Data capture and enrichment, the proposed toolchain focuses on the annotation of 3D data within a knowledge graph environment, so that 3D objects’ geometry, attendant metadata, as well as annotations remain searchable, while data interconnections are not lost. The project builds on several existing FOSS tools:  
A suite of tools for semantic annotation of 3D cultural artefacts is being developed as part of the [https://nfdi4culture.de/ NFDI4Culture] project across several partner organisations (led by the [https://www.tib.eu/de/forschung-entwicklung/forschungsgruppen-und-labs/open-science Open Science lab at TIB, Hannover]). Operating within Task area 1: Data capture and enrichment, the proposed toolchain focuses on the annotation of 3D data within a knowledge graph environment, so that 3D objects’ geometry, attendant metadata, as well as annotations remain searchable, while data interconnections are not lost. The project builds on several existing FOSS tools:  
* [https://openrefine.org/ OpenRefine], a data cleaning, reconciliation and batch upload tool;  
* [https://openrefine.org/ OpenRefine], a data cleaning, reconciliation and batch upload tool;  
Line 6: Line 6:


The integrated suite of tools follows FAIR principles and facilitates linking 3D-objects and annotations, and their cultural context (including historical people and places, geo-location and capture-technology metadata), to the broader semantic web and various national and international authority records (GND, VIAF and more).  
The integrated suite of tools follows FAIR principles and facilitates linking 3D-objects and annotations, and their cultural context (including historical people and places, geo-location and capture-technology metadata), to the broader semantic web and various national and international authority records (GND, VIAF and more).  
By the end of 2021, the toolchain will be developed as an MVP (minimum viable product) to be tested and refined further with more data partnerships. It will allow a wide range of users to interact with 3D- and other types of multimedia objects and annotations, and ultimately open up new digital spaces for research, education and discourse around cultural stewardship and memory preservation without siloing knowledge.


== About our case study ==
== About our case study ==
Line 13: Line 11:


== Adding new data in the archive ==
== Adding new data in the archive ==
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Special:NewItem Create new item]
* [[Special:NewItem|Create new item]]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Special:NewProperty Create new property]
* [[Special:NewProperty|Create new property]]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Description: Create new text description]


== Example item pages for different types of data ==
== Example item pages for different types of data ==
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Item:Q64 An item describing a physical space]
* [[Item:Q514|An item describing a physical space]]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/ An item describing a 3D model]
* [[Item:Q533|An item describing a 3D model]]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/ An item describing an annotation for a 3D model]
* [[Item:Q534|An item describing an annotation for a 3D model]]
 
== Example data queries that visualize the data model ==
 
* [http://tinyurl.com/26q6ddms Overview of all classes and their subclasses]
* [http://tinyurl.com/2xkyvdfw Overview of types of of human-made objects and instances]
* [http://tinyurl.com/24lb23mh Overview of types of conceptual objects and instances]
 
== Example data queries that showcase items from the case study ==


== Data model reference ==
* [https://tinyurl.com/2br3gxb4 All paintings from the cycle "Belagerungsszenen des Langen Türkenkriegs" with some properties]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Data_Model Index of classes and properties with examples]
* [http://tinyurl.com/2kvudgqa Items that share an Iconclass notation]


== Some example data queries ==
== Example federated queries ==
* [https://enrich-nfdi4culture.wiki.opencura.com/query/embed.html#PREFIX%20wd%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fprop%2Fdirect%2F%3E%0ASELECT%20%3Fitem%20%3FitemLabel%20%3FinstanceLabel%20%3Fdescription%0AWHERE%0A%7B%0A%20%20%3Fitem%20wdt%3AP1%20%3Finstance.%0A%20%20%3Fitem%20wdt%3AP26%20%3Fdescription%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D Overview query of all items with a description and their type]
*[http://tinyurl.com/23hl5juh Simple query to get more information about Weikersheim castle (via owl:sameAs method)]
* [https://enrich-nfdi4culture.wiki.opencura.com/query/embed.html#PREFIX%20wd%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%20%3Fitem%20%3FitemLabel%20%3FinstanceLabel%20%3FcreationDate%20%3Finscription%20%3FmaterialLabel%20%3FmethodLabel%20%3Fdescription%20%3Fmedia%0AWHERE%20%7B%20%0A%20%20%20%20%3Fitem%20wdt%3AP25%20wd%3AQ60.%0A%20%20%20%20%3Fitem%20wdt%3AP79%20%3FcreationDateStart.%0A%20%20%20%20%3Fitem%20wdt%3AP80%20%3FcreationDateEnd.%0A%20%20%20%20%3Fitem%20wdt%3AP18%20%3Finscription.%0A%20%20%20%20%3Fitem%20wdt%3AP38%20%3Fmaterial.%0A%20%20%20%20%3Fitem%20wdt%3AP39%20%3Fmethod.%0A%20%20%20%20%3Fitem%20wdt%3AP26%20%3Fdescription.%0A%20%20%20%20%3Fitem%20wdt%3AP16%20%3Fmedia%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%7D%20%0A%0A%0A%23All%20paintings%20from%20%22Belagerungsszenen%20des%20Langen%20T%C3%BCrkenkriegs%22%0A All paintings from the cycle "Belagerungsszenen des Langen Türkenkriegs" with some properties]
*[http://tinyurl.com/23ec9sjr Simple query to get more information about Weikersheim castle (via GND external ID method)]
* [https://enrich-nfdi4culture.wiki.opencura.com/query/embed.html#%23defaultView%3AGraph%0APREFIX%20wd%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fentity%2F%3E%0APREFIX%20wdt%3A%20%3Chttp%3A%2F%2Fenrich-nfdi4culture.wiki.opencura.com%2Fprop%2Fdirect%2F%3E%0ASELECT%20%3Fitem1%20%3Fitem1Label%20%3Fitem2%20%3Fitem2Label%20%3FiconclassLabel%0AWHERE%0A%7B%0A%20%20%3Fitem1%20wdt%3AP4%20%3Ficonclass.%0A%20%20%3Fitem2%20wdt%3AP4%20%3Ficonclass.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%0A%20%20FILTER(%3Fitem1%20!%3D%20%3Fitem2)%20.%0A%7D Items that share an Iconclass notation]
*[http://tinyurl.com/2yn4ewrb Castles of Renaissance architectural style within 100km of Weikersheim castle]


== Indexes for quick reference ==
== Indexes for quick reference ==
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Special:ListProperties List of properties]
* [[Special:ListProperties|List of properties]]
* [https://enrich-nfdi4culture.wiki.opencura.com/wiki/Special:ListUsers List of users]
* [[Special:ListUsers|List of users]]

Latest revision as of 10:14, 9 April 2024

Semantic annotation for 3D cultural artefacts

A suite of tools for semantic annotation of 3D cultural artefacts is being developed as part of the NFDI4Culture project across several partner organisations (led by the Open Science lab at TIB, Hannover). Operating within Task area 1: Data capture and enrichment, the proposed toolchain focuses on the annotation of 3D data within a knowledge graph environment, so that 3D objects’ geometry, attendant metadata, as well as annotations remain searchable, while data interconnections are not lost. The project builds on several existing FOSS tools:

  • OpenRefine, a data cleaning, reconciliation and batch upload tool;
  • Wikibase (the tool behind the interface you are viewing now), a suite of services developed by Wikimedia Germany; it combines the ability to handle large volumes of data points with sophisticated data querying and extraction services via a dedicated SPARQL endpoint;
  • Kompakkt, a browser-based open-source 3D- and multimedia viewer Kompakkt with built-in collaborative annotation features.

The integrated suite of tools follows FAIR principles and facilitates linking 3D-objects and annotations, and their cultural context (including historical people and places, geo-location and capture-technology metadata), to the broader semantic web and various national and international authority records (GND, VIAF and more).

About our case study

This Wikibase instance contains sample data about Weikersheim Castle from the Corpus der barocken Deckenmalerei in Deutschland, provided the MVP data partners at The Institute of Art History at Ludwig-Maximilians-Universität in Munich.

Adding new data in the archive

Example item pages for different types of data

Example data queries that visualize the data model

Example data queries that showcase items from the case study

Example federated queries

Indexes for quick reference