# This vocab.
@prefix hnews:    <http://ontologi.es/hnews#> .

# Related.
@prefix a:        <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix geo:      <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix v:        <http://www.w3.org/2006/vcard/ns#> .

# Stock imports.
@prefix cc:       <http://creativecommons.org/ns#> .
@prefix dc:       <http://purl.org/dc/terms/> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix foaf:     <http://xmlns.com/foaf/0.1/> .
@prefix link:     <http://www.w3.org/2006/link#> .
@prefix owl:      <http://www.w3.org/2002/07/owl#> .
@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:     <http://www.w3.org/2004/02/skos/core#> .
@prefix status:   <http://ontologi.es/status#> .
@prefix vann:     <http://purl.org/vocab/vann/> .
@prefix vs:       <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xhv:      <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .

## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## 

hnews:source-org
	a owl:ObjectProperty ;
	rdfs:label "source organisation"@en ;
	rdfs:comment "the news organisation that is the source of the entry."@en ;
	rdfs:domain a:Entry ;
	rdfs:range foaf:Agent .

hnews:dateline
	a owl:ObjectProperty ;
	rdfs:label "dateline"@en ;
	rdfs:comment "the location a news story was filed from."@en ;
	rdfs:domain a:Entry ;
	rdfs:range foaf:Agent .

hnews:dateline-literal
	a owl:DatatypeProperty ;
	rdfs:label "dateline (literal)"@en ;
	rdfs:comment "the location a news story was filed from, expressed as a literal."@en ;
	rdfs:domain a:Entry .

hnews:geo
	a owl:ObjectProperty ;
	rdfs:label "geo"@en ;
	rdfs:comment "a location relevent to a news story."@en ;
	rdfs:domain a:Entry ;
	rdfs:range geo:Point .

hnews:principles
	a owl:ObjectProperty ;
	rdfs:label "principles"@en ;
	rdfs:comment "the statement of principles and ethics adhered to by the news organisation and/or individual that produced the news story at the time of writing."@en ;
	rdfs:domain a:Entry ;
	rdfs:range foaf:Document .

hnews:follows-principles
	a owl:ObjectProperty ;
	rdfs:label "follows principles"@en ;
	rdfs:comment "the statement of principles and ethics adhered to by the organisation or individual."@en ;
	rdfs:domain foaf:Agent ;
	rdfs:range foaf:Document .
