Templates_dataset/tell-37.2.ttl
2025-01-09 15:03:40 +03:30

54 lines
2.5 KiB
Turtle

@base <http://tavasi.majles.ir/ontology/general/Verbnet> .
@prefix go: <http://tavasi.majles.ir/ontology/general#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://tavasi.majles.ir/ontology/general> a owl:Ontology .
go:acquaint rdfs:subClassOf go:tell-37.2 .
go:apprise rdfs:subClassOf go:tell-37.2 .
go:inform rdfs:subClassOf go:tell-37.2 .
go:notify rdfs:subClassOf go:tell-37.2 .
go:remind rdfs:subClassOf go:tell-37.2 .
go:update rdfs:subClassOf go:tell-37.2 .
go:tell-37.2 rdfs:subClassOf go:hasAgent,
go:hasRecipient,
go:hasTopic .
# Generated String:
<http://tavasi.majles.ir/ontology/general#tell-37.2> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasAgent> ;
owl:allValuesFrom [ rdf:type owl:Class ;
owl:unionOf ( <http://tavasi.majles.ir/ontology/general#organization>
<http://tavasi.majles.ir/ontology/general#animate>
)]
].
<http://tavasi.majles.ir/ontology/general#tell-37.2> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasRecipient> ;
owl:allValuesFrom [ rdf:type owl:Class ;
owl:unionOf ( <http://tavasi.majles.ir/ontology/general#organization>
<http://tavasi.majles.ir/ontology/general#animate>
)]
].
<http://tavasi.majles.ir/ontology/general#tell-37.2> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasTopic> ;
owl:allValuesFrom [owl:intersectionOf ( <http://tavasi.majles.ir/ontology/general#communication>
[ rdf:type owl:Class ;
owl:unionOf ( <http://tavasi.majles.ir/ontology/general#organization>
<http://tavasi.majles.ir/ontology/general#animate>
)]
) ;
rdf:type owl:Class]
].