prefix dqv: <http://www.w3.org/ns/dqv#>
prefix image: <https://triplydb.com/Triply/ML/id/image/>
prefix measurement: <https://triplydb.com/Triply/ML/id/measurement/>
prefix person: <https://triplydb.com/Triply/ML/id/person/>
prefix prov: <http://www.w3.org/ns/prov#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix sdo: <http://schema.org/>
prefix statement: <https://triplydb.com/Triply/ML/id/statement/>
prefix xsd: <http://www.w3.org/2001/XMLSchema#>

image:1
  a sdo:ImageObject;
  rdfs:label "Image 1"@en;
  sdo:thumbnail "https://triplydb.com/_api/datasets/Triply/ML/assets/download?fileName=1.jpg"^^xsd:anyURI.

measurement:1 a dqv:QualityMeasurement;
  dqv:computedOn statement:1;
  dqv:value 0.9E0;
  rdfs:label "Measurement 1"@en.

statement:1 a rdf:Statement;
  prov:wasDerivedFrom image:1;
  rdf:subject person:1;
  rdf:predicate rdf:type;
  rdf:object sdo:Person;
  rdfs:label "Statement 1"@en.

person:1 a sdo:Person;
  rdfs:label "Person 1"@en.
