
<http://purl.org/net/po#week> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/net/po#songInfo> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/ontology/mo/Track> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Song> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

_:node190oeo9bix1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node190oeo9bix2 ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#Playlist> .

<http://purl.org/net/po#hasPlaylistEntry> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/net/po#partOfPlaylist> ;
	<http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/net/po#PlaylistEntry> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Playlist> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://purl.org/net/po#artistInfo> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/ontology/mo/MusicArtist> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Song> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://purl.org/net/po#playlistEntrySong> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/net/po#Song> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

_:node190oeo9bix3 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#integer> ;
	<http://www.w3.org/2002/07/owl#onClass> <http://purl.org/net/po#Song> ;
	<http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/net/po#playlistEntrySong> ;
	a <http://www.w3.org/2002/07/owl#Restriction> .

<http://purl.org/net/po#> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://purl.org/net/po#" ;
	<http://purl.org/vocab/vann/preferredNamespacePrefix> "po" ;
	<http://purl.org/dc/terms/description> "An ontology for describing playlists, playlist entries and songs." ;
	<http://purl.org/dc/terms/title> "Playlist Ontology" ;
	a <http://www.w3.org/2002/07/owl#Ontology> , <http://purl.org/vocommons/voaf#Vocabulary> .

_:node190oeo9bix2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node190oeo9bix4 ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#PlaylistEntry> .

_:node190oeo9bix5 <http://www.w3.org/2002/07/owl#members> _:node190oeo9bix1 ;
	a <http://www.w3.org/2002/07/owl#AllDisjointClasses> .

<http://purl.org/net/po#Playlist> <http://www.w3.org/2000/01/rdf-schema#comment> "A class for representing a playlist. One Playlist instance is connected to one or more PlaylistEntry instances. It contains the name of the playlist and the name of the radio station."@en ;
	<http://www.w3.org/2000/01/rdf-schema#label> "Playlist"@en ;
	a <http://www.w3.org/2002/07/owl#Class> .

<http://purl.org/net/po#photoURL> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/net/po#PlaylistEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:node190oeo9bix6 , _:node190oeo9bix3 ;
	<http://www.w3.org/2000/01/rdf-schema#comment> "A class for representing an entry from a playlist. One PlaylistEntry instance is connected to one Song instance and one Playlist instance. It contains information about the 'position' of the Song in the Playlist, for the specific 'week' of the 'year'. It also contains an URL of a 'photo' for the playlist entry."@en ;
	<http://www.w3.org/2000/01/rdf-schema#label> "Playlist Entry"@en ;
	a <http://www.w3.org/2002/07/owl#Class> .

<http://purl.org/net/po#Song> <http://www.w3.org/2000/01/rdf-schema#comment> "A class for representing a song. One Song instance is connected to one or more PlaylistEntry instances. It contains the name of the song and the name of the artist. It can also contain external links to mo:Track and/or mo:MusicArtist instances, for creating Linked Data."@en ;
	<http://www.w3.org/2000/01/rdf-schema#label> "Song"@en ;
	a <http://www.w3.org/2002/07/owl#Class> .

<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Song> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/ontology/mo/MusicArtist> a <http://www.w3.org/2002/07/owl#Class> .

<http://purl.org/net/po#stationName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Playlist> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Song> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

_:node190oeo9bix6 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#integer> ;
	<http://www.w3.org/2002/07/owl#onClass> <http://purl.org/net/po#Playlist> ;
	<http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/net/po#partOfPlaylist> ;
	a <http://www.w3.org/2002/07/owl#Restriction> .

<http://purl.org/net/po#year> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/net/po#partOfPlaylist> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/net/po#Playlist> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

_:node190oeo9bix4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#Song> .

<http://purl.org/net/po#featuredInPlaylistEntry> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/net/po#playlistEntrySong> ;
	<http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/net/po#PlaylistEntry> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Song> ;
	a <http://www.w3.org/2002/07/owl#ObjectProperty> .

<http://purl.org/ontology/mo/Track> a <http://www.w3.org/2002/07/owl#Class> .

<http://purl.org/net/po#position> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#PlaylistEntry> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

<http://purl.org/net/po#playlistName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Literal> ;
	<http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/net/po#Playlist> ;
	a <http://www.w3.org/2002/07/owl#DatatypeProperty> .

_:node190oeo9bix7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node190oeo9bix8 ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#Playlist> .

_:node190oeo9bix9 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#integer> ;
	<http://www.w3.org/2002/07/owl#onClass> <http://purl.org/net/po#Song> ;
	<http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/net/po#playlistEntrySong> ;
	a <http://www.w3.org/2002/07/owl#Restriction> .

_:node190oeo9bix8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:node190oeo9bix10 ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#PlaylistEntry> .

_:node190oeo9bix11 <http://www.w3.org/2002/07/owl#members> _:node190oeo9bix7 ;
	a <http://www.w3.org/2002/07/owl#AllDisjointClasses> .

<http://purl.org/net/po#PlaylistEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:node190oeo9bix12 , _:node190oeo9bix9 .

_:node190oeo9bix12 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#integer> ;
	<http://www.w3.org/2002/07/owl#onClass> <http://purl.org/net/po#Playlist> ;
	<http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/net/po#partOfPlaylist> ;
	a <http://www.w3.org/2002/07/owl#Restriction> .

_:node190oeo9bix10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> ;
	<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/net/po#Song> .
