rdf:ID

Attribute Information

Used By

Source

<xs:attribute name="ID" type="xs:NCName"/>

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.

</ rdfs:comment>

< rdfs:domain rdf:resource = "#Header" />

< rdfs:range rdf:resource = "xsd:string" />

</ owl:DataProperty>

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

< rdfs:comment>

The creation date of the schema or instance document.

</ rdfs:comment>

< rdfs:domain rdf:resource = "#Header" />

< rdfs:range rdf:resource = "xsd:dateTime" />