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:nil
daml:item
is not supported.
daml:cardinalityQ
daml:hasClassQ
daml:maxCardinalityQ
daml: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:comment
daml:domain
daml:label
daml:isDefinedBy
daml:Literal
daml:Property
daml:range
daml:seeAlso
daml:subClassOf
daml:subPropertyOf
daml:type
daml:value
daml: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