inconsistent002.rdf

来自「Jena推理机」· RDF 代码 · 共 57 行

RDF
57
字号
<!--++ maxCardinality/inconsistent002.rdf ** generated using webont test editor. ++--><!--++ Created 26 Sep 2002 15:59:38 GMT ++--><!--  Copyright World Wide Web Consortium, (Massachusetts Institute of  Technology, European Research Consortium for Informatics and  Mathematics, Keio University).  All Rights Reserved.  Please see the full Copyright clause at  <http://www.w3.org/Consortium/Legal/copyright-software.html>  $Id: inconsistent002.rdf,v 1.9 2003/08/11 08:43:16 jderoo Exp $--><!--A property with maximum cardinality of two cannot takethree distinct values on some subject node.In this example, one of the three values is implicit.--><!-- Author: Jos De Roo --><rdf:RDF    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"    xmlns:owl="http://www.w3.org/2002/07/owl#"    xmlns:first="http://www.w3.org/2002/03owlt/maxCardinality/inconsistent002#"    xml:base="http://www.w3.org/2002/03owlt/maxCardinality/inconsistent002" >    <rdf:Description rdf:about="inconsistent002#sb1">        <rdf:type rdf:parseType="Resource">            <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>            <owl:maxCardinality              rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"             >2</owl:maxCardinality>            <owl:onProperty rdf:resource="inconsistent002#prop"/>        </rdf:type>        <first:prop rdf:resource="inconsistent002#ob1"/>        <first:prop rdf:resource="inconsistent002#ob2"/>        <first:otherprop rdf:resource="inconsistent002#ob3"/>    </rdf:Description>    <rdf:Description rdf:about="inconsistent002#ob1">        <owl:differentFrom rdf:resource="inconsistent002#ob2"/>        <owl:differentFrom rdf:resource="inconsistent002#ob3"/>    </rdf:Description>    <rdf:Description rdf:about="inconsistent002#ob2">        <owl:differentFrom rdf:resource="inconsistent002#ob3"/>    </rdf:Description>    <owl:ObjectProperty rdf:about="inconsistent002#prop"/>    <rdf:Description rdf:about="inconsistent002#otherprop">        <rdfs:subPropertyOf rdf:resource="inconsistent002#prop"/>    </rdf:Description></rdf:RDF>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?