Templates_dataset/talk-37.5.ttl

46 lines
2.3 KiB
Turtle
Raw Permalink Normal View History

2025-01-09 11:33:40 +00:00
@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:speak rdfs:subClassOf go:talk-37.5 .
go:talk rdfs:subClassOf go:talk-37.5 .
go:talk-37.5 rdfs:subClassOf go:hasAgent,
go:hasCo-Agent,
go:hasTopic .
# Generated String:
<http://tavasi.majles.ir/ontology/general#talk-37.5> 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#talk-37.5> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasCo-Agent> ;
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#talk-37.5> 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]
].