factoid:Document_Interpretation_Act leaf node


URI

http://purl.com/net/factoid#Document_Interpretation_Act

Label

Document interpretation act

Description

Class that represents the act of interpreting an historical document, to the purpose of extracting a 'factoid' from it (that is, an assertion circa the existence of a state of things of some sort)

Usage

Instances of factoid:Document_Interpretation_Act can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class factoid:Document_Interpretation_Act
factoid:has_interpretation -- factoid:Temporal_Entity
factoid:has_source -- factoid:Document
From class factoid:Temporal_Entity
factoid:had_participant -- factoid:Agent

Implementation

@prefix : <http://purl.com/net/factoid#> .
@prefix cidoc_crm: <http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.4_english_label.rdfs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:Document_Interpretation_Act a owl:Class ;
    rdfs:label "Document interpretation act"^^xsd:string ;
    rdfs:comment "Class that represents the act of interpreting an historical document, to the purpose of extracting a 'factoid' from it (that is, an assertion circa the existence of a state of things of some sort)"^^xsd:string ;
    rdfs:subClassOf :Event,
        cidoc_crm:E13.Attribute_Assignment .