@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/privacy>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Privacy Policy"@en-US;
  schema:description "By using the website or any of the Services, in particular by registering to Playmusic Records you agree to the terms and conditions of this Policy."@en-US;
  schema:dateModified "1970-01-01T00:00:00+00:00"^^xsd:dateTime;
.

