Mini Shell

Direktori : /usr/share/tracker3/ontologies/nepomuk/
Upload File :
Current File : //usr/share/tracker3/ontologies/nepomuk/38-nmm.ontology

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix nco: <http://tracker.api.gnome.org/ontology/v3/nco#> .
@prefix nfo: <http://tracker.api.gnome.org/ontology/v3/nfo#> .
@prefix nie: <http://tracker.api.gnome.org/ontology/v3/nie#> .
@prefix nmm: <http://tracker.api.gnome.org/ontology/v3/nmm#> .
@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nmm: a nrl:Namespace, nrl:Ontology ;
	nrl:prefix "nmm" ;
	nrl:lastModified "2014-09-19T11:05:00Z" .

nmm:MusicPiece a rdfs:Class ;
	rdfs:label "Music" ;
	rdfs:comment "Used to assign music-specific properties such as BPM to video and audio" ;
	nrl:notify true ;
	nrl:domainIndex nie:title ;
	rdfs:subClassOf nfo:Media .

nmm:MusicAlbum a rdfs:Class ;
	rdfs:label "Music album" ;
	rdfs:comment "The music album as provided by the publisher. Not to be confused with media lists or collections" ;
	nrl:notify true ;
	nrl:domainIndex nie:title ;
	rdfs:subClassOf nfo:MediaList .

# Addition to nepomuk
nmm:MusicAlbumDisc a rdfs:Class ;
	rdfs:label "Music album Disc" ;
	rdfs:subClassOf nie:InformationElement .

# Addition to nepomuk
nmm:albumDiscAlbum a rdf:Property ;
	rdfs:label "album disc's album" ;
	rdfs:comment "Album of the disc" ;
	rdfs:range nmm:MusicAlbum ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbumDisc .

# Addition to nepomuk
nmm:SynchronizedText a rdfs:Class ;
	rdfs:label "Synchronized text (use nie:language to set the language). Valid for subtitles and lyrics" ;
	rdfs:subClassOf nfo:PlainTextDocument .

# Addition to nepomuk
nmm:Video a rdfs:Class ;
	rdfs:label "Video" ;
	nrl:notify true ;
	rdfs:subClassOf nfo:Video ;
	rdfs:subClassOf nfo:Audio .

# Addition to nepomuk
nmm:Artist a rdfs:Class ;
	rdfs:label "Artist" ;
	rdfs:comment "An artist." ;
	nrl:notify true ;
	rdfs:subClassOf nie:InformationElement , nco:Role .

# Addition to nepomuk
nmm:Playlist a rdfs:Class ;
	rdfs:label "Media playlist" ;
	rdfs:comment "Specific class to split MediaList in Albums and playlists." ;
	nrl:notify true ;
	rdfs:subClassOf nfo:MediaList .

nmm:Movie a rdfs:Class ;
	rdfs:label "Movie" ;
	rdfs:comment "A Movie" ;
	rdfs:subClassOf nie:InformationElement, nfo:Media, nfo:Video, nfo:Visual .

nmm:TVSeason a rdfs:Class ;
	rdfs:label "TV Season" ;
	rdfs:comment "A season of a TV show" ;
	rdfs:subClassOf nie:InformationElement .

nmm:TVSeries a rdfs:Class ;
	rdfs:label "TV Series" ;
	rdfs:comment "A TV Series has multiple seasons and episodes" ;
	rdfs:subClassOf nie:InformationElement .

nmm:TVShow a rdfs:Class ;
	rdfs:label "TV Show" ;
	rdfs:comment "A TV show" ;
	rdfs:subClassOf nie:InformationElement, nfo:Media, nfo:Video, nfo:Visual .

# Addition to nepomuk
nmm:artistName a rdf:Property ;
	rdfs:label "fullname" ;
	rdfs:comment "Name of the artist" ;
	rdfs:subPropertyOf dc:title ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Artist ;
	rdfs:range xsd:string ;
	nrl:indexed true ;
	nrl:fulltextIndexed true ;
	nrl:weight 6 .

nmm:musicAlbum a rdf:Property ;
	rdfs:label "album" ;
	rdfs:comment "album the music belongs to" ;
	rdfs:subPropertyOf nie:isLogicalPartOf ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:MusicAlbum ;
	nrl:indexed true ;
	nrl:weight 6 .

# Addition to nepomuk
nmm:musicAlbumDisc a rdf:Property ;
	rdfs:label "is part of album disc" ;
	rdfs:comment "album disc the music belongs to" ;
	rdfs:subPropertyOf nie:isLogicalPartOf ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:MusicAlbumDisc .

# Addition to nepomuk.
# Cardinality could be > 1 if we create one for album collections
nmm:albumArtist a rdf:Property ;
	rdfs:label "artist" ;
	rdfs:comment "main artists of the album" ;
	rdfs:domain nmm:MusicAlbum ;
	rdfs:range nmm:Artist ;
	nrl:weight 6 .

nmm:beatsPerMinute a rdf:Property ;
	rdfs:label "Beats per minute" ;
	rdfs:comment "beats per minute" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range xsd:integer .

nmm:artist a rdf:Property ;
	rdfs:label "Artist" ;
	rdfs:comment "main artist of the MusicPiece" ;
	rdfs:subPropertyOf nco:contributor ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:Artist .

nmm:performer a rdf:Property ;
	rdfs:label "Performer" ;
	rdfs:comment "Performer" ;
	rdfs:subPropertyOf nco:contributor ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:Artist ;
	nrl:weight 4 ;
	nrl:indexed true .

nmm:composer a rdf:Property ;
	rdfs:label "Composer" ;
	rdfs:comment "Composer" ;
	rdfs:subPropertyOf nco:contributor ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:Artist ;
	nrl:weight 4 .

nmm:lyricist a rdf:Property ;
	rdfs:label "Lyricist" ;
	rdfs:comment "Lyricist" ;
	rdfs:subPropertyOf nco:contributor ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:Artist ;
	nrl:weight 4 .

# Addition to nepomuk
nmm:lyrics a rdf:Property ;
	rdfs:label "File with the lyrics for the music piece" ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range nmm:SynchronizedText .

nmm:trackNumber a rdf:Property ;
	rdfs:label "Track number" ;
	rdfs:comment "Track number of the music in its album" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range xsd:integer .

# Addition to nepomuk
nmm:isForHearingImpaired a rdf:Property ;
	rdfs:label "Is for hearing-impaired" ;
	rdfs:comment "Does text stream contain helper tags for hearing-impaired such as &lt;steps in hallway&gt;" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:SynchronizedText ;
	rdfs:range xsd:boolean .

nmm:musicCDIdentifier a rdf:Property ;
	rdfs:label "Music CD identifier" ;
	rdfs:comment "Music CD identifier to for databases like FreeDB.org. 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." ;
	rdfs:subPropertyOf nie:identifier ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbumDisc ;
	rdfs:range xsd:string .

nmm:internationalStandardRecordingCode a rdf:Property ;
	rdfs:label "International Standard Recording Code" ;
	rdfs:comment "ISRC ID. Format: 'CC-XXX-YY-NNNNN'" ;
	rdfs:subPropertyOf nie:identifier ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicPiece ;
	rdfs:range xsd:string .

nmm:albumTrackCount a rdf:Property ;
	rdfs:label "Track count" ;
	rdfs:comment "Track count of album" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbum ;
	rdfs:range xsd:integer .

nmm:artwork a rdf:Property ;
	rdfs:label "Artwork" ;
	rdfs:comment "Associated Artwork" ;
	rdfs:domain nfo:Media ;
	rdfs:range nfo:Image ;
	rdfs:subPropertyOf nfo:depiction .

# Addition to nepomuk
nmm:albumDuration a rdf:Property ;
	rdfs:label "Album duration" ;
	rdfs:comment "Duration of the album" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbum ;
	rdfs:range xsd:integer .

nmm:albumGain a rdf:Property ;
	rdfs:label "Gain" ;
	rdfs:comment "Gain of album" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbum ;
	rdfs:range xsd:integer .

nmm:albumPeakGain a rdf:Property ;
	rdfs:label "Peak Gain" ;
	rdfs:comment "Peak Gain of album" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbum ;
	rdfs:range xsd:integer .

nmm:setNumber a rdf:Property ;
	rdfs:label "Disc number" ;
	rdfs:comment "Disc number of album disc" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:MusicAlbumDisc ;
	rdfs:range xsd:integer .

nmm:episodeNumber a rdf:Property ;
	rdfs:label "Episode number" ;
	rdfs:comment "Episode number of a TV show" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:TVShow ;
	rdfs:range xsd:integer .

# Addition to nepomuk
nmm:runTime a rdf:Property ;
	rdfs:label "Run time" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:integer .

nmm:synopsis a rdf:Property ;
	rdfs:label "Synopsis" ;
	rdfs:comment "Long form description of video content (plot, premise, etc.)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:string .

# Addition to nepomuk
nmm:MPAARating a rdf:Property ;
	rdfs:label "MPAA Rating" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:string .

# Addition to nepomuk
nmm:category a rdf:Property ;
	rdfs:label "Category" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:string ;
	nrl:fulltextIndexed true ;
	nrl:weight 4 .

nmm:genre a rdf:Property ;
	rdfs:label "Genre" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nfo:Media ;
	rdfs:range xsd:string ;
	nrl:fulltextIndexed true ;
	nrl:weight 4 .

nmm:director a rdf:Property ;
	rdfs:label "Director" ;
	rdfs:domain nmm:Video ;
	rdfs:range nmm:Artist ;
	nrl:weight 4 .

# Addition to nepomuk, it has nmm:producer though
nmm:producedBy a rdf:Property ;
	rdfs:label "Produced by" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range nmm:Artist ;
	nrl:weight 3 .

# Addition to nepomuk
nmm:leadActor a rdf:Property ;
	rdfs:label "Lead actor" ;
	rdfs:domain nmm:Video ;
	rdfs:range nmm:Artist ;
	nrl:weight 4 .

# Addition to nepomuk
nmm:hasSubtitle a rdf:Property ;
	rdfs:label "Has subtitle" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:boolean .

# Addition to nepomuk
nmm:subtitle a rdf:Property ;
	rdfs:label "Subtitle file relevant for the video" ;
	rdfs:domain nmm:Video ;
	rdfs:range nmm:SynchronizedText ;
	nrl:weight 5 .

# Addition to nepomuk
nmm:isContentEncrypted a rdf:Property ;
	rdfs:label "Is content encrypted FIXME: defined already in IE in this ontology!" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Video ;
	rdfs:range xsd:boolean .

# Addition to nepomuk
nmm:skipCounter a rdf:Property ;
	rdfs:label "Increase if the media is skip while playing" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nfo:Media ;
	rdfs:range xsd:integer .

## Image ontology

# Addition to nepomuk
nmm:ImageList a rdfs:Class ;
	rdfs:subClassOf nfo:MediaList ;
	rdfs:label "Image album" ;
	nrl:notify true ;
	rdfs:comment "An album of images" .

# Addition to nepomuk
nmm:Photo a rdfs:Class ;
	rdfs:subClassOf nfo:Image ;
	rdfs:label "Photo" ;
	nrl:notify true ;
	rdfs:comment "A photo" .

# Properties
# Photo location is waiting for the Location ontology

nmm:exposureTime a rdf:Property ;
	rdfs:label "Exposure time" ;
	rdfs:comment "Exposure time of the photo" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:double .

nmm:Flash a rdfs:Class ;
	rdfs:label "Flash values" ;
	rdfs:comment "Enumeration of the possible values of flash property" ;
	rdfs:subClassOf rdfs:Resource .

nmm:flash-on a nmm:Flash .
nmm:flash-off a nmm:Flash .

nmm:flash a rdf:Property ;
	rdfs:label "Flash" ;
	rdfs:comment "Specifies whether flash was used" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range nmm:Flash .

nmm:fnumber a rdf:Property ;
	rdfs:label "F number" ;
	rdfs:comment "The diameter of the entrance pupil in terms of the focal length of the lens" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:double .

nmm:focalLength a rdf:Property ;
	rdfs:label "Focal length" ;
	rdfs:comment "A measure of how strongly the lens converges light" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:double .

nmm:isoSpeed a rdf:Property ;
	rdfs:label "ISO speed" ;
	rdfs:comment "Measure of a photographic film's sensitivity to light as ISO value" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:double .

nmm:MeteringMode a rdfs:Class ;
	rdfs:label "Metering mode values" ;
	rdfs:comment "Enumeration of different ways a camera determines exposure." ;
	rdfs:subClassOf rdfs:Resource .

nmm:metering-mode-average a nmm:MeteringMode .
nmm:metering-mode-center-weighted-average a nmm:MeteringMode .
nmm:metering-mode-spot a nmm:MeteringMode .
nmm:metering-mode-multispot a nmm:MeteringMode .
nmm:metering-mode-pattern a nmm:MeteringMode .
nmm:metering-mode-partial a nmm:MeteringMode .
nmm:metering-mode-other a nmm:MeteringMode .

nmm:meteringMode a rdf:Property ;
	rdfs:comment "Metering mode refers to the way in which a camera determines the exposure." ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range nmm:MeteringMode .

nmm:WhiteBalance a rdfs:Class ;
	rdfs:label "White balance" ;
	rdfs:comment "Camera's white balance setting" ;
	rdfs:subClassOf rdfs:Resource .

nmm:white-balance-auto a nmm:WhiteBalance .
nmm:white-balance-manual a nmm:WhiteBalance .

nmm:whiteBalance a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range nmm:WhiteBalance .

nmm:isCropped a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:boolean .

nmm:isColorCorrected a rdf:Property ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:Photo ;
	rdfs:range xsd:boolean .

# Radio (IE part)
nmm:RadioStation a rdfs:Class ;
	rdfs:label "Radio station" ;
	rdfs:comment "The Radio station in user terms: BBC3, Radio5, YLEX, ... It is linked with 1 or more carriers (different FM frenquencies, online sources in different qualities, etc.). Some RDS information is represented with nie properties, nie:identifier for PI, nie:title for PS" ;
	rdfs:subClassOf nfo:Audio ;
	nrl:notify true .

nmm:radioIcon a rdf:Property ;
	rdfs:label "Radio station icon" ;
	rdfs:comment "Image used as logo for a radio station" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:RadioStation ;
	rdfs:range nfo:Image .

nmm:radioPTY a rdf:Property ;
	rdfs:label "PTY" ;
	rdfs:comment "PTY Code (content description) as integer. RDS specs define the translations into human readable descriptions for various languages" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:RadioStation ;
	rdfs:range xsd:integer .

nmm:carrier a rdf:Property ;
	rdfs:label "Carrier" ;
	rdfs:comment "Signal where a radio can be tuned in. There can be more than one." ;
	rdfs:domain nmm:RadioStation ;
	rdfs:range nfo:MediaStream .

# Radio (DO part)
nmm:DigitalRadio a rdfs:Class ;
	rdfs:label "Online Radio Stream" ;
	rdfs:comment "Online Radio Stream data object (i.e. as a raw flow of bytes)" ;
	rdfs:subClassOf nfo:MediaStream .

nmm:AnalogRadio a rdfs:Class ;
	rdfs:label "AM/FM Radio carrier signal" ;
	rdfs:comment "FM Radio carrier signal data. Basically the frequency" ;
	rdfs:subClassOf nfo:MediaStream .

nmm:RadioModulation a rdfs:Class ;
 	rdfs:label "Radio modulation" ;
	rdfs:comment "Set of instances for analog radio modulation";
	rdfs:subClassOf rdfs:Resource .

nmm:radio-modulation-am a nmm:RadioModulation.
nmm:radio-modulation-fm a nmm:RadioModulation.

nmm:modulation a rdf:Property ;
	rdfs:label "Signal modulation" ;
	rdfs:comment "Modulation used in the frequency (AM or FM)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:AnalogRadio ;
	rdfs:range nmm:RadioModulation .

nmm:frequency a rdf:Property ;
	rdfs:label "Frequency" ;
	rdfs:comment "Frequency in the Radio spectrum in Khz (note that usually FM frequencies are in MHz)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:AnalogRadio ;
	rdfs:range xsd:integer .


nmm:streamingBitrate a rdf:Property ;
	rdfs:label "Streaming bitrate" ;
	rdfs:comment "Bitrate indicating the quality of the stream in Kbits (usual values 32, 64, 128...)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:DigitalRadio ;
	rdfs:range xsd:integer .

# Maybe defined set of instances? AAC, MP3, ...
nmm:encoding a rdf:Property ;
	rdfs:label "Encoding of the radio" ;
	rdfs:comment "Encoding of the radio. It is a property of the streaming, that it is known before hand, so the applications can choose the encoding they understand." ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:DigitalRadio ;
	rdfs:range xsd:string .

nmm:protocol a rdf:Property ;
	rdfs:label "Protocol" ;
	rdfs:comment "Protocol used for the streaming (HTTP, RTSP)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:DigitalRadio ;
	rdfs:range xsd:string .


# Upnp related resources
nmm:alternativeMedia a rdf:Property ;
	rdfs:label "Alternative media" ;
	rdfs:comment "Link between to different version of the same media. This is used for instances in uPnp where the server can provide the same video in different resolutions and codecs" ;
	rdfs:domain nfo:Media ;
	rdfs:range nfo:Media .

nmm:dlnaProfile a rdf:Property ;
	rdfs:label "DLNA profile" ;
	rdfs:comment "DLNA profile of the content, like MP3, MPEG_TS_HD_US, LPCM etc" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nfo:Media ;
	rdfs:range xsd:string .

nmm:dlnaMime a rdf:Property ;
	rdfs:label "DLNA mimetype" ;
	rdfs:comment "Mimetypes as defined for DLNA (occasional differences compared to xdg-mime)" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nfo:Media ;
	rdfs:range xsd:string .

nmm:uPnPShared a rdf:Property ;
	rdfs:label "uPnP shared" ;
	rdfs:comment "Tells the uPnP MediaServer (e.g. Rygel) whether to export/share the resource or not" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nfo:Media ;
	rdfs:range xsd:boolean .

nmm:hasSeasonEpisode a rdf:Property ;
	rdfs:label "whether an episode belongs to this season" ;
	rdfs:comment "Relates a TV Show season to its episodes" ;
	rdfs:subPropertyOf nie:hasLogicalPart ;
	rdfs:domain nmm:TVSeason ;
	rdfs:range nmm:TVShow .

nmm:seasonNumber a rdf:Property ;
	rdfs:label "Season number" ;
	rdfs:comment "The number of a season" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:TVSeason ;
	rdfs:range xsd:integer .

nmm:seasonOf a rdf:Property ;
	rdfs:label "Series that the season belongs to" ;
	rdfs:comment "Relates a TV Season to its series" ;
	rdfs:subPropertyOf nie:isLogicalPartOf ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:TVSeason ;
	rdfs:range nmm:TVSeries .

nmm:hasEpisode a rdf:Property ;
	rdfs:label "Episodes in a TV series" ;
	rdfs:comment "A TVSeries has many episodes" ;
	rdfs:domain nmm:TVSeries ;
	rdfs:range nmm:TVShow .

nmm:hasSeason a rdf:Property ;
	rdfs:label "Seasons in a TV series" ;
	rdfs:comment "Relates a TV Series to its seasons" ;
	rdfs:subPropertyOf nie:hasLogicalPart ;
	rdfs:domain nmm:TVSeries ;
	rdfs:range nmm:TVSeason .

nmm:isPartOfSeason a rdf:Property ;
	rdfs:label "Season that the episode belongs to" ;
	rdfs:comment "Relates a TV Show to its season" ;
	rdfs:subPropertyOf nie:isLogicalPartOf ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:TVShow ;
	rdfs:range nmm:TVSeason .

nmm:series a rdf:Property ;
	rdfs:label "Series of a TV show" ;
	rdfs:comment "Relates a TV Show to its TV series" ;
	nrl:maxCardinality 1 ;
	rdfs:domain nmm:TVShow ;
	rdfs:range nmm:TVSeries .

Zerion Mini Shell 1.0