Semantic Web Technologies: XML, RDF, OWL
rdfs:domain
and
rdfs:range
properties are handled as intersection<size> <xsd:integer rdf:value="10"/> </size>Instead use
<size rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">10</size>
daml:List construct used to represent closed collections
was largely incorporated into RDF
rdf:parseType="daml:collection"rdf:List, rdf:first, rdf:rest
and rdf:nil
replace
daml:List, daml:first, daml:rest,
and daml:nildaml:item
is not supported.
daml:cardinalityQdaml:hasClassQdaml:maxCardinalityQdaml:minCardinalityQ| DAML+OIL | OWL |
|---|---|
daml:differentIndividualFrom |
owl:differentFrom |
daml:equivalentTo |
owl:sameAs |
daml:sameClassAs |
owl:equivalentClass |
daml:samePropertyAs |
owl:equivalentProperty |
daml:hasClass |
owl:someValuesFrom |
daml:toClass |
owl:allValuesFrom |
daml:UnambiguousProperty |
owl:InverseFunctionalProperty |
daml:UniqueProperty |
owl:FunctionalProperty |
owl:SymmetricProperty was added.
owl:DatatypeProperty
may be an
InverseFunctionalProperty
in OWL Full.
daml:commentdaml:domaindaml:labeldaml:isDefinedBydaml:Literaldaml:Propertydaml:rangedaml:seeAlsodaml:subClassOfdaml:subPropertyOfdaml:typedaml:valuedaml:disjointUnionOf
was removed from the language,
since it can be effected using
owl:unionOf
or
rdfs:subClassOf
and
owl:disjointWith.
daml:equivalentTo
was renamed to
owl:sameAs,
and is no longer a superproperty of
owl:equivalentClass and
owl:equivalentProperty,
37 of 41