ponto:Metadata


URI

http://www.mobr.ai/ontologies/ponto#Metadata

Label

Metadata

Description

Data that includes information about other data, such as information about a specific transaction.

Usage

Instances of ponto:Metadata can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:Metadata a owl:Class ;
    rdfs:label "Metadata" ;
    rdfs:comment "Data that includes information about other data, such as information about a specific transaction." ;
    rdfs:subClassOf owl:Thing .