Templates_dataset/keep-15.2.ttl

44 lines
1.8 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:hoard rdfs:subClassOf go:keep-15.2 .
go:hold rdfs:subClassOf go:keep-15.2 .
go:keep rdfs:subClassOf go:keep-15.2 .
go:leave rdfs:subClassOf go:keep-15.2 .
go:stock rdfs:subClassOf go:keep-15.2 .
go:stockpile rdfs:subClassOf go:keep-15.2 .
go:store rdfs:subClassOf go:keep-15.2 .
go:keep-15.2 rdfs:subClassOf go:hasAgent,
go:hasLocation,
go:hasTheme .
# Generated String:
<http://tavasi.majles.ir/ontology/general#keep-15.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#keep-15.2> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasLocation> ;
owl:allValuesFrom [owl:intersectionOf ( [ rdf:type owl:Class ; owl:complementOf <http://tavasi.majles.ir/ontology/general#region> ]
<http://tavasi.majles.ir/ontology/general#location>
) ;
rdf:type owl:Class]
].