@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonName#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:authorship	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:authorship	rdfs:label	"Authorship" ;
	rdfs:domain	ns1:TaxonName .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:authorship	rdfs:range	xsd:string .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:authorship	rdfs:isDefinedBy	ns5:TaxonName ;
	rdfs:comment	" The full author string used for this name. The full code-appropriate author team string for this name at this rank. Use this property for all names including both original\n         combinations and new combinations of bi and trinomial names (where some of the authors may be in brackets). If the TaxonName instance contains any details about authorship a representation of\n         them should be included in this property." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:authorship	dc:relation	ns1:authorTeam ,
		ns1:basionymAuthorship ,
		ns1:combinationAuthorship .
@prefix ns7:	<http://rs.tdwg.org/ontology/voc/Common#> .
ns1:authorship	ns7:abcdEquivalence	" ScientificName/NameAtomised/Bacterial/AuthorTeamAndYear or ScientificName/NameAtomised/Botanical/AuthorTeam (FIXME: Does this include the AuthorTeamParenthesis?) or\n         [ScientificName/NameAtomised/Zoological/AuthorTeamOriginalAndYear and ScientificName/NameAtomised/Zoological/AuthorTeamParenthesisAndYear and\n         ScientificName/NameAtomised/Zoological/CombinationAuthorTeamAndYear (FIXME: need clarification as to which of these occur))] " ;
	ns7:berlinModelEquivalence	"Name:AuthorTeamFk -> AuthorTeam::AuthorTeamCache" ;
	ns7:darwinCoreEquivalence	"AuthorYearOfScientificName" ;
	ns7:tcsEquivalence	"ScientificName/CanonicalAuthorship/Simple" .