@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.irit.fr/recherches/MELODI/ontologies/SAN#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> . ns0:actsOn a owl:AnnotationProperty, owl:ObjectProperty ; rdfs:comment "Relationship between an entity that acts upon a quantity or another entity" ; rdfs:domain ns1:Entity ; rdfs:label "acts on" ; rdfs:range ns1:Entity ; owl:inverseOf ns0:isActedUponBy .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.irit.fr/recherches/MELODI/ontologies/SAN#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> .

ns0:actsOn
    a owl:AnnotationProperty, owl:ObjectProperty ;
    rdfs:comment "Relationship between an entity that acts upon a quantity or another entity" ;
    rdfs:domain ns1:Entity ;
    rdfs:label "acts on" ;
    rdfs:range ns1:Entity ;
    owl:inverseOf ns0:isActedUponBy .