# Paper Club Ontology # =================== @prefix pc: . @prefix xsd: . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix prov: . # hasRead Property # # This property denotes that somebody has read a given work (e.g. a paper): pc:hasRead rdf:type rdf:Property . pc:hasRead rdfs:domain prov:Agent . pc:hasRead rdfs:range prov:Entity .