Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
chunk_id: string
doc_id: string
doc_title: string
cite: string
kind: string
concept_id: string
section_path: list<item: string>
child 0, item: string
heading: string
text: string
entities: list<item: string>
child 0, item: string
entities_historical: list<item: string>
child 0, item: string
meeting_date: string
meeting_venue: string
issues: list<item: int64>
child 0, item: int64
subject: string
from_email: string
from_name: string
quote_spans: list<item: list<item: int64>>
child 0, item: list<item: int64>
child 0, item: int64
subject_norm: string
entities_quoted: list<item: string>
child 0, item: string
id: string
message_id: string
to: list<item: string>
child 0, item: string
body_raw: string
stripped: struct<mailman_footer: int64, outlook_separator: int64, original_message: int64, signature: int64, s (... 115 chars omitted)
child 0, mailman_footer: int64
child 1, outlook_separator: int64
child 2, original_message: int64
child 3, signature: int64
child 4, sig_block: int64
child 5, single_block_quote: int64
child 6, interleaved_kept: int64
child 7, attribution: int64
child 8, thin_reply_context: int64
cc: list<item: string>
child 0, item: string
mbox_index: int64
n_chars: int64
in_reply_to: string
attachments: list<item: struct<filename: string, content_type: string, size: int64>>
child 0, item: struct<filename: string, content_type: string, size: int64>
child 0, filename: string
child 1, content_type: string
child 2, size: int64
body: string
references: list<item: string>
child 0, item: string
date: timestamp[s]
to
{'id': Value('string'), 'message_id': Value('string'), 'mbox_index': Value('int64'), 'date': Value('timestamp[s]'), 'from_name': Value('string'), 'from_email': Value('string'), 'to': List(Value('string')), 'cc': List(Value('string')), 'subject': Value('string'), 'subject_norm': Value('string'), 'in_reply_to': Value('string'), 'references': List(Value('string')), 'body': Value('string'), 'body_raw': Value('string'), 'quote_spans': List(List(Value('int64'))), 'entities': List(Value('string')), 'entities_quoted': List(Value('string')), 'entities_historical': List(Value('string')), 'stripped': {'mailman_footer': Value('int64'), 'outlook_separator': Value('int64'), 'original_message': Value('int64'), 'signature': Value('int64'), 'sig_block': Value('int64'), 'single_block_quote': Value('int64'), 'interleaved_kept': Value('int64'), 'attribution': Value('int64'), 'thin_reply_context': Value('int64')}, 'attachments': List({'filename': Value('string'), 'content_type': Value('string'), 'size': Value('int64')}), 'n_chars': Value('int64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
chunk_id: string
doc_id: string
doc_title: string
cite: string
kind: string
concept_id: string
section_path: list<item: string>
child 0, item: string
heading: string
text: string
entities: list<item: string>
child 0, item: string
entities_historical: list<item: string>
child 0, item: string
meeting_date: string
meeting_venue: string
issues: list<item: int64>
child 0, item: int64
subject: string
from_email: string
from_name: string
quote_spans: list<item: list<item: int64>>
child 0, item: list<item: int64>
child 0, item: int64
subject_norm: string
entities_quoted: list<item: string>
child 0, item: string
id: string
message_id: string
to: list<item: string>
child 0, item: string
body_raw: string
stripped: struct<mailman_footer: int64, outlook_separator: int64, original_message: int64, signature: int64, s (... 115 chars omitted)
child 0, mailman_footer: int64
child 1, outlook_separator: int64
child 2, original_message: int64
child 3, signature: int64
child 4, sig_block: int64
child 5, single_block_quote: int64
child 6, interleaved_kept: int64
child 7, attribution: int64
child 8, thin_reply_context: int64
cc: list<item: string>
child 0, item: string
mbox_index: int64
n_chars: int64
in_reply_to: string
attachments: list<item: struct<filename: string, content_type: string, size: int64>>
child 0, item: struct<filename: string, content_type: string, size: int64>
child 0, filename: string
child 1, content_type: string
child 2, size: int64
body: string
references: list<item: string>
child 0, item: string
date: timestamp[s]
to
{'id': Value('string'), 'message_id': Value('string'), 'mbox_index': Value('int64'), 'date': Value('timestamp[s]'), 'from_name': Value('string'), 'from_email': Value('string'), 'to': List(Value('string')), 'cc': List(Value('string')), 'subject': Value('string'), 'subject_norm': Value('string'), 'in_reply_to': Value('string'), 'references': List(Value('string')), 'body': Value('string'), 'body_raw': Value('string'), 'quote_spans': List(List(Value('int64'))), 'entities': List(Value('string')), 'entities_quoted': List(Value('string')), 'entities_historical': List(Value('string')), 'stripped': {'mailman_footer': Value('int64'), 'outlook_separator': Value('int64'), 'original_message': Value('int64'), 'signature': Value('int64'), 'sig_block': Value('int64'), 'single_block_quote': Value('int64'), 'interleaved_kept': Value('int64'), 'attribution': Value('int64'), 'thin_reply_context': Value('int64')}, 'attachments': List({'filename': Value('string'), 'content_type': Value('string'), 'size': Value('int64')}), 'n_chars': Value('int64')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | message_id string | mbox_index int64 | date timestamp[s] | from_name string | from_email string | to list | cc list | subject string | subject_norm string | in_reply_to string | references list | body string | body_raw string | quote_spans list | entities list | entities_quoted list | entities_historical list | stripped dict | attachments list | n_chars int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
963fb342fcb6e70d | <3B2F588B.F58DEAA@ics.forth.gr> | 0 | 2001-06-19T13:50:03 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [
"jorge@csi.forth.gr",
"rmontserrat@correu.gencat.es"
] | [crm-sig] First CRM-SIG Meeting: CHANGE OF MEETING ROOM | first crm-sig meeting: change of meeting room | null | [] | Dear All,
The first meeting of the CIDOC CRM SIG will take place at:
July Thursday 5, all day (from 9 am to 18'45 pm)
in the Institut del Teatre, room IT P4.1
Institut del Teatre (IT) Pl. Margarida Xirgu, s/n 08038 Barcelona.
It is within the ICOM Meeting facilities, and known to the ICOM
Conference
organizers. Se... | Dear All,
The first meeting of the CIDOC CRM SIG will take place at:
July Thursday 5, all day (from 9 am to 18'45 pm)
in the Institut del Teatre, room IT P4.1
Institut del Teatre (IT) Pl. Margarida Xirgu, s/n 08038 Barcelona.
It is within the ICOM Meeting facilities, and known to the ICOM
Conference
organizers. Se... | [] | [
"P4"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 3,393 |
9056813364dd2a86 | <3B3783D9.D22A84FD@ics.forth.gr> | 1 | 2001-06-25T18:32:57 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] How to find the CIDOC SIG CRM meeting place | how to find the cidoc sig crm meeting place | null | [] | Dear All,
Attached a map of the area, where the first meeting of the CIDOC CRM SIG
will take place:
Room IT P4.1
Institut del Teatre (IT) Pl. Margarida Xirgu, s/n 08038 Barcelona
best wishes,
Martin | Dear All,
Attached a map of the area, where the first meeting of the CIDOC CRM SIG
will take place:
Room IT P4.1
Institut del Teatre (IT) Pl. Margarida Xirgu, s/n 08038 Barcelona
best wishes,
Martin
| [] | [
"P4"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [
{
"filename": "guia.aa.bmp",
"content_type": "image/bmp",
"size": 225078
}
] | 203 |
131aa1dd66410639 | <3B39DAE3.87FBB90A@ics.forth.gr> | 2 | 2001-06-27T13:08:51 | martin | martin@ics.forth.gr | [
"cidoc-test@ics.forth.gr",
"cidoc-docustrd@ics.forth.gr",
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] CRM TEST PROJECT CLOSING SUCCESSFULLY | crm test project closing successfully | null | [] | Dear All,
We close now the CRM Correlation Test Project
(http://cidoc.ics.forth.gr/testproject.html).
It has brought very valuable results, and has verified both, the
CRM approach and the specific contents of the CRM and its latest
extensions as an excellent solution to the interoperability of
data and metadata of... | Dear All,
We close now the CRM Correlation Test Project
(http://cidoc.ics.forth.gr/testproject.html).
It has brought very valuable results, and has verified both, the
CRM approach and the specific contents of the CRM and its latest
extensions as an excellent solution to the interoperability of
data and metadata of... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 2,001 |
2f11f2e3ba5dd80c | <3B3B3396.8E6FA60B@ics.forth.gr> | 3 | 2001-06-28T13:39:34 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [
"patricia.manson@cec.eu.int"
] | [crm-sig] Meeting agenda Barcelona, July 5 | meeting agenda barcelona, july 5 | null | [] | Dear All,
The meeting agenda for July 5, Barcelona will
cover the following topics in the order given below:
1.) Introduction of the members of the SIG to the CIDOC Conceptual
reference model,
contents and related activities.
2) Introduction of the members to the status and support needs of the
ISO process for the ... | Dear All,
The meeting agenda for July 5, Barcelona will
cover the following topics in the order given below:
1.) Introduction of the members of the SIG to the CIDOC Conceptual
reference model,
contents and related activities.
2) Introduction of the members to the status and support needs of the
ISO process for the ... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 1,563 |
6bc8d410eb445cbe | <3B3B3B14.491C4A6F@ics.forth.gr> | 4 | 2001-06-28T14:11:32 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Attachment for agenda point 4.) | attachment for agenda point 4.) | null | [] | Sorry,
The attachment didn't work properly. Here it is.
Martin | Sorry,
The attachment didn't work properly. Here it is.
Martin
--
--------------------------------------------------------------
Dr. Martin Doerr | Vox:+30(81)391625 |
Senior Researcher | Fax:+30(81)391609 |
Project Leader SIS | Email: martin@ics.forth.gr ... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [
{
"filename": "CRM scope definition.doc",
"content_type": "application/msword",
"size": 29184
}
] | 64 |
164f829b06513bec | <20010710205021.32078.qmail@web11606.mail.yahoo.com> | 5 | 2001-07-10T20:50:21 | Nicholas Crofts | nickcrofts@yahoo.com | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Reference to work item | reference to work item | null | [] | For info...
The reference to the CRM as a new ISO work item (with
results of the initial ballot and comments) is
available on the NISO website at
http://www.niso.org/tc46sc4.html
Details of the CRM ballot are contained in a pdf file.
Best wishes
=====
Nicholas Crofts
DAEL / DSI
rue David-Dufour 5
Case postale 22... | For info...
The reference to the CRM as a new ISO work item (with
results of the initial ballot and comments) is
available on the NISO website at
http://www.niso.org/tc46sc4.html
Details of the CRM ballot are contained in a pdf file.
Best wishes
=====
Nicholas Crofts
DAEL / DSI
rue David-Dufour 5
Case postale 22... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 1,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 379 |
bb8cec1dd5573ccc | <3B4C143F.13F75904@ics.forth.gr> | 6 | 2001-07-11T08:54:23 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] MIDAS, English Heritage | midas, english heritage | null | [] | Dear All,
I thought this message is of general interest:
=========================================================================
Martin
You asked for copies of standards that you would like covered by the
CRM.
For information of the meeting therefore I attach a summarised copy of
the
MIDAS data standard - the ful... | Dear All,
I thought this message is of general interest:
=========================================================================
Martin
You asked for copies of standards that you would like covered by the
CRM.
For information of the meeting therefore I attach a summarised copy of
the
MIDAS data standard - the ful... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 1,965 |
dcff56ee4ef68a7e | <20010713122232.52580.qmail@web11605.mail.yahoo.com> | 7 | 2001-07-13T12:22:32 | Nicholas Crofts | nickcrofts@yahoo.com | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Re: CRM version 3.2 | crm version 3.2 | <3B4DA03B.8AA85082@ics.forth.gr> | [] | Dear all,
I have no objections to the modifications in version
3.2 needed to avoid the recursion problem.
However, I didn't find Martin's explanation very clear
so I shall try to reexpress the notions in my own
terms - Martin please shout if this is not what you
intended.
The "Beginning of Existence" and "End of Ex... | Dear all,
I have no objections to the modifications in version
3.2 needed to avoid the recursion problem.
However, I didn't find Martin's explanation very clear
so I shall try to reexpress the notions in my own
terms - Martin please shout if this is not what you
intended.
The "Beginning of Existence" and "End of Ex... | [
[
41,
91
],
[
93,
117
]
] | [
"E1"
] | [
"E1"
] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 1,
"single_block_quote": 0,
"interleaved_kept": 1,
"attribution": 0,
"thin_reply_context": 0
} | [] | 3,937 |
143127cf0e77e8b0 | <3B58BFD9.1D258DE0@ics.forth.gr> | 8 | 2001-07-20T23:33:45 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Progress of the CIDOC CRM SIG | progress of the cidoc crm sig | null | [] | Dear All,
The first CIDOC CRM Special Interest Group Meeting has met all expectations. It has increased the interest and active participation in the community (see http://cidoc.ics.forth.gr/members.html). The
CIDOC CRM
Standardization project is now substantially supported by the European Community, the Research Libra... | Dear All,
The first CIDOC CRM Special Interest Group Meeting has met all expectations. It has increased the interest and active participation in the community (see http://cidoc.ics.forth.gr/members.html). The
CIDOC CRM
Standardization project is now substantially supported by the European Community, the Research Libra... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 2,652 |
da37b3afd1b0e935 | <3B58CF82.66E54DCD@ics.forth.gr> | 9 | 2001-07-21T00:40:34 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | null | [] | Dear All,
This is a request for e-mail vote. Following the proposal of the Steering Committee,
The CRM Definition Version 3.2 is proposed as Committee Draft to be submitted to
the ISO Working Group. The ISO Working Group will reformat the document following ISO
rules and submit it for vote to ISO at the next ISO TC46 ... | Dear All,
This is a request for e-mail vote. Following the proposal of the Steering Committee,
The CRM Definition Version 3.2 is proposed as Committee Draft to be submitted to
the ISO Working Group. The ISO Working Group will reformat the document following ISO
rules and submit it for vote to ISO at the next ISO TC46 ... | [] | [
"E1"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 2,974 |
b8c683282bdb4a52 | <3B58CF8D.6E6CC9B@ics.forth.gr> | 10 | 2001-07-21T00:40:45 | martin | martin@ics.forth.gr | [] | [
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] Re: CRM version 3.2 | crm version 3.2 | null | [
"<20010713122232.52580.qmail@web11605.mail.yahoo.com>"
] | Dear Nick,
Sorry for answering not earlier. We had a technical problem to bring
CRM version 3.2 up on the Website. This is now done, so everyone
can follow the discussion.
Here my thoughts:
| Dear all,
| I have no objections to the modifications in version
| 3.2 needed to avoid the recursion problem.
|
| However, ... | Dear Nick,
Sorry for answering not earlier. We had a technical problem to bring
CRM version 3.2 up on the Website. This is now done, so everyone
can follow the discussion.
Here my thoughts:
Nicholas Crofts wrote:
> Dear all,
> I have no objections to the modifications in version
> 3.2 needed to avoid the recursion ... | [
[
9,
30
],
[
80,
189
]
] | [] | [
"E1"
] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 1,
"attribution": 1,
"thin_reply_context": 0
} | [] | 7,305 |
9bc8c98fc03995d6 | <OF31E449FD.74C4097A-ON88256A94.0074B679@rlg.org> | 11 | 2001-07-25T22:36:33 | Tony Gill | tony_gill@notes.rlg.org | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Introductory article about ontology development | introductory article about ontology development | null | [] | An good introductory article about ontology development was cited in our
new weekly newsletter ShelfLife recently: Ontology Development 101: A
Guide to Creating Your First Ontology, by Natalya F. Noy and Deborah L.
McGuinness.
They use an example wine ontology to explain the generic ontology design
principles in ... | An good introductory article about ontology development was cited in our
new weekly newsletter ShelfLife recently: Ontology Development 101: A
Guide to Creating Your First Ontology, by Natalya F. Noy and Deborah L.
McGuinness.
They use an example wine ontology to explain the generic ontology design
principles in ... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 5,867 |
c4c76afa574f6fc5 | <000c01c11e03$bff4a120$14f23e98@SAMMY> | 12 | 2001-08-05T23:09:57 | Stephen Stead | steads@compuserve.com | [
"crm-sig@ics.forth.gr"
] | [] | RE: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | <3B58CF82.66E54DCD@ics.forth.gr> | [] | I agree with CRM version 3.2 as Committee Draft YES | I agree with CRM version 3.2 as Committee Draft YES
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 51 |
22f475781db86d1a | <OF531C8873.9A5E87D3-ON88256AA0.00608DB9@rlg.org> | 13 | 2001-08-06T17:35:11 | Tony Gill | tony_gill@notes.rlg.org | [
"crm-sig@ics.forth.gr"
] | [] | RE: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE - YES | cidoc-crm sig - call for vote - yes | null | [] | I agree with CRM version 3.2 as Committee Draft YES | I agree with CRM version 3.2 as Committee Draft YES
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 51 |
9093e14975f1b7dd | <3B6FD98F.EC57F0B3@ics.forth.gr> | 14 | 2001-08-07T12:05:35 | martin | martin@ics.forth.gr | [
"edmund.lee@rchme.co.uk"
] | [
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] Progress of the CIDOC CRM SIG | progress of the cidoc crm sig | null | [
"<27D168B9EAB6D411A5310008C74B95513B4675@swn15.rchme.uk>"
] | Dear Edmund,
Thank you for your comments. I think this is of general interest.
|
| Martin,
|
| Thank you for circulating the reports from the CRM meetings at Barcelona. I
| have a couple of comments.
|
| Mapping excercises:-
|
| You refer to the SMR97 standard as a target for mapping to CRM. I suggest
| that this... | Dear Edmund,
Thank you for your comments. I think this is of general interest.
"Lee, Edmund" wrote:
>
> Martin,
>
> Thank you for circulating the reports from the CRM meetings at Barcelona. I
> have a couple of comments.
>
> Mapping excercises:-
>
> You refer to the SMR97 standard as a target for mapping to CRM. ... | [
[
4,
23
],
[
28,
42
],
[
54,
67
]
] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 1,
"attribution": 1,
"thin_reply_context": 0
} | [] | 2,631 |
91474dee8c7a6de7 | <3C14BA0C.2F702664@ics.forth.gr> | 15 | 2001-12-10T13:35:08 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Translation Form for the CIDOC CRM Version 3.2 | translation form for the cidoc crm version 3.2 | null | [] | Dear All,
In the process of proof reading the French version of CIDOC CRM Version 2.2
(see http://cidoc.ics.forth.gr/docs/crm_french_version.doc)
we have created an Excel form for the update of the implemented version.
I attach the Excel form for CRM version 3.2 (http://cidoc.ics.forth.gr/docs/cidoc_crm_version_3.2.r... | Dear All,
In the process of proof reading the French version of CIDOC CRM Version 2.2
(see http://cidoc.ics.forth.gr/docs/crm_french_version.doc)
we have created an Excel form for the update of the implemented version.
I attach the Excel form for CRM version 3.2 (http://cidoc.ics.forth.gr/docs/cidoc_crm_version_3.2.r... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [
{
"filename": "list ver3.2.xls",
"content_type": "application/x-msexcel",
"size": 38912
}
] | 665 |
afae5b0af353a235 | <61336A7BD30AD4119C9F0000D110961AA28A@gnm-mail1.gnm> | 16 | 2001-08-10T13:30:15 | Krause, Siegfried | s.krause@gnm.de | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Invitation to CIDOC - SIG - ISO Meeting in Paris | invitation to cidoc - sig - iso meeting in paris | null | [] | Dear SIG-Contributors,
we would like to invite you to the upcoming SIG-ISO meeting in Paris on the
15th to 18th of October. I would like to emphasize that this meeting is of
crucial importance for the success of the whole project. Your personal
contribution will be most valuable. All necessary information could be fou... | Dear SIG-Contributors,
we would like to invite you to the upcoming SIG-ISO meeting in Paris on the
15th to 18th of October. I would like to emphasize that this meeting is of
crucial importance for the success of the whole project. Your personal
contribution will be most valuable. All necessary information could be fou... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 790 |
adc6439cb0c34a79 | <012e01c12568$93e995b0$0c3a4982@zib.de> | 17 | 2001-08-15T08:59:22 | Regine Stein | stein@zib.de | [
"crm-sig@ics.forth.gr"
] | [] | Re: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | null | [
"<3B58CF82.66E54DCD@ics.forth.gr>"
] | I agree with CRM version 3.2 as Committee Draft YES | I agree with CRM version 3.2 as Committee Draft YES
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 51 |
03d3e82818405398 | <37BE8153.CEDBA86D@benaki.gr> | 18 | 1999-08-21T10:37:08 | Ifigenia Dionysiadou | ifi@benaki.gr | [
"crm-sig@ics.forth.gr"
] | [] | RE: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | null | [] | I agree with CRM version 3.2 as Committee Draft YES
--
-----------------------------------------
Ifigenia Dionissiadu
Head, Documentation Department
Benaki Museum
1, Koumbari Street, Athens 10674, Greece
Tel/Fax. +30-1-3614355
Email. ifi@benaki.gr
----------------------------------------- |
I agree with CRM version 3.2 as Committee Draft YES
--
-----------------------------------------
Ifigenia Dionissiadu
Head, Documentation Department
Benaki Museum
1, Koumbari Street, Athens 10674, Greece
Tel/Fax. +30-1-3614355
Email. ifi@benaki.gr
-----------------------------------------
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 295 |
b23647d6fc058341 | <4.2.0.58.20010821132147.00be3df0@mail.hf.uio.no> | 19 | 2001-08-21T11:23:46 | Jon Holmen | jon.holmen@muspro.uio.no | [
"crm-sig@ics.forth.gr"
] | [] | Re: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | <3B58CF82.66E54DCD@ics.forth.gr> | [] | | I agree with CRM version 3.2 as Committee Draft YES
Jon Holmen,
National Museum Procject,
University of Oslo |
>I agree with CRM version 3.2 as Committee Draft YES
Jon Holmen,
National Museum Procject,
University of Oslo
| [
[
0,
0
]
] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 1
} | [] | 111 |
a2d9480e0861fe20 | <37BE8583.17692122@benaki.gr> | 20 | 1999-08-21T10:55:00 | Ifigenia Dionysiadou | ifi@benaki.gr | [
"crm-sig@ics.forth.gr"
] | [] | RE: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE | cidoc-crm sig - call for vote | null | [] | I agree with CRM version 3.2 as Committee Draft YES
--
-----------------------------------------
Ifigenia Dionissiadu
Head, Documentation Department
Benaki Museum
1, Koumbari Street, Athens 10674, Greece
Tel/Fax. +30-1-3614355
Email. ifi@benaki.gr
----------------------------------------- | I agree with CRM version 3.2 as Committee Draft YES
--
-----------------------------------------
Ifigenia Dionissiadu
Head, Documentation Department
Benaki Museum
1, Koumbari Street, Athens 10674, Greece
Tel/Fax. +30-1-3614355
Email. ifi@benaki.gr
-----------------------------------------
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 296 |
f26d8b75e14346e4 | <85256AB5.00533FD5.00@pch.gc.ca> | 21 | 2001-08-27T15:09:28 | kati_geber@pch.gc.ca | [
"crm-sig@ics.forth.gr"
] | [] | RE: [crm-sig] CIDOC-CRM SIG - CALL FOR VOTE - YES | cidoc-crm sig - call for vote - yes | null | [] | I agree with CRM version 3.2 as Committee Draft YES. |
I agree with CRM version 3.2 as Committee Draft YES.
| [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 52 | |
85005a9fc6e01dde | <85256AB5.0053C2E9.00@pch.gc.ca> | 22 | 2001-08-27T15:15:01 | kati_geber@pch.gc.ca | [
"s.krause@gnm.de"
] | [
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] Invitation to CIDOC - SIG - ISO Meeting in Paris | invitation to cidoc - sig - iso meeting in paris | null | [] | Hello all,
I have not seen any response to Siegfried's e_mail on the list. Are we meeting?
I need to know as soon as possible as I will be traveling in September to ICHIN
and October to MCN.
Please let me now soon if you think I should attend,
kati
"Krause, Siegfried" <s.krause@gnm.de> on 08/10/2001 09:30:15 AM
... | Hello all,
I have not seen any response to Siegfried's e_mail on the list. Are we meeting?
I need to know as soon as possible as I will be traveling in September to ICHIN
and October to MCN.
Please let me now soon if you think I should attend,
kati
"Krause, Siegfried" <s.krause@gnm.de> on 08/10/2001 09:30:15 AM
... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [
{
"filename": "att1.unk",
"content_type": "application/octet-stream",
"size": 2333
}
] | 968 | |
fc6a1888d34037d8 | <3B8A9009.CF07A12C@ics.forth.gr> | 23 | 2001-08-27T18:23:05 | martin | martin@ics.forth.gr | [
"kati_geber@pch.gc.ca"
] | [
"s.krause@gnm.de",
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] Invitation to CIDOC - SIG - ISO Meeting in Paris | invitation to cidoc - sig - iso meeting in paris | null | [
"<85256AB5.0053C2E9.00@pch.gc.ca>"
] | Dear All,
Of course we are meeting.
Cheers,
Martin
--
--------------------------------------------------------------
Dr. Martin Doerr | Vox:+30(81)391625 |
Senior Researcher | Fax:+30(81)391609 |
Project Leader SIS | Email: martin@ics.forth.gr |
... | Dear All,
Of course we are meeting.
Cheers,
Martin
Kati_Geber@pch.gc.ca wrote:
> Hello all,
>
> I have not seen any response to Siegfried's e_mail on the list. Are we meeting?
> I need to know as soon as possible as I will be traveling in September to ICHIN
> and October to MCN.
>
> Please let me now soon if you t... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 1,
"thin_reply_context": 0
} | [] | 942 |
3d3ce73da140e583 | <85256AB5.00667DCC.00@pch.gc.ca> | 24 | 2001-08-27T18:39:37 | kati_geber@pch.gc.ca | [
"martin@ics.forth.gr"
] | [
"s.krause@gnm.de",
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] Invitation to CIDOC - SIG - ISO Meeting in Paris | invitation to cidoc - sig - iso meeting in paris | null | [] | Hi Martin,
Thanks for your quick response.
On the website there is no explicit mention on the CRM ISO/TC46/SC4/WG9 meeting
schedule, date, etc. Nick - could you answer?
As you know - my participation is in the ISO group and it will be difficult to
explain to my managers that I need to attend a meeting with a general a... | Hi Martin,
Thanks for your quick response.
On the website there is no explicit mention on the CRM ISO/TC46/SC4/WG9 meeting
schedule, date, etc. Nick - could you answer?
As you know - my participation is in the ISO group and it will be difficult to
explain to my managers that I need to attend a meeting with a general a... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 1,254 | |
53dda12a65fd7d05 | <20010830162022.95658.qmail@web11607.mail.yahoo.com> | 25 | 2001-08-30T16:20:22 | Nicholas Crofts | nickcrofts@yahoo.com | [
"crm-sig@ics.forth.gr"
] | [
"nickcrofts@yahoo.com"
] | [crm-sig] CRM XML mapping utility | crm xml mapping utility | null | [] | Dear colleagues,
The long awaited CRM XML mapping utility I promised in
Barcelona is now available. I have mailed it to Martin
who will put it on the web site shortly. It's an
Access application, and requires Access to be
installed on your computer to run. The application is
written for Access '97. If you have a more... | Dear colleagues,
The long awaited CRM XML mapping utility I promised in
Barcelona is now available. I have mailed it to Martin
who will put it on the web site shortly. It's an
Access application, and requires Access to be
installed on your computer to run. The application is
written for Access '97. If you have a more... | [] | [
"E35",
"E56",
"P72"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 1,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 8,924 |
704f0bb284f5f5c4 | <000301c1377b$4806e100$14f23e98@SAMMY> | 26 | 2001-09-07T08:58:35 | Stephen Stead | steads@compuserve.com | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Hotel in Paris | hotel in paris | null | [] | Dear All
Booked in to the following hotel
Holiday Inn Paris - Bibliotheque De France
21, rue de Tolbiac
75013 Paris
France
For reservation questions and other information call:
Tel: +33 (1) 45.84.61.61
Fax: +33 (1) 45.84.43.38
Check in: 14/10/2001
Check out: 18/10/2001
Room/unit type: Great Rates ... | Dear All
Booked in to the following hotel
Holiday Inn Paris - Bibliotheque De France
21, rue de Tolbiac
75013 Paris
France
For reservation questions and other information call:
Tel: +33 (1) 45.84.61.61
Fax: +33 (1) 45.84.43.38
Check in: 14/10/2001
Check out: 18/10/2001
Room/unit type: Great Rates ... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 568 |
d60ae160b7e1958f | <3BA604D4.1501EDF7@ics.forth.gr> | 27 | 2001-09-17T14:12:36 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] 2 new issues | 2 new issues | null | [] | I just placed two new issues on the discussion list:
location of physical features
motivation of man-made objects
as issues nr 40 and 41. Please do not hesitate to formulate
issues for the next meeting, even if you are not sure if the subject
is already covered.
All the best,
Martin | I just placed two new issues on the discussion list:
location of physical features
motivation of man-made objects
as issues nr 40 and 41. Please do not hesitate to formulate
issues for the next meeting, even if you are not sure if the subject
is already covered.
All the best,
Martin
--
---------------------------... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 287 |
0f62b133e10ad9c3 | <OF35F4B2DF.0D9E3482-ON88256AD5.007F588C@rlg.org> | 28 | 2001-09-28T23:58:38 | Tony Gill | tony_gill@notes.rlg.org | [
"crm-sig@ics.forth.gr"
] | [] | Re: [crm-sig] 4 new issues | 4 new issues | null | [] | OK, here are a few discussion issues I would like to propose:
1. Scope Notes for Properties
I think we need to provide scope notes for properties, to make their
meaning more explicit. The need for property scope notes has also been
voiced by the ABC/Harmony folks.
2. Collection class
I've always been unhappy about ... | OK, here are a few discussion issues I would like to propose:
1. Scope Notes for Properties
I think we need to provide scope notes for properties, to make their
meaning more explicit. The need for property scope notes has also been
voiced by the ABC/Harmony folks.
2. Collection class
I've always been unhappy about ... | [] | [
"E1",
"E2",
"E24"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 3,018 |
8a9364628305f0e7 | <3BB99EDE.499E36B6@ics.forth.gr> | 29 | 2001-10-02T11:02:54 | martin | martin@ics.forth.gr | [
"cimi-friends@cimilists.rlg.org",
"cidoc-members@nrm.se",
"cidoc-docustrd@ics.forth.gr",
"crm-sig@ics.forth.gr",
"lagoze@cs.cornell.edu",
"jane@dstc.edu.au",
"libby.miller@bris.ac.uk"
] | [] | [crm-sig] CIMI-Harmony test | cimi-harmony test | null | [] | Sorry for cross-posting!
Dear CIMI friends,
In agreement with all sides, CIDOC and ICS-FORTH have assisted the CIMI-Harmony test with
mappings of the provided data to the CIDOC CRM model. We wish to express our particular gratitude to
the support we got from Harmony.
The ABC/Harmony CIMI Collaboration Project (http:... | Sorry for cross-posting!
Dear CIMI friends,
In agreement with all sides, CIDOC and ICS-FORTH have assisted the CIMI-Harmony test with
mappings of the provided data to the CIDOC CRM model. We wish to express our particular gratitude to
the support we got from Harmony.
The ABC/Harmony CIMI Collaboration Project (http:... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 9,232 |
f701c5b62ce1e28a | <3BB9C520.343FE9B4@ics.forth.gr> | 30 | 2001-10-02T13:46:08 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | Re: [crm-sig] 4 new issues, Properties scope notes | 4 new issues, properties scope notes | null | [
"<OF35F4B2DF.0D9E3482-ON88256AD5.007F588C@rlg.org>"
] | |
| OK, here are a few discussion issues I would like to propose:
|
| 1. Scope Notes for Properties
| I think we need to provide scope notes for properties, to make their
| meaning more explicit. The need for property scope notes has also been
| voiced by the ABC/Harmony folks.
Hi Tony,
I put your issues on the lis... | Hi Tony,
I put your issues on the list. Here some additional thoughts.
Tony Gill wrote:
>
> OK, here are a few discussion issues I would like to propose:
>
> 1. Scope Notes for Properties
> I think we need to provide scope notes for properties, to make their
> meaning more explicit. The need for property scope note... | [
[
0,
6
]
] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 1,
"thin_reply_context": 1
} | [] | 448 |
1f628db6bd7c115c | <3BB9CAD9.65515418@ics.forth.gr> | 31 | 2001-10-02T14:10:33 | martin | martin@ics.forth.gr | [
"tony_gill@notes.rlg.org"
] | [
"crm-sig@ics.forth.gr"
] | Re: [crm-sig] 4 new issues, Collection class | 4 new issues, collection class | null | [
"<OF35F4B2DF.0D9E3482-ON88256AD5.007F588C@rlg.org>"
] | Actually this issue exists, and has been proposed already.
I prefer "curated by (curates)" over my proposal : "maintained by (maintains)".
Alternatively, one could use "has current keeper" as the curator?
Do we regard "has current keeper" as implied by "curates" ?
Is the curation different in practice from ownership... |
Tony Gill wrote:
>
> OK, here are a few discussion issues I would like to propose:
> 2. Collection class
> I've always been unhappy about the absence of a Collection class in the
> CRM, but couldn't think of a good response to Martin's question about what
> it's unique properties should be. Well, Martin himself ca... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 1,
"interleaved_kept": 0,
"attribution": 1,
"thin_reply_context": 0
} | [] | 1,902 |
fe67e4fdc85e5c2b | <3BB9CFFD.398C73BB@ics.forth.gr> | 32 | 2001-10-02T14:32:29 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [
"jane@dstc.edu.au",
"lagoze@cs.cornell.edu"
] | Re: [crm-sig] 4 new issues, | 4 new issues, | null | [
"<OF35F4B2DF.0D9E3482-ON88256AD5.007F588C@rlg.org>"
] | Hi Tony,
|
| OK, here are a few discussion issues I would like to propose:
|
| 3. Modeling States
| At the DELOS harmonisation meeting with ABC/Harmony in Darmstadt recently,
| the notion of "states" came up, and it became very clear that this central
| aspect of the ABC/Harmony model was not really addressed by the... | Hi Tony,
Tony Gill wrote:
>
> OK, here are a few discussion issues I would like to propose:
>
> 3. Modeling States
> At the DELOS harmonisation meeting with ABC/Harmony in Darmstadt recently,
> the notion of "states" came up, and it became very clear that this central
> aspect of the ABC/Harmony model was not really... | [
[
2,
13
],
[
59,
59
]
] | [
"E7"
] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 1,
"attribution": 1,
"thin_reply_context": 0
} | [] | 1,851 |
4a84884c58e61ac8 | <3BB9D4E8.F48229A9@ics.forth.gr> | 33 | 2001-10-02T14:53:28 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr"
] | [] | [crm-sig] Re:TOPOLOGY | topology | null | [] | Dear All,
Here a proposal to model spatiotemporal relationships:
All temporal relationships between Temporal Entities are defined
through the relationships of their associated time-spans via
Allen operators:
before
after
equal
meets
met_by
overlaps
overlapped_by
during
contains
starts
Definitions see e.g.
Martin D... | Dear All,
Here a proposal to model spatiotemporal relationships:
All temporal relationships between Temporal Entities are defined
through the relationships of their associated time-spans via
Allen operators:
before
after
equal
meets
met_by
overlaps
overlapped_by
during
contains
starts
Definitions see e.g.
Martin D... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 1,010 |
86523ce6151b857d | <61336A7BD30AD4119C9F0000D110961A2CD351@gnm-mail1.gnm> | 34 | 2001-10-08T06:24:33 | Krause, Siegfried | s.krause@gnm.de | [
"crm-sig@ics.forth.gr",
"m.hagedorn@smb.spk-berlin.de",
"stein@zib.de",
"c.e.s.ore@muspro.uio.no"
] | [] | [crm-sig] SIG - CHIOS -CRM Meeting in Paris 15.-18th of October | sig - chios -crm meeting in paris 15.-18th of october | null | [] | Dear SIG-Members,
I would like to inform you about the upcoming meeting in Paris at the
Bibliothèque Nationale. For the latest additions to the meeting have a look
on the Web-Site http://cidoc.ics.forth.gr/. You will find there a map (also
in the attachment as an Powerpoint application) designed by Patrick (the
local o... | Dear SIG-Members,
I would like to inform you about the upcoming meeting in Paris at the
Bibliothèque Nationale. For the latest additions to the meeting have a look
on the Web-Site http://cidoc.ics.forth.gr/. You will find there a map (also
in the attachment as an Powerpoint application) designed by Patrick (the
local o... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [
{
"filename": "Map.ppt",
"content_type": "application/vnd.ms-powerpoint",
"size": 125952
}
] | 1,227 |
f2fe98f2e256e9d0 | <3BC41C91.C409DDF8@ics.forth.gr> | 35 | 2001-10-10T10:01:53 | martin | martin@ics.forth.gr | [
"crm-sig@ics.forth.gr",
"lagoze@cs.cornell.edu",
"jane@dstc.edu.au",
"nicola.guarino@ladseb.pd.cnr.it"
] | [] | [crm-sig] Re:TOPOLOGY | topology | null | [] | Dear All,
I have invested some time to study the OpenGIS specifications, in
order to see, if the CIDOC CRM can learn something from them, but also
to estimate what it would mean to feed data from CRM form to GIS
applications.
I started this exercise as a mapping, but finally only a very small
part can be mapped form... | Dear All,
I have invested some time to study the OpenGIS specifications, in
order to see, if the CIDOC CRM can learn something from them, but also
to estimate what it would mean to feed data from CRM form to GIS
applications.
I started this exercise as a mapping, but finally only a very small
part can be mapped form... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 1,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 2,290 |
ccf699cb8cfba77a | <27D168B9EAB6D411A5310008C74B95519D6BE1@swn15.rchme.uk> | 36 | 2001-10-10T10:35:45 | Lee, Edmund | edmund.lee@rchme.co.uk | [
"martin@ics.forth.gr",
"crm-sig@ics.forth.gr",
"lagoze@cs.cornell.edu",
"jane@dstc.edu.au",
"nicola.guarino@ladseb.pd.cnr.it"
] | [
"matthew.stiff@rchme.co.uk"
] | RE: [crm-sig] Re:TOPOLOGY | topology | null | [] | Dear Martin and fellow CRM colleagues,
I am very pleased to see the work that Martin has put into mapping the
OpenGIS standard to CRM. It is the concept of "position in space" that most
clearly distinguishes historic environment data from, for example, museum or
archive based cultural data, and it is therefore essenti... | Dear Martin and fellow CRM colleagues,
I am very pleased to see the work that Martin has put into mapping the
OpenGIS standard to CRM. It is the concept of "position in space" that most
clearly distinguishes historic environment data from, for example, museum or
archive based cultural data, and it is therefore essenti... | [] | [] | [] | [] | {
"mailman_footer": 0,
"outlook_separator": 0,
"original_message": 0,
"signature": 0,
"sig_block": 0,
"single_block_quote": 0,
"interleaved_kept": 0,
"attribution": 0,
"thin_reply_context": 0
} | [] | 1,270 |
CIDOC CRM SIG corpus — derived artifacts
The built corpus for cidoc-crm-mcp: 26 years of CIDOC CRM Special Interest Group mailing list, its issue register and meeting minutes, cleaned, threaded, and indexed for BM25 and vector search.
These are derived artifacts, not the source. They exist because the code repository cannot carry them: ~876MB, git-ignored, rebuilt from a 143MB mbox that is distributed separately.
Fetching
uv run python build.py fetch # everything
uv run python build.py fetch --no-vectors # 91MB, skips the vectors
Without the vectors you still get full-text search over the whole archive and you do not need torch or an embedding model.
Contents
| path | what |
|---|---|
data/clean.jsonl |
every message, cleaned, with extracted CRM identifiers |
data/threads.json |
messages grouped into threads |
data/documents.jsonl |
the specification, issue pages and minutes, chunked ready to search |
data/episodes.jsonl |
summarised decision episodes |
data/issues.json |
the SIG issue register |
stores/*/fts.sqlite3 |
SQLite FTS5 indexes (BM25) |
stores/*/chroma.sqlite3 and friends |
vector indexes |
stores/*/meta.json |
which embedding model built each store, and the sha256 of its source |
Provenance
Each vector store records the embedding model it was built with and a
source_sha256 of the input it was built from. build.py fetch checks
these, because a store embedded with one model and queried with another
returns confident nonsense.
Licence
The mailing list is published by the CIDOC CRM SIG; posts remain their authors'. This is a derived index redistributed for research use. Contact the SIG for reuse beyond that.
- Downloads last month
- 90