Abstract

ID3 is a common standard for audio metadata. It has become widespread with the profusion of MP3 files. The NEPOMUK ID3 ontology (NID3) makes it possible to express ID3 information in RDF, thus bringing it within reach of RDF-enabled application. This document gives an overview of NID3 and describes its classes and properties.

Status of this document

This document arose from the work of the Task-Force ontologies within the NEPOMUK project. This document is a DRAFT made available by the Nepomuk Consortium for discussion only. This document is a work in progress and may be updated, replaced, or rendered obsolete by other documents at any time.

This document is a part in a set of seven documents, which together comprise the complete specification of the Nepomuk Information Element Ontology Framework. These are: NIE, NFO, NCO, NMO, NCAL, NEXIF, NID3.

Ontology Visualisation

Change Log

  • Added
  • Modified
  • Deprecated
  • Ontology description

    ID3 is a popular standard of audio metadata. It has gained popularity with the profusion of MP3 files, but it's not limited to the MP3 format. The authors of the Nepomuk ID3 Ontology (NID3) haven't found any previous attempts at converting the ID3 specifications to RDF. NID3 has been created from scratch as an exact adaptation of the ID3 v. 2.3.0 Standard Document. It covers all ID3v2 frames defined in section 4 of the standard document with the exception of subsections: 4.6, 4.7, 4.8. Subsections from 4.12 to 4.28 inclusive aren't covered either.

    The NID3 properties have been carefully aligned with NCO (mainly nco:creator and nco:contributor) and Dublin Core (e.g. dc:rights). Refer to the documentation for details.

    Examples

    Example files that show how to use the expressive power of the ontology will be published here in near future.

    Ontology Classes Description

    ID3Audio

    Superclasses nfo:Audio, nie:InformationElement, nfo:Media, rdfs:Resource
    Subclasses --
    In domain of: nid3:albumTitle, nid3:attachedPicture, nid3:audiofileSize, nid3:backgroundArtist, nid3:beatsPerMinute, nid3:comments, nid3:commercialInformationURL, nid3:composer, nid3:conductor, nid3:contentGroupDescription, nid3:contentType, nid3:copyrightInformationURL, nid3:copyrightMessage, nid3:date, nid3:encodedBy, nid3:encodingSettings, nid3:fileType, nid3:generalEncapsulatedObject, nid3:hasSynchronizedText, nid3:initialKey, nid3:internationalStandardRecordingCode, nid3:internetRadioStationName, nid3:internetRadioStationOwner, nid3:interpretedBy, nid3:involvedPerson, nid3:language, nid3:leadArtist, nid3:length, nid3:licensee, nid3:mediaType, nid3:musicCDIdentifier, nid3:officialArtistWebpage, nid3:officialAudioSourceWebpage, nid3:officialFileWebpage, nid3:officialInterne..., nid3:originalAlbumTitle, nid3:originalArtist, nid3:originalFilename, nid3:originalReleaseYear, nid3:originalTextWriter, nid3:partOfSet, nid3:paymentURL, nid3:playlistDelay, nid3:publisher, nid3:publishersWebpage, nid3:recordingDate, nid3:recordingYear, nid3:subtitle, nid3:textWriter, nid3:time, nid3:title, nid3:trackNumber, nid3:uniqueFileIdentifier, nid3:unsynchronizedTextContent, nid3:unsynchronizedTextContentDescriptor, nid3:userDefinedFrame
    In range of: --
    Description A File annotated with ID3 tags. Implementation notes: use nie:title for the actual name of the piece (TIT2, the 'Title/Songname/Content description' frame); use nie:language for the languages of the text or lyrics spoken or sung in the audio (TLAN, the 'Language(s)' frame); use nie:comment for any kind of full text information that does not fit in any other frame (COMM frame).

    InvolvedPerson

    Superclasses rdfs:Resource
    Subclasses --
    In domain of: nid3:involvedPersonContact, nid3:involvment
    In range of: nid3:involvedPerson
    Description Since there might be a lot of people contributing to an audio file in various ways, such as musicians and technicians, the 'Text information frames' are often insufficient to list everyone involved in a project. The 'Involved people list' is a frame containing the names of those involved, and how they were involved. The body simply contains a terminated string with the involvement directly followed by a terminated string with the involvee followed by a new involvement and so on. There may only be one "IPLS" frame in each tag. Note that in this RDF representation each InvolvedPerson is represented with a separate instance of the InvolvedPerson class and with a separate involvedPerson triple.

    SynchronizedText

    Superclasses rdfs:Resource
    Subclasses --
    In domain of: nid3:hasSynchronizedTextElement, nid3:synchronizedTextContentDescriptor, nid3:textContentType, nid3:timestampFormat
    In range of: nid3:hasSynchronizedText
    Description SYLT This is another way of incorporating the words, said or sung lyrics, in the audio file as text, this time, however, in sync with the audio. It might also be used to describing events e.g. occurring on a stage or on the screen in sync with the audio. The header includes a content descriptor, represented with as terminated textstring. If no descriptor is entered, 'Content descriptor' is \$00 (00) only.

    SynchronizedTextElement

    Superclasses rdfs:Resource
    Subclasses --
    In domain of: nid3:textElementContent, nid3:textElementTimestamp
    In range of: nid3:hasSynchronizedTextElement
    Description An element of the synchronized text. It aggregates the actual text content, with the timestamp.

    UserDefinedFrame

    Superclasses rdfs:Resource
    Subclasses nid3:UserDefinedURLFrame
    In domain of: nid3:userDefinedFrameDescription, nid3:userDefinedFrameValue
    In range of: nid3:userDefinedFrame
    Description This frame is intended for one-string text information concerning the audiofile in a similar way to the other "T"-frames. The frame body consists of a description of the string, represented as a terminated string, followed by the actual string. There may be more than one "TXXX" frame in each tag, but only one with the same description.

    UserDefinedURLFrame

    Superclasses rdfs:Resource, nid3:UserDefinedFrame
    Subclasses --
    In domain of: --
    In range of: --
    Description This frame is intended for URL links concerning the audiofile in a similar way to the other "W"-frames. The frame body consists of a description of the string, represented as a terminated string, followed by the actual URL. The URL is always encoded with ISO-8859-1. There may be more than one "WXXX" frame in each tag, but only one with the same description.

    Ontology Properties Description

    albumTitle

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TALB The 'Album/Movie/Show title' frame is intended for the title of the recording(/source of sound) which the audio in the file is taken from.

    attachedPicture

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nie:DataObject
    Superproperties dcterms:hasPart, nie:hasPart, nie:relatedTo, dc:relation
    Subproperties --
    Description A picture attached to an audio file. The DataObject refered to by this property is usually interpreted as an nfo:Image Inspired by the attached picture tag defined in http://www.id3.org/id3v2.3.0 sec. 4.15)

    audiofileSize

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description TSIZ The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v2 tag, represented as a numeric string.

    backgroundArtist

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TPE2 The 'Band/Orchestra/Accompaniment' frame is used for additional information about the performers in the recording.

    beatsPerMinute

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description TBPM The 'BPM' frame contains the number of beats per minute in the mainpart of the audio. The BPM is an integer and represented as a numerical string.

    comments

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties nie:comment
    Subproperties --
    Description COMM - This frame is indended for any kind of full text information that does not fit in any other frame. It consists of a frame header followed by encoding, language and content descriptors and is ended with the actual comment as a text string. Newline characters are allowed in the comment text string. There may be more than one comment frame in each tag, but only one with the same language and content descriptor. Deprecated in favor of the more generic nie:comment.

    commercialInformationURL

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WCOM The 'Commercial information' frame is a URL pointing at a webpage with information such as where the album can be bought. There may be more than one "WCOM" frame in a tag, but not with the same content.

    composer

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor, nao:creator, nco:creator, dc:creator
    Subproperties --
    Description TCOM The 'Composer(s)' frame is intended for the name of the composer(s). They are seperated with the "/" character. Note that in the RDF representation each composer is represented with a separate triple.

    conductor

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TPE3 The 'Conductor' frame is used for the name of the conductor.

    contentGroupDescription

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TIT1 The 'Content group description' frame is used if the sound belongs to a larger category of sounds/music. For example, classical music is often sorted in different musical sections (e.g. "Piano Concerto", "Weather - Hurricane").

    contentType

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TCON The 'Content type', which previously was stored as a one byte numeric value only, is now a numeric string. You may use one or several of the types as ID3v1.1 did or, since the category list would be impossible to maintain with accurate and up to date categories, define your own. References to the ID3v1 genres can be made by, as first byte, enter "(" followed by a number from the genres list (appendix A) and ended with a ")" character. This is optionally followed by a refinement, e.g. "(21)" or "(4)Eurodisco". Several references can be made in the same frame, e.g. "(51)(39)". If the refinement should begin with a "(" character it should be replaced with "((", e.g. "((I can figure out any genre)" or "(55)((I think...)". The following new content types is defined in ID3v2 and is implemented in the same way as the numerig content types, e.g. "(RX)". RX Remix CR Cover

    copyrightInformationURL

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WCOP The 'Copyright/Legal information' frame is a URL pointing at a webpage where the terms of use and ownership of the file is described.

    copyrightMessage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties dc:rights
    Subproperties --
    Description TCOP The 'Copyright message' frame, which must begin with a year and a space character (making five characters), is intended for the copyright holder of the original sound, not the audio file itself. The absence of this frame means only that the copyright information is unavailable or has been removed, and must not be interpreted to mean that the sound is public domain. Every time this field is displayed the field must be preceded with "Copyright".

    date

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:dateTime
    Superproperties nao:annotation, nie:contentCreated, nie:contentModified, nao:created, dc:date, nie:informationElementDate, nao:modified, dcterms:modified
    Subproperties --
    Description TDAT The 'Date' frame is a numeric string in the DDMM format containing the date for the recording. This field is always four characters long.

    encodedBy

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TENC The 'Encoded by' frame contains the name of the person or organisation that encoded the audio file. This field may contain a copyright message, if the audio file also is copyrighted by the encoder. Note that the RDF representation doesn't allow the copyright message in this field. Please move it to the copyrightMessage field.

    encodingSettings

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TSSE The 'Software/Hardware and settings used for encoding' frame includes the used audio encoder and its settings when the file was encoded. Hardware refers to hardware encoders, not the computer on which a program was run.

    fileOwner

    Type rdf:Property, rdfs:Resource
    Domain --
    Range nco:Contact
    Superproperties dc:rights
    Subproperties --
    Description TOWN The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents.

    fileType

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TFLT The 'File type' frame indicates which type of audio this tag defines. The following type and refinements are defined: MPG MPEG Audio; /1 MPEG 1/2 layer I; /2 MPEG 1/2 layer II; /3 MPEG 1/2 layer III; /2.5 MPEG 2.5; /AAC Advanced audio compression; VQF Transform-domain Weighted Interleave Vector Quantization; PCM Pulse Code Modulated audio;

    generalEncapsulatedObject

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nie:DataObject
    Superproperties dcterms:hasPart, nie:hasPart, nie:relatedTo, dc:relation
    Subproperties --
    Description An arbitrary file embedded in an audio file. Inspired by http://www.id3.org/id3v2.3.0 sec. 4.16)

    hasSynchronizedText

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nid3:SynchronizedText
    Superproperties --
    Subproperties --
    Description Links the ID3Audio with an instance of SynchronizedText

    hasSynchronizedTextElement

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedText
    Range nid3:SynchronizedTextElement
    Superproperties --
    Subproperties --
    Description Links the synchronized text object with the text elements.

    initialKey

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TKEY The 'Initial key' frame contains the musical key in which the sound starts. It is represented as a string with a maximum length of three characters. The ground keys are represented with "A","B","C","D","E", "F" and "G" and halfkeys represented with "b" and "#". Minor is represented as "m". Example "Cbm". Off key is represented with an "o" only.

    internationalStandardRecordingCode

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TSRC The 'ISRC' frame should contain the International Standard Recording Code (ISRC) (12 characters).

    internetRadioStationName

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TRSN The 'Internet radio station name' frame contains the name of the internet radio station from which the audio is streamed.

    internetRadioStationOwner

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties --
    Subproperties --
    Description TRSO The 'Internet radio station owner' frame contains the name of the owner of the internet radio station from which the audio is streamed.

    interpretedBy

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TPE4 The 'Interpreted, remixed, or otherwise modified by' frame contains more information about the people behind a remix and similar interpretations of another existing piece.

    involvedPerson

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nid3:InvolvedPerson
    Superproperties --
    Subproperties --
    Description Links an ID3 file to an InvolvedPerson, an equivalent of the involvedPeopleList tag. Since there might be a lot of people contributing to an audio file in various ways, such as musicians and technicians, the 'Text information frames' are often insufficient to list everyone involved in a project. The 'Involved people list' is a frame containing the names of those involved, and how they were involved. The body simply contains a terminated string with the involvement directly followed by a terminated string with the involvee followed by a new involvement and so on. There may only be one "IPLS" frame in each tag.

    involvedPersonContact

    Type rdf:Property, rdfs:Resource
    Domain nid3:InvolvedPerson
    Range nco:Contact
    Superproperties --
    Subproperties --
    Description An actual contact to the involved person.

    involvment

    Type rdf:Property, rdfs:Resource
    Domain nid3:InvolvedPerson
    Range xsd:string
    Superproperties --
    Subproperties --
    Description How was this particular person involved in this particular track.

    language

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties nie:language, dc:language
    Subproperties --
    Description TLAN The 'Language(s)' frame should contain the languages of the text or lyrics spoken or sung in the audio. The language is represented with three characters according to ISO-639-2. If more than one language is used in the text their language codes should follow according to their usage. Deprecated in favor of the more generic nie:language.

    leadArtist

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties dc:creator
    Subproperties --
    Description TPE1 The 'Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group' is used for the main artist(s). They are seperated with the "/" character.

    length

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Literal
    Superproperties --
    Subproperties --
    Description TLEN The 'Length' frame contains the length of the audiofile in milliseconds, represented as a numeric string.

    licensee

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties --
    Subproperties --
    Description TOWN The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents.

    mediaType

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TMED The 'Media type' frame describes from which media the sound originated. This may be a text string or a reference to the predefined media types found in the list below. References are made within "(" and ")" and are optionally followed by a text refinement, e.g. "(MC) with four channels". If a text refinement should begin with a "(" character it should be replaced with "((" in the same way as in the "TCO" frame. Predefined refinements is appended after the media type, e.g. "(CD/A)" or "(VID/PAL/VHS)". See http://www.id3.org/id3v2.3.0 for details.

    musicCDIdentifier

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description This frame is intended for music that comes from a CD, so that the CD can be identified in databases such as the CDDB. The frame consists of a binary dump of the Table Of Contents, TOC, from the CD, which is a header of 4 bytes and then 8 bytes/track on the CD plus 8 bytes for the 'lead out' making a maximum of 804 bytes. The offset to the beginning of every track on the CD should be described with a four bytes absolute CD-frame address per track, and not with absolute time. This frame requires a present and valid "TRCK" frame, even if the CD's only got one track. There may only be one "MCDI" frame in each tag.

    officialArtistWebpage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description

    officialAudioSourceWebpage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WOAS The 'Official audio source webpage' frame is a URL pointing at the official webpage for the source of the audio file, e.g. a movie.

    officialFileWebpage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WOAF The 'Official audio file webpage' frame is a URL pointing at a file specific webpage.

    officialInternetRadioStationHomepage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WORS The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station.

    originalAlbumTitle

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TOAL The 'Original album/movie/show title' frame is intended for the title of the original recording (or source of sound), if for example the music in the file should be a cover of a previously released song.

    originalArtist

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor, nao:creator, nco:creator, dc:creator
    Subproperties --
    Description TOPE The 'Original artist(s)/performer(s)' frame is intended for the performer(s) of the original recording, if for example the music in the file should be a cover of a previously released song. The performers are seperated with the "/" character. Note that in the RDF repressentation each orignal artist is represented with a separate triple.

    originalFilename

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TOFN The 'Original filename' frame contains the preferred filename for the file, since some media doesn't allow the desired length of the filename. The filename is case sensitive and includes its suffix.

    originalReleaseYear

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description TORY The 'Original release year' frame is intended for the year when the original recording, if for example the music in the file should be a cover of a previously released song, was released. The field is formatted as in the "TYER" frame.

    originalTextWriter

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TOLY The 'Original lyricist(s)/text writer(s)' frame is intended for the text writer(s) of the original recording, if for example the music in the file should be a cover of a previously released song. The text writers are seperated with the "/" character. Note that in the RDF representation each original lyricist is represented with a separate triple.

    partOfSet

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TPOS The 'Part of a set' frame is a numeric string that describes which part of a set the audio came from. This frame is used if the source described in the "TALB" frame is divided into several mediums, e.g. a double CD. The value may be extended with a "/" character and a numeric string containing the total number of parts in the set. E.g. "1/2".

    paymentURL

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WPAY The 'Payment' frame is a URL pointing at a webpage that will handle the process of paying for this file.

    playlistDelay

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description TDLY The 'Playlist delay' defines the numbers of milliseconds of silence between every song in a playlist. The player should use the "ETC" frame, if present, to skip initial silence and silence at the end of the audio to match the 'Playlist delay' time. The time is represented as a numeric string.

    publisher

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nco:publisher, dc:publisher
    Subproperties --
    Description TPUB The 'Publisher' frame simply contains the name of the label or publisher.

    publishersWebpage

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range rdfs:Resource
    Superproperties --
    Subproperties --
    Description WPUB The 'Publishers official webpage' frame is a URL pointing at the official wepage for the publisher.

    recordingDate

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TRDA The 'Recording dates' frame is a intended to be used as complement to the "TYER", "TDAT" and "TIME" frames. E.g. "4th-7th June, 12th June" in combination with the "TYER" frame.

    recordingYear

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description TYER The 'Year' frame is a numeric string with a year of the recording. This frames is always four characters long (until the year 10000).

    subtitle

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TIT3 The 'Subtitle/Description refinement' frame is used for information directly related to the contents title (e.g. "Op. 16" or "Performed live at Wembley").

    synchronizedTextContentDescriptor

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedText
    Range xsd:string
    Superproperties --
    Subproperties --
    Description Synchronized text content descriptor. Inspired by the content descriptor part of the SYLT frame defined in ID3 2.3.0 spec sec. 4.10

    textContentType

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedText
    Range xsd:string
    Superproperties --
    Subproperties --
    Description Content type: \$00 is other \$01 is lyrics \$02 is text transcription \$03 is movement/part name (e.g. "Adagio") \$04 is events (e.g. "Don Quijote enters the stage") \$05 is chord (e.g. "Bb F Fsus") \$06 is trivia/'pop up' information

    textElementContent

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedTextElement
    Range xsd:string
    Superproperties --
    Subproperties --
    Description

    textElementTimestamp

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedTextElement
    Range xsd:integer
    Superproperties --
    Subproperties --
    Description The 'time stamp' is set to zero or the whole sync is omitted if located directly at the beginning of the sound. All time stamps should be sorted in chronological order. The sync can be considered as a validator of the subsequent string.

    textWriter

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nco:Contact
    Superproperties nao:annotation, nao:contributor, nco:contributor, dc:contributor
    Subproperties --
    Description TEXT The 'Lyricist(s)/Text writer(s)' frame is intended for the writer(s) of the text or lyrics in the recording. They are seperated with the "/" character. Note that in the RDF representation each text writer is represented with a separate triple.

    time

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TIME The 'Time' frame is a numeric string in the HHMM format containing the time for the recording. This field is always four characters long.

    timestampFormat

    Type rdf:Property, rdfs:Resource
    Domain nid3:SynchronizedText
    Range xsd:string
    Superproperties --
    Subproperties --
    Description Time stamp format is: \$01 Absolute time, 32 bit sized, using MPEG frames as unit \$02 Absolute time, 32 bit sized, using milliseconds as unit

    title

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties rdfs:label, nao:prefLabel, dc:title, nie:title
    Subproperties --
    Description TIT2 The 'Title/Songname/Content description' frame is the actual name of the piece (e.g. "Adagio", "Hurricane Donna"). Deprecated in favor of the more generic nie:title.

    trackNumber

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description TRCK The 'Track number/Position in set' frame is a numeric string containing the order number of the audio-file on its original recording. This may be extended with a "/" character and a numeric string containing the total numer of tracks/elements on the original recording. E.g. "4/9".

    uniqueFileIdentifier

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties nie:identifier, dc:identifier, nao:identifier
    Subproperties --
    Description This frame's purpose is to be able to identify the audio file in a database that may contain more information relevant to the content. Since standardisation of such a database is beyond this document, all frames begin with a null-terminated string with a URL containing an email address, or a link to a location where an email address can be found, that belongs to the organisation responsible for this specific database implementation. Questions regarding the database should be sent to the indicated email address. The URL should not be used for the actual database queries. The string "http://www.id3.org/dummy/ufid.html" should be used for tests. Software that isn't told otherwise may safely remove such frames. The 'Owner identifier' must be non-empty (more than just a termination). The 'Owner identifier' is then followed by the actual identifier, which may be up to 64 bytes. There may be more than one "UFID" frame in a tag, but only one with the same 'Owner identifier'.

    unsynchronizedTextContent

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties nie:plainTextContent
    Subproperties --
    Description Unsynchronized text content. Inspired by the content part of the USLT frame defined in the ID3 2.3.0 Spec sec. 4.9

    unsynchronizedTextContentDescriptor

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range xsd:string
    Superproperties --
    Subproperties --
    Description The content descriptor of the unsynchronized text. Inspired by the Content Descriptor field of the USLT frame, defined in ID3 2.3.0 Spec sec. 4.9

    userDefinedFrame

    Type rdf:Property, rdfs:Resource
    Domain nid3:ID3Audio
    Range nid3:UserDefinedFrame
    Superproperties --
    Subproperties --
    Description Links the ID3 file to a user-defined frame.

    userDefinedFrameDescription

    Type rdf:Property, rdfs:Resource
    Domain nid3:UserDefinedFrame
    Range xsd:string
    Superproperties --
    Subproperties --
    Description Description of a user-defined frame.

    userDefinedFrameValue

    Type rdf:Property, rdfs:Resource
    Domain nid3:UserDefinedFrame
    Range xsd:string
    Superproperties --
    Subproperties --
    Description Value of a user-defined frame.