Property: ComponentOf (ov:beam-componentOf.html)

Full URI: http://open.vocab.org/terms/beam-componentOf

Following an EAD description, collections consist of one or more "components". Components act much like files and folders - a component may contain others (folder) or it may be a leaf node (file) - EAD is vague enough not to make this distinction, but provides a "level" attribute instead. This property is used by a component to show that if is a "componentOf" either another component or a collection or both.

Edit | Add sub-property

Change History

  • 2009-11-12T16:50:10Z Anonymous user at 163.1.203.25 said "Created"

This term is considered to be unstable. Unstable terms may be edited at any time by anyone so their meaning may change unpredictably.

RDF

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix o: <http://open.vocab.org/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix label: <http://purl.org/net/vocab/2004/03/label#> .

ov:beam-componentOf rdfs:isDefinedBy o:terms ;
                    status:term_status "unstable" ;
                    status:userdocs <http://open.vocab.org/terms/beam-componentOf.html> ;
                    label:plural "ComponentsOf"@en ;
                    rdfs:comment 'Following an EAD description, collections consist of one or more "components". Components act much like files and folders - a component may contain others (folder) or it may be a leaf node (file) - EAD is vague enough not to make this distinction, but provides a "level" attribute instead. This property is used by a component to show that if is a "componentOf" either another component or a collection or both.'@en ;
                    rdf:type rdf:Property ;
                    rdfs:label "ComponentOf"@en .

This description in other formats: RDF/XML, Turtle, RDF/JSON