@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sdo: <http://salt.semanticauthoring.org/ontologies/sdo#> .

<http://salt.semanticauthoring.org/ontologies/sao#Annotation> a rdfs:Class ;
	rdfs:label "Annotation" ;
	rdfs:subClassOf rdfs:Resource .

<http://salt.semanticauthoring.org/ontologies/sao#CitationContext> a rdfs:Class ;
	rdfs:label "CitationContext" ;
	rdfs:subClassOf <http://salt.semanticauthoring.org/ontologies/sao#Annotation> .

<http://salt.semanticauthoring.org/ontologies/sao#annotates> a rdf:Property ;
	rdfs:label "annotates" ;
	rdfs:domain <http://salt.semanticauthoring.org/ontologies/sao#Annotation> ;
	rdfs:range sdo:Paragraph , sdo:Section , sdo:Sentence , sdo:TextChunk .

<http://salt.semanticauthoring.org/ontologies/sao#hasTopic> a rdf:Property ;
	rdfs:label "hasTopic" ;
	rdfs:domain <http://salt.semanticauthoring.org/ontologies/sao#Annotation> ;
	rdfs:range rdfs:Resource .

<http://salt.semanticauthoring.org/ontologies/sao#cites> a rdf:Property ;
	rdfs:label "cites" ;
	rdfs:domain sdo:Publication ;
	rdfs:range sdo:Publication .

<http://salt.semanticauthoring.org/ontologies/sao#isCitedBy> a rdf:Property ;
	rdfs:label "isCitedBy" ;
	rdfs:domain sdo:Publication ;
	rdfs:range sdo:Publication .

<http://salt.semanticauthoring.org/ontologies/sao#hasCitationKey> a rdf:Property ;
	rdfs:label "hasCitationKey" ;
	rdfs:domain sdo:Publication ;
	rdfs:range rdfs:Literal .

<http://salt.semanticauthoring.org/ontologies/sao#hasCitationContext> a rdf:Property ;
	rdfs:label "hasCitationContext" ;
	rdfs:domain sdo:Publication ;
	rdfs:range <http://salt.semanticauthoring.org/ontologies/sao#CitationContext> .

<http://salt.semanticauthoring.org/ontologies/sao#pointsTo> a rdf:Property ;
	rdfs:label "pointsTo" ;
	rdfs:domain <http://salt.semanticauthoring.org/ontologies/sao#CitationContext> ;
	rdfs:range sdo:Publication .
