Copyright © 2004 W3C® (MIT, ERCIM, Keio), tous droits réservés. Les règles de responsabilité, de marque commerciale, d'utilisation des documents et d'octroi de licences logicielles du W3C s'appliquent.
Sommaire
Ces tests concernent la sémantique des annotations.
| Full(EC) | Test d'inférence négative : | 301 | |
|---|---|---|---|
Description : (informatif)
<miscellaneous/Manifest301#test> |
|||
| Les annotations participent un peu à la sémantique. | |||
| Le format N3 est informatif. | |||
| Full | Prémisses :
<miscellaneous/premises301> |
||
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:first="http://www.w3.org/2002/03owlt/miscellaneous/premises301#"
xml:base="http://www.w3.org/2002/03owlt/miscellaneous/premises301" >
<owl:Thing rdf:about="#a">
<first:prop>foo</first:prop>
</owl:Thing>
</rdf:RDF> |
|||
first:a rdf:type owl:Thing . first:a first:prop "foo" . |
|||
| Full | Conclusions :
<miscellaneous/nonconclusions301> |
||
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:first="http://www.w3.org/2002/03owlt/miscellaneous/premises301#"
xml:base="http://www.w3.org/2002/03owlt/miscellaneous/nonconclusions301" >
<owl:Thing rdf:about="premises301#a">
<first:prop>bar</first:prop>
</owl:Thing>
</rdf:RDF> |
|||
first:a rdf:type owl:Thing . first:a first:prop "bar" . |
|||
| Lite Full | Test d'inférence négative : | 302 | |
|---|---|---|---|
Description : (informatif)
<miscellaneous/Manifest302#test> |
|||
| Les annotations participent un peu à la sémantique. | |||
| Le format N3 est informatif. | |||
| Lite | Prémisses :
<miscellaneous/premises302> |
||
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:first="http://www.w3.org/2002/03owlt/miscellaneous/premises302#"
xml:base="http://www.w3.org/2002/03owlt/miscellaneous/premises302" >
<owl:AnnotationProperty rdf:ID="prop" />
<owl:Thing rdf:about="#a">
<first:prop>foo</first:prop>
</owl:Thing>
</rdf:RDF> |
|||
first:prop rdf:type owl:AnnotationProperty . first:a rdf:type owl:Thing . first:a first:prop "foo" . |
|||
| Lite | Conclusions :
<miscellaneous/nonconclusions302> |
||
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:first="http://www.w3.org/2002/03owlt/miscellaneous/premises302#"
xml:base="http://www.w3.org/2002/03owlt/miscellaneous/nonconclusions302" >
<owl:AnnotationProperty rdf:about="premises302#prop" />
<owl:Thing rdf:about="premises302#a">
<first:prop>bar</first:prop>
</owl:Thing>
</rdf:RDF> |
|||
first:prop rdf:type owl:AnnotationProperty . first:a rdf:type owl:Thing . first:a first:prop "bar" . |
|||
| Lite Full | Document cohérent. | 303 | |
|---|---|---|---|
Description : (informatif)
<miscellaneous/Manifest303#test> |
|||
On peut déclarer dc:creator être une propriété d'annotation. |
|||
| Le format N3 est informatif. | |||
| Lite | Cohérent :
<miscellaneous/consistent303> |
||
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://www.w3.org/2002/03owlt/miscellaneous/consistent303" >
<owl:AnnotationProperty rdf:about='http://purl.org/dc/elements/1.0/creator'/>
</rdf:RDF> |
|||
<http://purl.org/dc/elements/1.0/creator> rdf:type owl:AnnotationProperty . |
|||