Empty Dictionary

Class
http://www.w3.org/ns/prov#EmptyDictionary
Class Hierarchy
Definition

An empty dictionary (i.e. has no members).

Properties
Category
collections
Component
collections
Relationships
Asserted object-property edges to other entities. Logical class axioms such as owl:disjointWith are shown separately below.
isDefinedBy
Property Structure
1 · Object and Data Properties rdfs:domain on this class or ancestor
PropertyRangeDescription
derivedByInsertionFrom Dictionary
derivedByRemovalFrom Dictionary
hadDictionaryMember KeyEntityPair
qualifiedInsertion Insertion
qualifiedRemoval Removal
2 · Referenced By rdfs:range on this class or ancestor
FromPropertyDescription
Dictionary derivedByInsertionFrom
Dictionary derivedByRemovalFrom
Insertion dictionary
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix prov: <http://www.w3.org/ns/prov#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . prov:EmptyDictionary a owl:Class ; rdfs:label "Empty Dictionary" ; rdfs:isDefinedBy prov: ; rdfs:subClassOf prov:Dictionary, prov:EmptyCollection ; prov:category "collections" ; prov:component "collections" ; prov:constraints "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-constraints"^^xsd:anyURI ; prov:definition "An empty dictionary (i.e. has no members)." ; prov:dm "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#dictionary-conceptual-definition"^^xsd:anyURI ; prov:n "http://www.w3.org/TR/2013/NOTE-prov-dictionary-20130430/#expression-dictionary"^^xsd:anyURI .
Metadata
Ontology
Type
Class
Last Updated
2026-07-05 03:32