Report
A report is a document describing some aspect of an investigation. One or more reports may be produced either during or following an investigation. A report usually has an associated identifier. Report types are concepts from the OASIS Digital Paper and Archive Component thesaurus - examples of report types are "Geophysical survey report", "Scientific dating report", "Watching brief report" etc.
Fig. 1: Report with associated entities and properties | svg | png | pdf
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix rtype: <http://purl.org/heritagedata/schemes/c31949b0-b6cf-4223-a2c0-c9a2048633ff/concepts/> .
<http://tempuri/report/1> a crm:E31_Document ;
crm:P1_is_identified_by <http://tempuri/identifier/1> ;
crm:P108i_was_produced_by <http://tempuri/reportproduction/1> ;
crm:P7_documents <http://tempuri/investigation/1> ;
crm:P2_has_type rtype:a8554064-858c-4b75-b570-e37643bbfaaa ;
crm:P102_has_title <http://tempuri/reporttitle/1> .
<http://tempuri/identifier/1> a crm:E42_Identifier;
crm:P1i_identifies <http://tempuri/report/1> .
<http://tempuri/reportproduction/1> a crm:12_Production ;
crm:P9i_forms_part_of <http://tempuri/investigation/1> ;
crm:P108_produced <http://tempuri/report/1> .
<http://tempuri/investigation/1> a crm:E7_Activity ;
crm:P7i_is_documented_in <http://tempuri/report/1> .
rtype:a8554064-858c-4b75-b570-e37643bbfaaa a crm:E55_Type ;
crm:P2i_is_type_of <http://tempuri/report/1> ;
rdfs:label "Geophysical survey report"@en .
<http://tempuri/reporttitle/1> a crm:E35_Title ;
crm:P102i_is_title_of <http://tempuri/report/1> ;
rdfs:label "Investigation of 1 temp street"@en .
Fig. 2: Turtle RDF example | styled | RDFa | microdata | xml | nt | json-ld