NEPOMUK ID3 Ontology
OSCAF Recommendation 13.06.2012
- Latest Version:
- http://www.semanticdesktop.org/ontologies/2007/05/10/nid3
- This Version:
- This file refers to the Revision 1.1 of NID3. Minor changes may be implemented in future revisions. With each new revision, the documentation and all serializations of the ontology will be updated. The URI identifying this version (but not the namespace) is
http://www.semanticdesktop.org/ontologies/2007/05/10/nid3/v1.1/
- Previous Version:
- http://www.semanticdesktop.org/ontologies/2007/05/10/nid3/v1.0/
- Authors:
- Antoni Mylka, DFKI, antoni.mylka@dfki.de
- Leo Sauermann, DFKI, leo.sauermann@dfki.de
- Michael Sintek, DFKI, michael.sintek@dfki.de
- Ludger van Elst, DFKI, elst@dfki.uni-kl.de
- Editor:
- Antoni Mylka, DFKI, antoni.mylka@dfki.de
- Contributors:
- Evgeny 'phreedom' Egorochkin, KDE Strigi Developer, stexx@mail.ru
- Christiaan Fluit, Aduna, christiaan.fluit@aduna-software.com
- Ontology:
- XML/RDFS Serialization: NID3
(Data Graph Only)
- XML/RDFS Serialization: NID3
(Metadata Graph Only)
- TriG Serialization: NID3
(Graph Set)
Copyright © 2012 OSCAF®
The ontologies are made available under the terms of OSCAF software license
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.
Example files that show how to use the expressive power of the ontology will be
published here in near future.
Ontology Classes Description
ID3Audio
nfo:Audio, nie:InformationElement, nfo:Media, rdfs:Resource |
-- |
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 |
-- |
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
rdfs:Resource |
-- |
nid3:involvedPersonContact, nid3:involvment |
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
rdfs:Resource |
-- |
nid3:hasSynchronizedTextElement, nid3:synchronizedTextContentDescriptor, nid3:textContentType, nid3:timestampFormat |
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
UserDefinedFrame
UserDefinedURLFrame
rdfs:Resource, nid3:UserDefinedFrame |
-- |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nie:DataObject |
dcterms:hasPart, nie:hasPart, nie:relatedTo, dc:relation |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:integer |
-- |
-- |
Description | TSIZ
The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v2 tag, represented as a numeric string. |
backgroundArtist
beatsPerMinute
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:integer |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
nie:comment |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
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
conductor
contentGroupDescription
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
dc:rights |
-- |
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
encodedBy
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
nao:annotation, nao:contributor, nco:contributor, dc:contributor |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
-- |
nco:Contact |
dc:rights |
-- |
Description | TOWN
The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents. |
fileType
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
hasSynchronizedText
hasSynchronizedTextElement
initialKey
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
Description | TSRC
The 'ISRC' frame should contain the International Standard Recording Code (ISRC) (12 characters). |
internetRadioStationName
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
Description | TRSN
The 'Internet radio station name' frame contains the name of the internet radio station from which the audio is streamed. |
internetRadioStationOwner
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
-- |
-- |
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
involvedPerson
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nid3:InvolvedPerson |
-- |
-- |
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
involvment
rdf:Property, rdfs:Resource |
nid3:InvolvedPerson |
xsd:string |
-- |
-- |
Description | How was this particular person involved in this particular track. |
language
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
nie:language, dc:language |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
dc:creator |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Literal |
-- |
-- |
Description | TLEN
The 'Length' frame contains the length of the audiofile in milliseconds, represented as a numeric string. |
licensee
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
-- |
-- |
Description | TOWN
The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents. |
mediaType
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
Description | |
officialAudioSourceWebpage
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
Description | WOAF
The 'Official audio file webpage' frame is a URL pointing at a file specific webpage. |
officialInternetRadioStationHomepage
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
Description | WORS
The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station. |
originalAlbumTitle
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
nao:annotation, nao:contributor, nco:contributor, dc:contributor, nao:creator, nco:creator, dc:creator |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:integer |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
nao:annotation, nao:contributor, nco:contributor, dc:contributor |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
Description | WPAY
The 'Payment' frame is a URL pointing at a webpage that will handle the process of paying for this file. |
playlistDelay
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:integer |
-- |
-- |
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
publishersWebpage
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
rdfs:Resource |
-- |
-- |
Description | WPUB
The 'Publishers official webpage' frame is a URL pointing at the official wepage for the publisher. |
recordingDate
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:integer |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:SynchronizedText |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:SynchronizedText |
xsd:string |
-- |
-- |
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
textElementTimestamp
rdf:Property, rdfs:Resource |
nid3:SynchronizedTextElement |
xsd:integer |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
nco:Contact |
nao:annotation, nao:contributor, nco:contributor, dc:contributor |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:SynchronizedText |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
rdfs:label, nao:prefLabel, dc:title, nie:title |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
nie:identifier, dc:identifier, nao:identifier |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
nie:plainTextContent |
-- |
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
rdf:Property, rdfs:Resource |
nid3:ID3Audio |
xsd:string |
-- |
-- |
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
userDefinedFrameDescription
rdf:Property, rdfs:Resource |
nid3:UserDefinedFrame |
xsd:string |
-- |
-- |
Description | Description of a user-defined frame. |
userDefinedFrameValue
rdf:Property, rdfs:Resource |
nid3:UserDefinedFrame |
xsd:string |
-- |
-- |
Description | Value of a user-defined frame. |