Schemas and Ontologies


Simple declarations

Creator is a property


<http://purl.org/dc/elements/1.1/creator> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#Property>

Creator has a label whose value is Author/Creator


<http://purl.org/dc/elements/1.1/creator> 
<http://www.w3.org/2000/01/rdf-schema#label> 
"Author/Creator" .

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/creator">
    <rdfs:label>Author/Creator</>
  </rdf:Property>
</rdf:RDF>