The main class of HiCO is hico:InterpretationAct
. An interpretation act is a situation in which a claim about an event is linked (prov:wasGeneratedBy
) to all the pieces of information necessary to validate the claim. Such information define the context of the statement, and include the following aspects:
hico:hasInterpretationType
).hico:hasInterpretationCriterion
).cito:citesAsEvidence
, cito:agreesWith
).prov:startedAtTime
).hico:isExtractedFrom
).cito:refutes
,cito:disagreesWith
).For instance, the artwork called The three Graces has been attributed to Perruzzi Baldassare by cataloguers of the Federico Zeri Foundation around 1990. Bibliographic references support the claim. A contradictory attribution ascribes the artwork to Luino Bernardino's workshop, and this is supported by a claim made by Christie's auction firm in 1994. All this information is recorded in the cataloguing record n.37495. Such a scenario can be represented as follows (in turtle syntax):
@prefix cito: <http://purl.org/spar/cito/> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/>.
@prefix hico: <http://purl.org/emmedi/hico/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
:39794-creation-1 a crm:E65_Creation ;
crm:P14_carried_out_by :baldassarre ;
prov:wasGeneratedBy :39794-authorship-attribution-1 .
:39794-creation-2 a crm:E65_Creation ;
crm:P14_carried_out_by :bernardino-school ;
prov:wasGeneratedBy :39794-authorship-attribution-2 .
:39794-authorship-attribution-1 a hico:InterpretationAct ;
hico:hasInterpretationType :authorship-attribution ;
hico:hasInterpretationCriterion :bibliography ;
cito:citesAsEvidence :book ;
prov:startedAtTime "1990-01-01T00:00:00.001Z"^^xsd:dateTime ;
hico:isExtractedFrom :37495-record ;
cito:disagreesWith :39794-authorship-attribution-2 .
:39794-authorship-attribution-2 a hico:InterpretationAct ;
hico:hasInterpretationType :authorship-attribution ;
hico:hasInterpretationCriterion :auction-attribution ;
prov:startedAtTime "1994-01-01T00:00:00.001Z"^^xsd:dateTime ;
hico:isExtractedFrom :37495-record ;
cito:disagreesWith :39794-authorship-attribution-1 .
IRI: http://www.w3.org/ns/prov#Activity
IRI: http://purl.org/vocab/frbr/core#Expression
IRI: http://purl.org/emmedi/hico/InterpretationAct
IRI: http://purl.org/emmedi/hico/InterpretationCriterion
IRI: http://purl.org/emmedi/hico/InterpretationType
IRI: http://purl.org/spar/cito/agreesWith
IRI: http://purl.org/spar/cito/citesAsEvidence
IRI: http://purl.org/spar/cito/disagreesWith
IRI: http://purl.org/emmedi/hico/hasInterpretationCriterion
IRI: http://purl.org/emmedi/hico/hasInterpretationType
IRI: http://purl.org/emmedi/hico/isExtractedFrom
IRI: http://purl.org/spar/cito/refutes
IRI: http://www.w3.org/TR/prov-o/#wasGeneratedBy
IRI: http://www.w3.org/ns/prov#wasInfluencedBy
IRI: http://www.w3.org/ns/prov#startedAtTime
IRI: http://purl.org/dc/elements/1.1/contributor
IRI: http://purl.org/dc/elements/1.1/description
IRI: http://purl.org/vocab/vann/preferredNamespacePrefix
IRI: http://purl.org/vocab/vann/preferredNamespaceUri
This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.