factoid:Situation leaf node


URI

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

Label

Situation

Superclasses (1)

Usage

Instances of factoid:Situation can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class factoid:Temporal_Entity
factoid:had_participant -- factoid:Agent

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#> .

:Situation a owl:Class ;
    rdfs:label "Situation"^^xsd:string ;
    rdfs:subClassOf :Temporal_Entity,
        cidoc_crm:E3.Condition_State .