Difference between revisions of "Sandbox"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 4: Line 4:
First topic of the sample hierarchy, within chapter one.
First topic of the sample hierarchy, within chapter one.
{{Hierarchy_Footer}}
{{Hierarchy_Footer}}
'''Beispiel XML'''
<pre><nowiki>
<?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>
</nowiki></pre>

Revision as of 10:18, 28 June 2007

Willkommen in der Sandbox!

{{#hierarchy-top:}}

First topic of the sample hierarchy, within chapter one. {{#hierarchy-bottom:}}


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>