@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://label.playmusic.us/terms>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Terms & Conditions"@en-US;
  schema:description "The website is property of Playmusic, Inc. also in this text referred to as \"Playmusic\", \"Playmusic Records\", \"we\", \"us\" or \"the Site\"."@en-US;
  schema:dateModified "1970-01-01T00:00:00+00:00"^^xsd:dateTime;
.

