feudalism:Charter


URI

http://www.purl.com/net/feudalism#Charter

Label

Charter

Description

An instrument of disposition in the form of a letter; commencing with a collective address (in royal charters, usually to archbishops, bishops abbots, priors, earls, barons, justiciars, etc.); often described as a charter in the dispositive clause - hac presenti carta mea. The charter effects a disposition defined in the body of the text, usually the donation of property or the granting of legal rights. Charters have a list of witnesses given in the ablative case. [POMS]

Usage

Instances of feudalism:Charter can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class owl:Thing
dc:creator -- owl:Thing

Implementation

@prefix : <http://www.purl.com/net/feudalism#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix factoid: <http://purl.com/net/factoid#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@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 xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:Charter a owl:Class ;
    rdfs:comment "An instrument of disposition in the form of a letter; commencing with a collective address (in royal charters, usually to archbishops, bishops abbots, priors, earls, barons, justiciars, etc.); often described as a charter in the dispositive clause - hac presenti carta mea. The charter effects a disposition defined in the body of the text, usually the donation of property or the granting of legal rights. Charters have a list of witnesses given in the ablative case. [POMS]" ;
    rdfs:subClassOf factoid:Document .