schema1:Event


URI

http://schema.org/Event

Label

Event

Usage

Instances of schema1:Event can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix payment: <https://w3id.org/agent-ontology/payment#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

payment:SettlementInterface a owl:Class ;
    rdfs:label "Settlement Interface" ;
    rdfs:comment "Describes the technical and semantic requirements for settling a payment." .