From c1f4a0c09aee6be5a04eff9cb47c860d95453974 Mon Sep 17 00:00:00 2001 From: Philipp Schneider <schneider.philipp@uni-muenster.de> Date: Thu, 11 May 2023 17:16:40 +0200 Subject: [PATCH] Create property displayedOnObjct --- data/ontologies/digital-heraldry-ontology-object.ttl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/ontologies/digital-heraldry-ontology-object.ttl b/data/ontologies/digital-heraldry-ontology-object.ttl index 2856ae4..764663a 100644 --- a/data/ontologies/digital-heraldry-ontology-object.ttl +++ b/data/ontologies/digital-heraldry-ontology-object.ttl @@ -92,6 +92,12 @@ dhoo:directionallyRelatedTo rdf:type owl:ObjectProperty ; rdfs:range dhoo:DisplayedSegment . +### http://digitalheraldry.org/digital-heraldry-ontology/object#displayedOnObject +dhoo:displayedOnObject rdf:type owl:ObjectProperty ; + rdfs:domain dhoo:DisplayedSegment ; + rdfs:range dhoo:Object . + + ### http://digitalheraldry.org/digital-heraldry-ontology/object#externallyConnectedWith dhoo:externallyConnectedWith rdf:type owl:ObjectProperty ; rdfs:subPropertyOf dhoo:spatiallyDiscreteFrom . -- GitLab