factoid:Document leaf node


URI

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

Label

Document: mind that these categories express distinct physical and logical features of medieval documents. Information related to the context of the transaction recorded in the document is stored via the 'transaction type' class.

Usage

Instances of factoid:Document can have the following properties:

PROPERTYDESCRIPTIONRANGE

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 a owl:Class ;
    rdfs:label "Document: mind that these categories express distinct physical and logical features of medieval documents. Information related to the context of the transaction recorded in the document is stored via the 'transaction type' class.  "^^xsd:string ;
    rdfs:subClassOf cidoc_crm:E73.Information_Object,
        owl:Thing .