diff --git a/config/transduction-schemes.ttl b/config/transduction-schemes.ttl index 87d27f5eb9c836f4c99a43edb6d7b5f799955e06..96122d9bc6914e01b365dddfcba696958772804b 100644 --- a/config/transduction-schemes.ttl +++ b/config/transduction-schemes.ttl @@ -297,6 +297,7 @@ CONSTRUCT { # Object Property ?newEventObjectPropertyUri a owl:ObjectProperty. ?newEventObjectPropertyUri rdfs:subPropertyOf ?eventObjectPropertyUri. + ?newEventObjectPropertyUri rdfs:label ?verbConcept. ?newEventObjectPropertyUri rdfs:domain ?actorClassUri. ?newEventObjectPropertyUri rdfs:range ?targetClassUri. ?newEventObjectPropertyUri sys:from_structure ?req. @@ -471,6 +472,7 @@ CONSTRUCT { # Object Property ?newStatePropertyObjectPropertyUri a owl:ObjectProperty. ?newStatePropertyObjectPropertyUri rdfs:subPropertyOf ?statePropertyObjectPropertyUri. + ?newStatePropertyObjectPropertyUri rdfs:label ?verbConcept. ?newStatePropertyObjectPropertyUri rdfs:domain ?actorClassUri. ?newStatePropertyObjectPropertyUri rdfs:range ?targetClassUri. ?newStatePropertyObjectPropertyUri sys:from_structure ?req.