Sandbox

From MPDLMediaWiki
Revision as of 09:09, 26 November 2007 by Inga (talk | contribs)
Jump to navigation Jump to search

Willkommen in der Sandbox! Beispiel externes image

http://sfx.mpg.de/sfx_local/sfx.gif


Beispiel XML

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF base="info:fedora/fedora-system:def/relations-external#" 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:ID="fedoraRelationship">
<rdfs:comment>The primitive property for all object-to-object relationships in the fedora ontology</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:ID="isPartOf">
<rdfs:label xml:lang="en-US">Is Part Of</rdfs:label>
<rdfs:comment xml:lang="en-US">A definition of the generic part/whole relationship between fedora objects.  The subject is a fedora object representing a part and the predicate is a fedora object representing a whole.</rdfs:comment>

<rdfs:subPropertyOf rdf:resource="#fedoraRelationship"/>
</rdf:Property>
<rdf:Property rdf:ID="hasPart">
<rdfs:label xml:lang="en-US">Has Part</rdfs:label>
<rdfs:comment xml:lang="en-US">A definition of the generic part/whole relationship between fedora objects. The subject is a fedora object representing a whole and the predicate is a fedora object representing a part.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#fedoraRelationship"/>
</rdf:Property>
<rdf:Property rdf:ID="isConstituentOf">

<rdfs:label xml:lang="en-US">Is Constituent Of</rdfs:label>
<rdfs:comment xml:lang="en-US">This is a refinement of the generic part/whole relationship in the "made of" sense with referential integrity implications.  The subject is a fedora object representing a constituent part and the predicate is a fedora object representing a whole of which the subject is a constituent.  The constituent part cannot stand alone in any meaningful way without reference to the whole. </rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#isPartOf"/>
</rdf:Property>


A B
C D