34 lines
1.4 KiB
Turtle
34 lines
1.4 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:brush rdfs:subClassOf go:floss-41.2.1 .
|
|
|
|
go:floss rdfs:subClassOf go:floss-41.2.1 .
|
|
|
|
go:shave rdfs:subClassOf go:floss-41.2.1 .
|
|
|
|
go:wash rdfs:subClassOf go:floss-41.2.1 .
|
|
|
|
go:floss-41.2.1 rdfs:subClassOf go:hasAgent,
|
|
go:hasInstrument,
|
|
go:hasPatient .
|
|
|
|
|
|
# Generated String:
|
|
<http://tavasi.majles.ir/ontology/general#floss-41.2.1> rdfs:subClassOf [ rdf:type owl:Restriction ;
|
|
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasAgent> ;
|
|
owl:allValuesFrom <http://tavasi.majles.ir/ontology/general#animate>
|
|
].
|
|
<http://tavasi.majles.ir/ontology/general#floss-41.2.1> rdfs:subClassOf [ rdf:type owl:Restriction ;
|
|
owl:onProperty <http://tavasi.majles.ir/ontology/general#EventHasPatient> ;
|
|
owl:allValuesFrom [owl:intersectionOf ( <http://tavasi.majles.ir/ontology/general#body_part>
|
|
<http://tavasi.majles.ir/ontology/general#animate>
|
|
) ;
|
|
rdf:type owl:Class]
|
|
].
|
|
|