# This ontology.
@prefix sign:     <http://ontologi.es/signing#> .

# 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 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#> .

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

sign:truncated_canonical_ntriples
	a
		owl:ObjectProperty ,
		rdf:Property ;
	rdfs:domain
		foaf:Document ;
	rdfs:range
		foaf:Document ;
	rdfs:label
		"truncated canonical N-Triples"@en ;
	rdfs:comment
		"The subject is an RDF document in RDF/XML, N-Triples, Turtle or XHTML+RDFa; the object is a canonical N-Triples representation of the subject, minus any triples that include so-called 'hard to label' nodes."@en ;
	rdfs:seeAlso
		<http://www.hpl.hp.com/techreports/2003/HPL-2003-142.pdf> ,
		[ rdfs:label "RDF::Trine::Serializer::NTriples::Canonical" ; rdfs:comment "Perl module"@en ] .
