rdf:RDF

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:base xs:anyURI required

Source

<xs:element name="RDF">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="core:Header"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="owl:Class"/>
        <xs:element ref="owl:DataProperty"/>
        <xs:element ref="owl:DatatypeProperty"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute ref="xml:base" use="required"/>
  </xs:complexType>
</xs:element>

Sample

< 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 = "http://www.dcml.org/ns/dcml/1/core#" xmlns:owl = "http://www.w3.org/2002/07/owl#" xml:base = "http://www.dcml.org/ns/dcml/1/core" >

< rdfs:comment>

DCML core schema definition.

</ rdfs:comment>

< rdfs:label>

DCML

</ rdfs:label>

< author>

DCML Framework Working Group

</ author>

< createDate>

2004-04-22T01:08:30.711Z

</ createDate>

< owl:Class rdf:ID = "Header" >

< rdfs:comment>

The Header class captures information about a DCML extension schema and instance document.

</ rdfs:comment>

< rdfs:subClassOf rdf:resource = "owl:Ontology" />

</ owl:Class>

< owl:DataProperty rdf:ID = "author" >

< rdfs:comment>

The schema author.