25 lines
1008 B
Turtle
25 lines
1008 B
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:count rdfs:subClassOf go:matter-91 .
|
||
|
|
||
|
go:matter rdfs:subClassOf go:matter-91 .
|
||
|
|
||
|
go:matter-91 rdfs:subClassOf go:hasExperiencer,
|
||
|
go:hasStimulus .
|
||
|
|
||
|
|
||
|
# Generated String:
|
||
|
<http://tavasi.majles.ir/ontology/general#matter-91> rdfs:subClassOf [ rdf:type owl:Restriction ;
|
||
|
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasExperiencer> ;
|
||
|
owl:allValuesFrom [owl:intersectionOf ( <http://tavasi.majles.ir/ontology/general#organization>
|
||
|
<http://tavasi.majles.ir/ontology/general#animate>
|
||
|
) ;
|
||
|
rdf:type owl:Class]
|
||
|
].
|
||
|
|