CRMdig | <http://www.ics.forth.gr/isl/CRMdig/> |
aat | <http://vocab.getty.edu/aat/> |
bibo | <http://purl.org/ontology/bibo/> |
chad-ap | <https://w3id.org/dharc/ontology/chad-ap> |
cidoc-crm | <http://www.cidoc-crm.org/cidoc-crm/> |
dc | <http://purl.org/dc/elements/1.1/> |
lrmoo | <http://iflastandards.info/ns/lrm/lrmoo/> |
ns | <http://www.w3.org/2003/06/sw-vocab-status/ns#> |
owl | <http://www.w3.org/2002/07/owl#> |
rdf | <http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
rdfs | <http://www.w3.org/2000/01/rdf-schema#> |
schema | <http://schema.org/> |
skos | <http://www.w3.org/2004/02/skos/core#> |
terms | <http://purl.org/dc/terms/> |
vaem | <http://www.linkedmodel.org/schema/vaem#> |
vann | <http://purl.org/vocab/vann/> |
xml | <http://www.w3.org/XML/1998/namespace> |
xsd | <http://www.w3.org/2001/XMLSchema#> |
The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP, https://w3id.org/dharc/ontology/chad-ap) is a CIDOC CRM application profile implemented as an OWL ontology that can be logically split into two separate abstract modules: the Object Module (OM), dedicated to describing the CHOs, and the Process Module (PM), for describing the acquisition and digitisation process.
Both CHAD-AP and its documentation are living artefacts that have been drafted in the context of the Project CHANGES ("Cultural Heritage Active Innovation For Next-Gen Sustainable Society"), an EU-funded project that aims at increasing, at the Italian level, the curation, and management of cultural heritage artefacts in all forms, expanding the involvement of the general public, making more sustainable the exhibition potential, and including crucial social functions (accessibility, inclusiveness, critical thinking, participation, enjoyment, sustainability) into the cultural heritage environment.
Currently, CHAD-AP is able to describe the following entities: * CHOs, described according to the Functional Requirements for Bibliographic Records (FRBR) data model, which uses several descriptive layers for its representation. In particular, CHAD-AP considers: the essence or conceptualisation of the CHO (Work); the intellectual content of the CHO (Expression); the embodiment of the CHO in terms of its format (Manifestation); and the physical exemplar of the CHO (Item); * Activities, events, agents involved and their roles; * Descriptive components, such as labels, types, identifiers and titles; * Entities related to curation and conservation, like curation events, places of conservation, agent responsible for its conservation, etc. * Concepts and other immaterial objects, such as the subjects illustrated by CHOs and the licenses or right statements assigned to them; * Digitization processes used to capture 3D data of CHOs and to output their digital models, and software activities leveraging these DCHOs as input for further processes.
The current version of the application profile reuses a subset of classes and properties selected from the following models:
A full version of CHAD-AP is available at https://w3id.org/dharc/ontology/chad-ap.
The next subsections provide a quick overview of all the entities defined, some exemple of usage, and some of the queries that CHAD-AP can answer.
As shown in the diagram below, a Cultural Heritage Object (CHO) is described in CHAD-AP according to the Functional Requirements for Bibliographic Records (FRBR) data model, which uses several descriptive layers for its representation.
In particular, the Work (lrmoo:F1_Work
) represents the essence or conceptualization of the CHO. Each work is associated with a series of titles (crm:E35_Title
), each classified according to a particular type (crm:E55_Type
), which can be an original title (aat:300417204
) or an exhibition title (aat:300417207
). Furthermore, a Work can be part of a larger Work, like a series of printed volumes, which is classified under a particular type (crm:E55_Type
).
The Expression (lrmoo:F2_Expression
) is the realisation of a Work, and refers to the intellectual content of the object. Both the Expression and the Work are generated through a creation event (lrmoo:F28_Expression_Creation
) occurring within a specific time span (crm:E52_Time-Span
), which can be expressed as either a precisely defined period with exact starting and ending date times (crm:P82a_begin_of_the_begin
and crm:P82b_end_of_the_end
) or a fuzzy label if its temporal extents are not precisely known (crm:P82_at_some_time_within
). A creation event is made of smaller activities (crm:E7_Activity
), each conducted by one or more agents (crm:E39_Actor
) and characterised by a specific type (crm:E55_Type
) that defines, implicitly, the role assumed by the agent for that activity. For example, if the agent is identified as the author of the Expression, the activity type is represented as writing (aat:300054698
). Also, creation events employ various creation techniques (crm:E55_Type
). For example, aat:300054196
is used to express drawing technique. An Expression can also be associated with one or more subjects defining its contents. In CHAD-AP, a generic concept is represented with the class crm:E73_Information_Object
with the type aat:300404126
(i.e. subject) explicitly specified.
The Manifestation (lrmoo:F3_Manifestation
) represents the embodiment of the CHO\'s content in a physical format. It is characterised by having a type (crm:E55_Type
). In addition, Manifestations are associated with copyright or licensing statements (represented through the combination of crm:E73_Information_Object
having type aat:300435434
, i.e. copyright/licensing statement), linked with the document introducing the actual license or right statements through the property crm:P70i_is_documented_in
. Manifestations may also have existing digital representations: a digital resource such as this serves as a copy of the CHO at the Manifestation level, and is linked to it through the property crm:P130i_features_are_also_found_on
.
Finally, the Item (lrmoo:F5_Item
) represents the physical, localised exemplar of the CHO. It is accompanied with descriptive components like labels (expressed through the use of the property crm:P3_has_note
) and identifiers (crm:E42_Identifier
, each with its own content and type). Items can depict the content (lrmoo:F2_Expression
) of another CHO. Sometimes, an Item may be linked to a curation activity (represented through the combination of crm:E7_Activity
with type aat:300054277
, i.e. curating) carried out by a keeper (crm:E39_Actor
) who manages a collection (crm:E24_Physical_Human-Made_Thing
with type aat:300025976
, i.e. collections) to which the object belongs, located in a specific place (crm:E53_Place
). An Item can also be composed of (crm:P46_is_composed_of
) other Items. Finally, an Item can be related to an existing resource serving as a copy of it (e.g. an existing 3D model published on some repository) through the property crm:P130i_features_are_also_found_on
.
Whenever possible, instances of crm:E39_Actor
and crm:E53_Place
are also linked with existing authority records through the property crm:P1_is_identified_by
.
As shown in the diagram below, CHAD-AP also describes the entities for defining a 3D digitisation workflow as a sequence of activities classified according to two main categories.
On the one hand, we have the acquisition activity (crmdig:D2_Digitization_Process
), which involves the digitisation of a CHO at the Item level(lrmoo:F5_Item
) to produce a Digital CHO (DCHO) (crmdig:D9_Data_Object
). Similarly to its physical counterpart, the DCHO can be associated with copyright statements or licenses (crm:E73_Information_Object
with aat:300435434
as its type). The acquisition occurs within a time span (crm:E52_Time-Span
) with defined starting and ending date times, and engages various agents, including individuals (crm:E21_Person
) and institutions (crm:E74_Group
) responsible for the activity. During the acquisition, a series of techniques (crm:E55_Type
) can be used, such as photogrammetry (aat:300053580
) or structured light scanning (aat:300391312
), along with tools (crmdig:D8_Digital_Device
) like digital cameras (aat:300266792
) and structured light scanners (aat:300429747
).
On the other hand, we have a series of software activities (crmdig:D10_Software_Execution
), each representing a specific stage or phase of digitisation workflow. Such stage is denoted by its type (crm:E55_Type
), such as processing (aat:300054636
), modelling (aat:300391447
), and optimization (aat:300386427
). It involves the manipulation of the DCHO (crmdig:D9_Data_Object
) produced previously as input and the production of a modified version of that DCHO (crmdig:D9_Data_Object
) as output. The activity also occurs within a defined time span (crm:E52_Time-Span
) with precise start and end date times, engages various agents, including individuals (crm:E21_Person
) and institutions (crm:E74_Group
), and uses software as tools to produce its output (crmdig:D14_Software
).
A DCHO can be related to another existing digital model (crmdig:D9_Data_Object
) that had been used as a basis to produce the former, instead of acquiring the CHO directly. In this case, the DCHO and the existing model are linked through the property crm:P130_shows_features_of
.
CHAD-AP can be used for modelling scenarios related to cultural heritage acquisition and digitisation processes. In the following subsections we introduce some of them, and we accompany them with exemplar instantiations.
The prefixes that are used in all the examples provided below are defined as follows:
@prefix aat: <http://vocab.getty.edu/page/aat/> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix crmdig: <http://www.ics.forth.gr/isl/CRMdig/> .
@prefix lrmoo: <http://iflastandards.info/ns/lrm/lrmoo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
The creation event 32/act/1
created the work 32/wrk/1
and its expression 32/exp/1
within a time span ranging from 1500 to 1599. The creation event is carried out through the drawing
technique and consists of an activity 32/act/1-01
, carried out by ulisse-aldrovandi
(ULAN:500342675
) as a creator of the work.
32/wrk/1
has two titles: 32/ttl/1
with type original-title
("Essere umano ermafrodita"), and 32/ttl/2
with type exhibition-title
("Essere umano ermafrodita" and "Human hermaphrodite"). It is member of another work tavole-di-animali-work
, whose manifestation has print-volume
as its type. It is realised in 32/exp/1
.
32/exp/1
is about the concept ermafrodita
. It is embodied in the manifestation 32/mnf/1
.
32/mnf/1
has manuscript
as its type. It is referred to by a license statement 32/lic/1
documented in the external document "http://rightsstatements.org/vocab/InC/1.0/". It is exemplified by 32/itm/1
.
32/itm/1
is identified by three identifiers: 32/itm/1-identifier-01
("32") with type collection-id
; 32/itm/1-identifier-02
("5") with type volume-number
; and 32/itm/1-identifier-03
("Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86") with type shelf-mark
. The item is used in a curation activity 32/act/3
carried out by bub
. Its description reads: "Essere umano ermafrodita Human hermaphrodite (Monstrum humanum hermaphroditicum) sec. XVI 16th century BUB, Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86".
<https://w3id.org/changes/4/aldrovandi/32/act/1> a lrmoo:F28_Expression_Creation ;
crm:P9_consists_of <https://w3id.org/changes/4/aldrovandi/32/act/2> ;
crm:P32_used_general_technique aat:300054196 ;
lrmoo:R19_created_a_realisation_of <https://w3id.org/changes/4/aldrovandi/32/wrk/1> ;
lrmoo:R17_created <https://w3id.org/changes/4/aldrovandi/32/exp/1> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/tsp/1> .
<https://w3id.org/changes/4/aldrovandi/32/act/2> a crm:E7_Activity ;
crm:P2_has_type aat:300404387 ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/ulisse-aldrovandi> .
<https://w3id.org/changes/4/aldrovandi/acr/ulisse-aldrovandi> a crm:E39_Actor ;
crm:P70i_is_documented_in <http://vocab.getty.edu/page/ulan/500342675> .
<https://w3id.org/changes/4/aldrovandi/tsp/1> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "1500-01-01T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "1599-12-31T23:59:59Z"^^xsd:dateTime .
<https://w3id.org/changes/4/aldrovandi/32/wrk/1> a lrmoo:F1_Work ;
crm:P102_has_title <https://w3id.org/changes/4/aldrovandi/32/ttl/1> ,
<https://w3id.org/changes/4/aldrovandi/32/ttl/2> ;
lrmoo:R3_is_realised_in <https://w3id.org/changes/4/aldrovandi/32/exp/1> .
<https://w3id.org/changes/4/aldrovandi/32/ttl/1> a crm:E35_Title ;
crm:P2_has_type aat:300417204 ;
crm:P190_has_symbolic_content "Essere umano ermafrodita"@it .
<https://w3id.org/changes/4/aldrovandi/32/ttl/2> a crm:E35_Title ;
crm:P2_has_type aat:300417207 ;
crm:P190_has_symbolic_content "Essere umano ermafrodita"@it ,
"Human hermaphrodite"@en .
<https://w3id.org/changes/4/aldrovandi/32/exp/1> a lrmoo:F2_Expression ;
crm:P129_is_about <https://w3id.org/changes/4/aldrovandi/sub/ermafrodita> ;
lrmoo:R4i_is_embodied_in <https://w3id.org/changes/4/aldrovandi/32/mnf/1> .
<https://w3id.org/changes/4/aldrovandi/32/mnf/1> a lrmoo:F3_Manifestation ;
crm:P2_has_type aat:300028569 ;
lrmoo:R7i_is_exemplified_by <https://w3id.org/changes/4/aldrovandi/32/itm/1> .
<https://w3id.org/changes/4/aldrovandi/32/lic/1> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mnf/1> ;
crm:P70i_is_documented_in <http://rightsstatements.org/vocab/InC/1.0/> .
<https://w3id.org/changes/4/aldrovandi/32-parent/wrk/1> a lrmoo:F1_Work ;
lrmoo:R10_has_member <https://w3id.org/changes/4/aldrovandi/32/wrk/1> ;
lrmoo:R3_is_realised_in <https://w3id.org/changes/4/aldrovandi/32-parent/exp/1> .
<https://w3id.org/changes/4/aldrovandi/32-parent/exp/1> a lrmoo:F2_Expression ;
lrmoo:R4i_is_embodied_in <https://w3id.org/changes/4/aldrovandi/32-parent/mnf/1> .
<https://w3id.org/changes/4/aldrovandi/32-parent/mnf/1> a lrmoo:F3_Manifestation ;
crm:P2_has_type aat:300265632 ;
lrmoo:R7i_is_exemplified_by <https://w3id.org/changes/4/aldrovandi/32-parent/itm/1> .
<https://w3id.org/changes/4/aldrovandi/32-parent/itm/1> a lrmoo:F5_Item .
<https://w3id.org/changes/4/aldrovandi/sub/ermafrodita> a crm:E73_Information_Object ;
crm:P2_has_type aat:300404126 .
<https://w3id.org/changes/4/aldrovandi/32/itm/1> a lrmoo:F5_Item ;
crm:P1_is_identified_by <https://w3id.org/changes/4/aldrovandi/32/idf/1> ,
<https://w3id.org/changes/4/aldrovandi/32/idf/2> ,
<https://w3id.org/changes/4/aldrovandi/32/idf/3> ;
crm:P3_has_note """
Essere umano ermafrodita
Human hermaphrodite (Monstrum humanum hermaphroditicum)
sec. XVI
16th century
BUB,
Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86
"""^^rdfs:Literal .
<https://w3id.org/changes/4/aldrovandi/32/idf/1> a crm:E42_Identifier ;
crm:P2_has_type aat:300312355 ;
crm:P190_has_symbolic_content "32"^^rdfs:Literal .
<https://w3id.org/changes/4/aldrovandi/32/idf/2> a crm:E42_Identifier ;
crm:P2_has_type aat:300445021 ;
crm:P190_has_symbolic_content "5"^^rdfs:Literal .
<https://w3id.org/changes/4/aldrovandi/32/idf/3> a crm:E42_Identifier ;
crm:P2_has_type aat:300404704 ;
crm:P190_has_symbolic_content "Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86"^^rdfs:Literal .
<https://w3id.org/changes/4/aldrovandi/32/act/3> a crm:E7_Activity ;
crm:P2_has_type aat:300054277 ;
crm:P16_used_specific_object <https://w3id.org/changes/4/aldrovandi/32/itm/1> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/bub> .
<https://w3id.org/changes/4/aldrovandi/acr/bub> a crm:E39_Actor ;
crm:P74_has_current_or_former_residence <https://w3id.org/changes/4/aldrovandi/plc/bologna> .
On 2023-05-08
, alice-bordignon
acquired digital data of 32/itm/1
on behalf of unibo-ficlit
, leveraging photogrammetry
and using the panasonic-dmc-lx100
camera, resulting in a digital model 32/mdl/1
.
Subsequently, on 2023-05-10
, Alice processed 32/mdl/1
on behalf of unibo-ficlit
using the 3df-zephyr
software, creating a processed digital model 32/mdl/2
.
From 2023-05-17
to 2023-05-18
, Alice further modeled 32/mdl/2
on behalf of unibo-ficlit
using the blender
software, resulting in a refined digital model 32/mdl/3
.
From 2023-05-18
to 2023-05-19
, Alice optimized 32/mdl/3
on behalf of unibo-ficlit
using the instant-meshes
and 3df-zephyr
software, resulting in an optimized digital model 32/mdl/4
.
Finally, on 2023-05-19
, Alice exported 32/mdl/4
on behalf of unibo-ficlit
using the blender
software, resulting in an exported model 32/mdl/5
as an output.
Each digital model is licensed under a CC BY-NC 4.0 license.
<https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> a crm:E74_Group .
<https://w3id.org/changes/4/aldrovandi/dev/panasonic-dmc-lx100> a crmdig:D8_Digital_Device ;
crm:P2_has_type aat:300266792 .
<https://w3id.org/changes/4/aldrovandi/32/act/4> a crmdig:D2_Digitization_Process ;
crmdig:L1_digitized <https://w3id.org/changes/4/aldrovandi/32/itm/1> ;
crmdig:L11_had_output <https://w3id.org/changes/4/aldrovandi/32/mdl/1> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/tsp/2> ;
crm:P11_had_participant <https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> ;
crm:P32_used_general_technique aat:300391312 ;
crm:P16_used_specific_object <https://w3id.org/changes/4/aldrovandi/dev/panasonic-dmc-lx100> .
<https://w3id.org/changes/4/aldrovandi/sfw/3df-zephyr> a crmdig:D14_Software ;
crm:P2_has_type aat:300426696 .
<https://w3id.org/changes/4/aldrovandi/32/act/5> a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300054636 ;
crmdig:L10_had_input <https://w3id.org/changes/4/aldrovandi/32/mdl/1> ;
crmdig:L11_had_output <https://w3id.org/changes/4/aldrovandi/32/mdl/2> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/tsp/3> ;
crm:P11_had_participant <https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> ;
crmdig:L23_used_software_or_firmware <https://w3id.org/changes/4/aldrovandi/sfw/3df-zephyr> .
<https://w3id.org/changes/4/aldrovandi/sfw/blender> a crmdig:D14_Software ;
crm:P2_has_type aat:300426696 .
<https://w3id.org/changes/4/aldrovandi/32/act/6> a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300391447 ;
crmdig:L10_had_input <https://w3id.org/changes/4/aldrovandi/32/mdl/2> ;
crmdig:L11_had_output <https://w3id.org/changes/4/aldrovandi/32/mdl/3> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/tsp/4> ;
crm:P11_had_participant <https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> ;
crmdig:L23_used_software_or_firmware <https://w3id.org/changes/4/aldrovandi/sfw/blender> .
<https://w3id.org/changes/4/aldrovandi/sfw/instant-meshes> a crmdig:D14_Software ;
crm:P2_has_type aat:300426696 .
<https://w3id.org/changes/4/aldrovandi/32/act/7> a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300386427 ;
crmdig:L10_had_input <https://w3id.org/changes/4/aldrovandi/32/mdl/3> ;
crmdig:L11_had_output <https://w3id.org/changes/4/aldrovandi/32/mdl/4> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/tsp/5> ;
crm:P11_had_participant <https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> ;
crmdig:L23_used_software_or_firmware <https://w3id.org/changes/4/aldrovandi/sfw/instant-meshes>, <https://w3id.org/changes/4/aldrovandi/sfw/3df-zephyr> .
<https://w3id.org/changes/4/aldrovandi/32/act/8> a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300417260 ;
crmdig:L10_had_input <https://w3id.org/changes/4/aldrovandi/32/mdl/4> ;
crmdig:L11_had_output <https://w3id.org/changes/4/aldrovandi/32/mdl/5> ;
crm:P4_has_time-span <https://w3id.org/changes/4/aldrovandi/32/tsp/6> ;
crm:P11_had_participant <https://w3id.org/changes/4/aldrovandi/acr/unibo-ficlit> ;
crm:P14_carried_out_by <https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> ;
crmdig:L23_used_software_or_firmware <https://w3id.org/changes/4/aldrovandi/sfw/blender> .
<https://w3id.org/changes/4/aldrovandi/acr/alice-bordignon> a crm:E21_Person .
<https://w3id.org/changes/4/aldrovandi/32/mdl/1> a crmdig:D9_Data_Object .
<https://w3id.org/changes/4/aldrovandi/32/mdl/2> a crmdig:D9_Data_Object .
<https://w3id.org/changes/4/aldrovandi/32/mdl/3> a crmdig:D9_Data_Object .
<https://w3id.org/changes/4/aldrovandi/32/mdl/4> a crmdig:D9_Data_Object .
<https://w3id.org/changes/4/aldrovandi/32/mdl/5> a crmdig:D9_Data_Object .
<https://w3id.org/changes/4/aldrovandi/32/lic/2> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mdl/1> ;
crm:P70i_is_documented_in <https://creativecommons.org/licenses/by-nc/4.0/> .
<https://w3id.org/changes/4/aldrovandi/32/lic/3> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mdl/2> ;
crm:P70i_is_documented_in <https://creativecommons.org/licenses/by-nc/4.0/> .
<https://w3id.org/changes/4/aldrovandi/32/lic/4> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mdl/3> ;
crm:P70i_is_documented_in <https://creativecommons.org/licenses/by-nc/4.0/> .
<https://w3id.org/changes/4/aldrovandi/32/lic/5> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mdl/4> ;
crm:P70i_is_documented_in <https://creativecommons.org/licenses/by-nc/4.0/> .
<https://w3id.org/changes/4/aldrovandi/32/lic/6> a crm:E73_Information_Object ;
crm:P2_has_type aat:300435434 ;
crm:P67_refers_to <https://w3id.org/changes/4/aldrovandi/32/mdl/5> ;
crm:P70i_is_documented_in <https://creativecommons.org/licenses/by-nc/4.0/> .
<https://w3id.org/changes/4/aldrovandi/tsp/2> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "2023-05-08T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2023-05-08T23:59:59Z"^^xsd:dateTime .
<https://w3id.org/changes/4/aldrovandi/tsp/3> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "2023-05-10T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2023-05-10T23:59:59Z"^^xsd:dateTime .
<https://w3id.org/changes/4/aldrovandi/tsp/3> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "2023-05-17T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2023-05-18T23:59:59Z"^^xsd:dateTime .
<https://w3id.org/changes/4/aldrovandi/tsp/4> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "2023-05-18T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2023-05-19T23:59:59Z"^^xsd:dateTime .
<https://w3id.org/changes/4/aldrovandi/tsp/5> a crm:E52_Time-Span ;
crm:P82a_begin_of_the_begin "2023-05-19T00:00:00Z"^^xsd:dateTime ;
crm:P82b_end_of_the_end "2023-05-19T23:59:59Z"^^xsd:dateTime .
CHAD-AP can be used for answering several questions related to the acquisition and digitisation of cultural heritage objects. In the following subsections we introduce some of them, and we accompany them with exemplar SPARQL queries.
The prefixes that are used in all the SPARQL queries provided below are defined as follows:
PREFIX aat: <http://vocab.getty.edu/page/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX lrmoo: <http://iflastandards.info/ns/fr/frbr/lrmoo/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
What are the CHOs whose creation involved some author?
SELECT ?resource ?agent
WHERE {
?creation_event a lrmoo:F28_Expression_Creation ;
lrmoo:R17_created ?resource ;
crm:P9_consists_of ?activity .
?activity crm:P2_has_type aat:300054698 ;
crm:P14_carried_out_by ?agent .
}
What are the agents and the types of activities they carried out to contribute to the creation of 32/exp/1
?
SELECT ?agent ?type
WHERE {
?creation_event a lrmoo:F28_Expression_Creation ;
lrmoo:R17_created <https://w3id.org/changes/4/aldrovandi/32/exp/1> ;
crm:P9_consists_of ?activity .
?activity crm:P2_has_type ?type ;
crm:P14_carried_out_by ?agent .
}
What are the agents involved in the creation of the CHOs that have been created through the drawing technique? What are the types of the activities they carried out?
SELECT ?resource ?agent ?type
WHERE {
?creation_event a lrmoo:F28_Expression_Creation ;
crm:P32_used_general_technique aat:300054196 ;
lrmoo:R17_created ?resource ;
crm:P9_consists_of ?activity .
?activity crm:P2_has_type ?type ;
crm:P14_carried_out_by ?agent .
}
What are the identifiers of a manuscript? What are their types?
SELECT ?resource ?identifier_text ?type
WHERE {
?resource a lrmoo:F5_Item ;
crm:P2_has_type aat:300028569 ;
crm:P1_is_identified_by ?identifier .
?identifier crm:P2_has_type ?type ;
crm:P190_has_symbolic_content ?identifier_text.
}
What is the shelf mark of the CHO with the project ID '32'?
SELECT ?identifier_text
WHERE {
?resource a lrmoo:F5_Item ;
crm:P1_is_identified_by ?identifier1 ,
?identifier2 .
?identifier1 crm:P2_has_type aat:300312355 ;
crm:P190_has_symbolic_content "32"^^rdfs:Literal .
?identifier2 crm:P2_has_type aat:300404704 ;
crm:P190_has_symbolic_content ?identifier_text.
}
What are the descriptive labels of the CHOs that either have shelf marks or are prints?
SELECT ?resource ?label
WHERE {
?manifestation a lrmoo:F3_Manifestation ;
lrmoo:R7i_is_exemplified_by ?resource ;
crm:P2_has_type ?type .
?resource a lrmoo:F5_Item ;
crm:P1_is_identified_by ?identifier ;
crm:P3_has_note ?label .
?identifier crm:P2_has_type ?id_type .
FILTER(?type = aat:300041273 || ?id_type = aat:300404704)
}
What are the CHOs whose collections have been curated by agents located in Bologna?
SELECT ?resource ?agent
WHERE {
?curation a crm:E7_Activity ;
crm:P2_has_type aat:300054277 ;
crm:P14_carried_out_by ?agent ;
crm:P16_used_specific_object ?resource .
?agent crm:P74_has_current_or_former_residence <https://w3id.org/changes/4/aldrovandi/plc/bologna> .
}
What are the CHOs and the time spans of their creation events?
SELECT ?resource ?time_interval
WHERE {
?creation_event a lrmoo:F28_Expression_Creation ;
lrmoo:R19_created_a_realisation_of ?resource ;
crm:P4_has_time-span ?time_interval .
}
What are the titles of the work 32/wrk
? What are their types?
SELECT ?title ?type ?content
WHERE {
?creation a lrmoo:F28_Expression_Creation ;
lrmoo:R19_created_a_realisation_of <https://w3id.org/changes/4/aldrovandi/32/wrk/1> .
<https://w3id.org/changes/4/aldrovandi/32/wrk/1> crm:P102_has_title ?title .
?title crm:P2_has_type ?type ;
crm:P190_has_symbolic_content ?content .
}
What are the parent works of the works that have 'ermafrodita' as their subject?
SELECT ?parent ?work ?subject
WHERE {
?creation a lrmoo:F28_Expression_Creation ;
lrmoo:R19_created_a_realisation_of ?work ;
lrmoo:R17_created ?expression .
?parent a lrmoo:F1_Work ;
lrmoo:R10_has_member ?work .
?expression a lrmoo:F2_Expression ;
crm:P129_is_about <https://w3id.org/changes/4/aldrovandi/sub/ermafrodita> .
}
Which license statements are assigned to the manifestations?
SELECT ?manifestation ?license_link
WHERE {
?license crm:P67_refers_to ?manifestation ;
crm:P2_has_type aat:300435434 ;
crm:P70i_is_documented_in ?license_link .
}
What is the CHO digitized and the DCHO produced by an acquisition activity? What is the latter\'s license?
SELECT ?input ?output ?license_link
WHERE {
?activity a crmdig:D2_Digitization_Process ;
crmdig:L1_digitized ?input ;
crmdig:L11_had_output ?output .
?license crm:P2_has_type aat:300435434 ;
crm:P67_refers_to ?output ;
crm:P70i_is_documented_in ?license_link .
}
What are the starting and ending date times in which the acquisition activity occurred?
SELECT ?activity ?start ?end
WHERE {
?activity a crmdig:D2_Digitization_Process;
crm:P4_has_time-span ?timespan .
?timespan crm:P82a_begin_of_the_begin ?start ;
crm:P82b_end_of_the_end ?end .
}
What are the acquisition activities, its output, the processing activity and its output?
SELECT ?digitization ?input ?activity ?output
WHERE {
?activity a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300054636 ;
crmdig:L10_had_input ?input ;
crmdig:L11_had_output ?output .
?digitization crmdig:L11_had_output ?input .
}
What are the people and institutions who either carried out or were participants in the processing activity?
SELECT ?person ?institution
WHERE {
?activity a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300054636 ;
crm:P14_carried_out_by ?person ;
crm:P11_had_participant ?institution .
}
What are the techniques used in acquisition activities?
SELECT ?technique ?activity
WHERE {
?activity a crmdig:D2_Digitization_Process ;
crm:P32_used_general_technique ?technique .
}
What are the tools and their types used in processing activities?
SELECT ?tool ?type
WHERE {
?activity a crmdig:D10_Software_Execution ;
crm:P2_has_type aat:300054636 ;
crmdig:L23_used_software_or_firmware ?tool .
?tool a crmdig:D14_Software ;
crm:P2_has_type ?type .
}
IRI: http://www.cidoc-crm.org/cidoc-crm/E7_Activity
### Example of activity consisting in the curation (aat:300054277) of a ### CHO at the Item level, carried out by a cultural organization (BUB) ex:32-item-curation a crm:E7_Activity ; crm:P2_has_type aat:300054277 ; crm:P16_used_specific_object ex:32-item ; crm:P14_carried_out_by ex:bub .
IRI: http://www.cidoc-crm.org/cidoc-crm/E39_Actor
IRI: http://www.ics.forth.gr/isl/CRMdig/D9_Data_Object
### Example of a data object produced at the end of an acquisition activity and used as input in a processing activity ex:data-object a crmdig:D9_Data_Object . ex:acquisition a crmdig:D2_Digitization_Process ; crmdig:L1_digitized ex:item ; crmdig:L11_had_output ex:data-object . ex:processing a crmdig:D10_Software_Execution ; crm:P2_has_type aat:300054636 ; crmdig:L10_had_input ex:data-object .
IRI: http://www.ics.forth.gr/isl/CRMdig/D8_Digital_Device
### Example of a digital camera (aat:300266792) ex:panasonic-dmc-lx100 a crmdig:D8_Digital_Device ; crm:P2_has_type aat:300266792 .
IRI: http://www.ics.forth.gr/isl/CRMdig/D2_Digitization_Process
### Example of an acquisition activity that digitises a CHO at ### the Item level (ex:32-item) and produces a DCHO as a result ### (ex:32-model-00), being carried out by an expert (ex:alice-bordignon) ### during a given time-span (ex:32-acquisition-timespan), using a ### certain technique such as photogrammetry (aat:300391312) with the ### help of a given tool (ex:panasonic-dmc-lx100). ex:32-acquisition a crmdig:D2_Digitization_Process ; crmdig:L1_digitized ex:32-item ; crmdig:L11_had_output ex:32-model-00 ; crm:P4_has_time-span ex:32-acquisition-timespan ; crm:P11_had_participant ex:unibo-ficlit ; crm:P14_carried_out_by ex:alice-bordignon ; crm:P32_used_general_technique aat:300391312 ; crm:P16_used_specific_object ex:panasonic-dmc-lx100 .
IRI: http://www.cidoc-crm.org/cidoc-crm/E31_Document
IRI: http://iflastandards.info/ns/lrm/lrmoo/F2_Expression
### Example of a CHO at the Expression level, characterised by a subject and embodied in a Manifestation ex:32-expression a lrmoo:F2_Expression ; crm:P129_is_about ex:ermafrodita ; lrmoo:R4i_is_embodied_in ex:32-manifestation .
IRI: http://iflastandards.info/ns/lrm/lrmoo/F28_Expression_Creation
### Example of an Expression Creation. It consists of a smaller activity; it is carried out through a drawing ### technique; it happens during the XVI century; and it generates both the Expression of the CHO (its content) and ### its realisation (the Work). ex:32-expression-creation a lrmoo:F28_Expression_Creation ; crm:P9_consists_of ex:32-expression-creation-activity-01 ; crm:P32_used_general_technique aat:300054196 ; lrmoo:R19_created_a_realisation_of ex:32-work ; lrmoo:R17_created ex:32-expression ; crm:P4_has_time-span ex:1500-1599 .
IRI: http://www.cidoc-crm.org/cidoc-crm/E74_Group
IRI: http://www.cidoc-crm.org/cidoc-crm/E42_Identifier
### Example of an identifier, characterised by a type and a textual content ex:32-item-identifier-01 a crm:E42_Identifier ; crm:P2_has_type aat:300312355 ; crm:P190_has_symbolic_content "32"^^rdfs:Literal .
IRI: http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object
### Example of two Information Objects, one representing a copyright statement and ### the other representing a subject of a CHO at the Expression level ex:32-manifestation-license a crm:E73_Information_Object ; crm:P2_has_type aat:300435434 ; crm:P67_refers_to ex:32-manifestation ; crm:P70i_is_documented_in <http://rightsstatements.org/vocab/InC/1.0/> . ex:ermafrodita a crm:E73_Information_Object ; crm:P2_has_type aat:300404126 .
IRI: http://iflastandards.info/ns/lrm/lrmoo/F5_Item
### Example of a CHO at the Item level, characterised by three identifiers and a description ex:32-item a lrmoo:F5_Item ; crm:P1_is_identified_by ex:32-item-identifier-01 , ex:32-item-identifier-02 , ex:32-item-identifier-03 ; crm:P3_has_note ''' Essere umano ermafrodita Human hermaphrodite (Monstrum humanum hermaphroditicum) sec. XVI 16th century BUB, Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86 '''^^rdfs:Literal .
IRI: http://iflastandards.info/ns/lrm/lrmoo/F3_Manifestation
### Example of a CHO at the Manifestation level, characterised by a type and exemplified in an Item ex:32-manifestation a lrmoo:F3_Manifestation ; crm:P2_has_type aat:300028569 ; lrmoo:R7i_is_exemplified_by ex:32-item .
IRI: http://www.cidoc-crm.org/cidoc-crm/E21_Person
IRI: http://www.cidoc-crm.org/cidoc-crm/E24_Physical_Human-Made_Thing
IRI: http://www.cidoc-crm.org/cidoc-crm/E53_Place
IRI: http://www.ics.forth.gr/isl/CRMdig/D14_Software
### Example of a graphics software (aat:300426696) ex:3df-zephyr a crmdig:D14_Software ; crm:P2_has_type aat:300426696 .
IRI: http://www.ics.forth.gr/isl/CRMdig/D10_Software_Execution
### Example of software activity consisting in the processing (aat:300054636) of the ### DCHO produced by the previous acquisition activity, carried out by an expert ### (ex:alice-bordignon) during a defined time-span (ex:32-processing-timespan) using a ### certain tool (ex:3df-zephyr). ex:32-processing a crmdig:D10_Software_Execution ; crm:P2_has_type aat:300054636 ; crmdig:L10_had_input ex:32-model-00 ; crmdig:L11_had_output ex:32-model-01 ; crm:P4_has_time-span ex:32-processing-timespan ; crm:P11_had_participant ex:unibo-ficlit ; crm:P14_carried_out_by ex:alice-bordignon ; crmdig:L23_used_software_or_firmware ex:3df-zephyr .
IRI: http://www.cidoc-crm.org/cidoc-crm/E52_Time-Span
### Example of a time span, characterised by a starting date time and an ending date time ex:1500-1599 a crm:E52_Time-Span ; crm:P82a_begin_of_the_begin "1500-01-01T00:00:00Z"^^xsd:dateTime ; crm:P82b_end_of_the_end "1599-12-31T23:59:59Z"^^xsd:dateTime .
IRI: http://www.cidoc-crm.org/cidoc-crm/E35_Title
### Example of a title, characterised by a type and a textual content ex:32-work-title-01 a crm:E35_Title ; crm:P2_has_type aat:300417204 ; crm:P190_has_symbolic_content "Essere umano ermafrodita"@it .
IRI: http://www.cidoc-crm.org/cidoc-crm/E55_Type
IRI: http://iflastandards.info/ns/lrm/lrmoo/F1_Work
### Example of a CHO at the Work level, characterised by two titles and realised in an Expression ex:32-work a lrmoo:F1_Work ; crm:P102_has_title ex:32-work-title-01 , ex:32-work-title-02 ; lrmoo:R3_is_realised_in ex:32-expression .
IRI: http://www.cidoc-crm.org/cidoc-crm/P14_carried_out_by
### Example of a person carrying out an acquisition activity. :acquisition a crmdig:D2_Digitization_Process ; crm:P14_carried_out_by :researcher . :researcher a crm:E21_Person .
IRI: http://www.cidoc-crm.org/cidoc-crm/P9_consists_of
### Example of an activity (Expression Creation) consisting of another creation activity (aat:300404387). ex:32-expression-creation a lrmoo:F28_Expression_Creation ; crm:P9_consists_of ex:32-expression-creation-activity-01 . ex:32-expression-creation-activity-01 a crm:E7_Activity ; crm:P2_has_type aat:300404387 ; crm:P14_carried_out_by ex:ulisse-aldrovandi .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R17_created
### Example of an expression being created in a creation event. :expression-creation a lrmoo:F28_Expression_Creation ; lrmoo:R17_created :expression . :expression a lrmoo:F2_Expression .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R19_created_a_realisation_of
### Example of a work being created during a creation event. :expression-creation a lrmoo:F28_Expression_Creation ; lrmoo:R19_created_a_realisation_of :work . :work a lrmoo:F1_Work .
IRI: http://www.cidoc-crm.org/cidoc-crm/P62_depicts
IRI: http://www.ics.forth.gr/isl/CRMdig/L1_digitized
### Example of an acquisition activity digitising a CHO at the Item level to produce a DCHO ### (the raw 3D model) as an output. ex:32-acquisition a crmdig:D2_Digitization_Process ; crmdig:L1_digitized ex:32-item ; crmdig:L11_had_output ex:32-model-00 .
IRI: http://www.cidoc-crm.org/cidoc-crm/P70_documents
### Example of an external web page documenting a license statement referring to ### a CHO at the Manifestation level. ex:32-manifestation-license a crm:E73_Information_Object ; crm:P2_has_type aat:300435434 ; crm:P67_refers_to ex:32-manifestation ; crm:P70i_is_documented_in <http://rightsstatements.org/vocab/InC/1.0/> .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R4_embodies
### Example of a Manifestation embodying an Expression. :manifestation a lrmoo:F3_Manifestation ; lrmoo:R4_embodies :expression . :expression a lrmoo:F2_Expression .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R7_exemplifies
### Example of a item exemplifying a manifestation. :item a lrmoo:F5_Item ; lrmoo:R7_exemplifies :manifestation . :manifestation a lrmoo:F3_Manifestation .
IRI: http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on
### Example of a manifestation having another digital representation, already existing and published on an institutional repository. :manifestation a lrmoo:F3_Manifestation ; crm:P130i_features_are_also_found_on <http://hdl.handle.net/20.500.14008/78078> .
IRI: http://www.cidoc-crm.org/cidoc-crm/P46i_forms_part_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P9i_forms_part_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P11_had_participant
### Example of an actor participating in an activity. :event a crm:E5_Event ; crm:P11_had_participant :agent . :agent a crm:E39_Actor .
IRI: http://www.cidoc-crm.org/cidoc-crm/P74_has_current_or_former_residence
IRI: http://www.ics.forth.gr/isl/CRMdig/L10_had_input
### Example of a processing activity (a crmdig:D10_Software_Execution with type aat:300054636) using a ### DCHO (the raw 3D model acquired in the previous step). ex:32-processing a crmdig:D10_Software_Execution ; crm:P2_has_type aat:300054636 ; crmdig:L10_had_input ex:32-model-00 .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R10_has_member
### Example of a complex work made up by another work. :parent-work a lrmoo:F1_Work ; lrmoo:R10_has_member :another-work . :another-work a lrmoo:F1_Work .
IRI: http://www.ics.forth.gr/isl/CRMdig/L11_had_output
### Example of a processing activity (a crmdig:D10_Software_Execution with type aat:300054636) producing a ### DCHO (the processed 3D model) as an output. ex:32-processing a crmdig:D10_Software_Execution ; crm:P2_has_type aat:300054636 ; crmdig:L11_had_output ex:32-model-01 .
IRI: http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span
### Example of an activity (expression creation) happening in the 16th century (a time span between the ### first day of 1500 and the last day of 1599). ex:32-expression-creation a lrmoo:F28_Expression_Creation ; crm:P4_has_time-span ex:1500-1599 . ex:1500-1599 a crm:E52_Time-Span ; crm:P82a_begin_of_the_begin "1500-01-01T00:00:00Z"^^xsd:dateTime ; crm:P82b_end_of_the_end "1599-12-31T23:59:59Z"^^xsd:dateTime .
IRI: http://www.cidoc-crm.org/cidoc-crm/P102_has_title
### Example of a work bearing a title. :work a lrmoo:F1_Work ; crm:P102_has_title :title . :title a crm:E35_Title .
IRI: http://www.cidoc-crm.org/cidoc-crm/P2_has_type
### Example of a title having "original title" (aat:300417204) as its type. ex:32-work-title-01 a crm:E35_Title ; crm:P2_has_type aat:300417204 ; crm:P190_has_symbolic_content "Essere umano ermafrodita"@it .
IRI: http://www.cidoc-crm.org/cidoc-crm/P1i_identifies
IRI: http://www.cidoc-crm.org/cidoc-crm/P129_is_about
### Example of an expression having a topic. :expression a lrmoo:F2_Expression ; crm:P129_is_about :subject .
IRI: http://www.cidoc-crm.org/cidoc-crm/P46_is_composed_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P74i_is_current_or_former_residence_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P62i_is_depicted_by
IRI: http://www.cidoc-crm.org/cidoc-crm/P70i_is_documented_in
IRI: http://iflastandards.info/ns/lrm/lrmoo/R4i_is_embodied_by
IRI: http://iflastandards.info/ns/lrm/lrmoo/R7i_is_exemplified_by
IRI: http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by
### Example of a CHO being identified by three identifiers: an accession number (aat:300312355), ### a book number (aat:300445021) and a shelfmark (aat:300404704). ex:32-item a lrmoo:F5_Item ; crm:P1_is_identified_by ex:32-item-identifier-01 , ex:32-item-identifier-02 , ex:32-item-identifier-03 . ex:32-item-identifier-01 a crm:E42_Identifier ; crm:P2_has_type aat:300312355 ; crm:P190_has_symbolic_content "32"^^rdfs:Literal . ex:32-item-identifier-02 a crm:E42_Identifier ; crm:P2_has_type aat:300445021 ; crm:P190_has_symbolic_content "5"^^rdfs:Literal . ex:32-item-identifier-03 a crm:E42_Identifier ; crm:P2_has_type aat:300404704 ; crm:P190_has_symbolic_content "Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86"^^rdfs:Literal .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R10i_is_member_of
IRI: http://iflastandards.info/ns/lrm/lrmoo/R3_is_realised_in
### Example of a work realised in an expression. :work a lrmoo:F1_Work ; lrmoo:R3_is_realised_in :expression . :expression a lrmoo:F2_Expression .
IRI: http://www.cidoc-crm.org/cidoc-crm/P67i_is_referred_to_by
IRI: http://www.cidoc-crm.org/cidoc-crm/P129i_is_subject_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P4i_is_time-span_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P102i_is_title_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of
### Example of a curation activity involving a collection. :curation-activity a crm:E7_Activity ; crm:P12_occurred_in_the_presence_of :collection . :collection a crm:E24_Physical_Human-Made_Thing .
IRI: http://www.cidoc-crm.org/cidoc-crm/P11i_participated_in
IRI: http://www.cidoc-crm.org/cidoc-crm/P14i_performed
IRI: http://iflastandards.info/ns/lrm/lrmoo/R3i_realises
IRI: http://www.cidoc-crm.org/cidoc-crm/P67_refers_to
### Example of a license statement (a crm:E73_Information_Object with type aat:300435434) referring to ### a CHO at the Manifestation level. ex:32-manifestation-license a crm:E73_Information_Object ; crm:P2_has_type aat:300435434 ; crm:P67_refers_to ex:32-manifestation .
IRI: http://www.cidoc-crm.org/cidoc-crm/P130_shows_features_of
### Example of a 3D model based on another model, already existing and published on Sketchfab. :3d-model a crmdig:D9_Data_Object ; crm:P130_shows_features_of <https://sketchfab.com/3d-models/cuban-macaw-nhmw-zoo-vs-50796-52348a29605a4136a0e807942d3c12a6> .
IRI: http://www.cidoc-crm.org/cidoc-crm/P32_used_general_technique
### Example of an activity (expression creation) employing a "drawing technique" (aat:300054196). ex:32-expression-creation a lrmoo:F28_Expression_Creation ; crm:P32_used_general_technique aat:300054196 .
IRI: http://www.ics.forth.gr/isl/CRMdig/L23_used_software_or_firmware
### Example of a processing activity using 3D Zephyr for producing its output ex:32-processing a crmdig:D10_Software_Execution ; crm:P2_has_type aat:300054636 ; crmdig:L10_had_input ex:32-model-00 ; crmdig:L11_had_output ex:32-model-01 ; crmdig:L23_used_software_or_firmware ex:3df-zephyr .
IRI: http://www.cidoc-crm.org/cidoc-crm/P16_used_specific_object
### Example of a CHO being involved in a curation activity. :curation-activity a crm:E7_Activity ; crm:P16_used_specific_object :item . :item a lrmoo:F1_Item .
IRI: http://iflastandards.info/ns/lrm/lrmoo/R17i_was_created_by
IRI: http://www.ics.forth.gr/isl/CRMdig/L1i_was_digitized_by
IRI: http://www.ics.forth.gr/isl/CRMdig/L10i_was_input_of
IRI: http://www.ics.forth.gr/isl/CRMdig/L11i_was_output_of
IRI: http://www.cidoc-crm.org/cidoc-crm/P12i_was_present_at
IRI: http://iflastandards.info/ns/lrm/lrmoo/R19i_was_realised_through
IRI: http://www.cidoc-crm.org/cidoc-crm/P16i_was_used_for
IRI: http://www.cidoc-crm.org/cidoc-crm/P82_at_some_time_within
IRI: http://www.cidoc-crm.org/cidoc-crm/P82a_begin_of_the_begin
### Example of a time span having a beginning date time ex:1500-1599 a crm:E52_Time-Span ; crm:P82a_begin_of_the_begin "1500-01-01T00:00:00Z"^^xsd:dateTime .
IRI: http://www.cidoc-crm.org/cidoc-crm/P82b_end_of_the_end
### Example of a time span having a ending date time ex:1500-1599 a crm:E52_Time-Span ; crm:P82b_end_of_the_end "1599-12-31T23:59:59Z"^^xsd:dateTime .
IRI: http://www.cidoc-crm.org/cidoc-crm/P3_has_note
### Example of the textual description of a CHO at the Item level ex:32-item a lrmoo:F5_Item ; crm:P3_has_note ''' Essere umano ermafrodita Human hermaphrodite (Monstrum humanum hermaphroditicum) sec. XVI 16th century BUB, Ms. Aldrovandi, Tavole di animali, vol. 5, carta 86 '''^^rdfs:Literal .
IRI: http://www.cidoc-crm.org/cidoc-crm/P190_has_symbolic_content
### Example of the textual content of a title ex:32-work-title-01 a crm:E35_Title ; crm:P190_has_symbolic_content "Essere umano ermafrodita"@it .
IRI: http://vocab.getty.edu/aat/300312355
IRI: http://vocab.getty.edu/aat/300053363
IRI: http://vocab.getty.edu/aat/300117127
IRI: http://vocab.getty.edu/aat/300420536
IRI: http://vocab.getty.edu/aat/300445021
IRI: http://vocab.getty.edu/aat/300028051
IRI: http://vocab.getty.edu/aat/300045627
IRI: http://vocab.getty.edu/aat/300422994
IRI: http://vocab.getty.edu/aat/300224200
IRI: http://vocab.getty.edu/aat/300025976
IRI: http://vocab.getty.edu/aat/300417639
IRI: http://vocab.getty.edu/aat/300022488
IRI: http://vocab.getty.edu/aat/300403970
IRI: http://vocab.getty.edu/aat/300435434
IRI: http://vocab.getty.edu/aat/300404387
IRI: http://vocab.getty.edu/aat/300054277
IRI: http://vocab.getty.edu/aat/300386427
IRI: http://vocab.getty.edu/aat/300054636
IRI: http://vocab.getty.edu/aat/300266792
IRI: http://vocab.getty.edu/aat/300391447
IRI: http://vocab.getty.edu/aat/300047762
IRI: http://vocab.getty.edu/aat/300404386
IRI: http://vocab.getty.edu/aat/300054638
IRI: http://vocab.getty.edu/aat/300054196
IRI: http://vocab.getty.edu/aat/300053758
IRI: http://vocab.getty.edu/aat/300155365
IRI: http://vocab.getty.edu/aat/300425064
IRI: http://vocab.getty.edu/aat/300053225
IRI: http://vocab.getty.edu/aat/300041340
IRI: http://vocab.getty.edu/aat/300122241
IRI: http://vocab.getty.edu/aat/300417207
IRI: http://vocab.getty.edu/aat/300053357
IRI: http://vocab.getty.edu/aat/300011172
IRI: http://vocab.getty.edu/aat/300426696
IRI: http://vocab.getty.edu/aat/300252927
IRI: http://vocab.getty.edu/aat/300024928
IRI: http://vocab.getty.edu/aat/300440768
IRI: http://vocab.getty.edu/aat/300265483
IRI: http://vocab.getty.edu/aat/300054200
IRI: http://vocab.getty.edu/aat/300055021
IRI: http://vocab.getty.edu/aat/300053852
IRI: http://vocab.getty.edu/aat/300037592
IRI: http://vocab.getty.edu/aat/300178926
IRI: http://vocab.getty.edu/aat/300028569
IRI: http://vocab.getty.edu/aat/300028094
IRI: http://vocab.getty.edu/aat/300138758
IRI: http://vocab.getty.edu/aat/300046025
IRI: http://vocab.getty.edu/aat/300024594
IRI: http://vocab.getty.edu/aat/300047753
IRI: http://vocab.getty.edu/aat/300024814
IRI: http://vocab.getty.edu/aat/300138684
IRI: http://vocab.getty.edu/aat/300184300
IRI: http://vocab.getty.edu/aat/300028309
IRI: http://vocab.getty.edu/aat/300046001
IRI: http://vocab.getty.edu/aat/300178684
IRI: http://vocab.getty.edu/aat/300429747
IRI: http://vocab.getty.edu/aat/300417204
IRI: http://vocab.getty.edu/aat/300033618
IRI: http://vocab.getty.edu/aat/300053580
IRI: http://vocab.getty.edu/aat/300137376
IRI: http://vocab.getty.edu/aat/300077565
IRI: http://vocab.getty.edu/aat/300053319
IRI: http://vocab.getty.edu/aat/300041273
IRI: http://vocab.getty.edu/aat/300054686
IRI: http://vocab.getty.edu/aat/300041933
IRI: http://vocab.getty.edu/aat/300417260
IRI: http://vocab.getty.edu/aat/300264383
IRI: http://vocab.getty.edu/aat/300027349
IRI: http://vocab.getty.edu/aat/300404704
IRI: http://vocab.getty.edu/aat/300433476
IRI: http://vocab.getty.edu/aat/300235576
IRI: http://vocab.getty.edu/aat/300047600
IRI: http://vocab.getty.edu/aat/300391312
IRI: http://vocab.getty.edu/aat/300404126
IRI: http://vocab.getty.edu/aat/300189634
IRI: http://vocab.getty.edu/aat/300053628
IRI: http://vocab.getty.edu/aat/300069831
IRI: http://vocab.getty.edu/aat/300343820
IRI: http://vocab.getty.edu/aat/300132254
IRI: http://vocab.getty.edu/aat/300028682
IRI: http://vocab.getty.edu/aat/300191086
IRI: http://vocab.getty.edu/aat/300226836
IRI: http://vocab.getty.edu/aat/300265632
IRI: http://vocab.getty.edu/aat/300015045
IRI: http://vocab.getty.edu/aat/300265248
IRI: http://vocab.getty.edu/aat/300041405
The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.