@prefix dcam: <http://purl.org/dc/dcam/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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#> .
dcam:rangeIncludes a rdf:Property ;
rdfs:label "Range Includes"@en ;
dcterms:issued "2020-01-20"^^xsd:date ;
rdfs:comment "A suggested class for values of this property."@en ;
rdfs:isDefinedBy dcam: .