This HTML5 document contains 9 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://yang.eurecom.fr/codeontology/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
n2:hasElseBranch
rdf:type
owl:FunctionalProperty owl:InverseFunctionalProperty owl:ObjectProperty
rdfs:subPropertyOf
n2:hasSubStatement
owl:inverseOf
n2:isElseBranchOf
rdfs:label
has else branch
rdfs:domain
n2:IfThenElseStatement
rdfs:range
n2:Statement
rdfs:comment
Relates a `If-Then-Else Statement` to its `Statement` in the "else" branch.