【发布时间】:2016-01-06 16:32:39
【问题描述】:
我有海龟声明:
:Parent rdf:type owl:Class ;
owl:equivalentClass ;
rdf:type owl:Class ;
owl: unionOf (
[ rdf:type owl:Restriction ;
owl:onProperty :fatherOf ;
owl:someValuesFrom :Person
]
[ rdf:type owl:Restriction ;
owl:onProperty :motherOf ;
owl:someValuesFrom :Person
]
}
].
有人可以在此声明中向我解释一下 Parent 的概念吗?有没有可能一个人在没有父母的情况下成为一个人的母亲或父亲?
【问题讨论】:
标签: rdf owl turtle-rdf